﻿/* 
    AUTHOR: Tompal-Multimedia d.o.o.
            tompal@tompal.com
            http://www.tompal.com
*/

/* RESETS & BASIC PAGE SETUP */
* { margin: 0; padding: 0; }
body 
{ 
	font: 10px Arial, Helvetica, sans-serif;
	background: #000 url(../images/bg_tamna.gif) repeat-x;
}

ul { list-style: none; }

p { font-size: 12px; line-height: 17px; color: #2e2e2e;}

a { font-family: Arial, Helvetica, sans-serif; font-size:12px; letter-spacing: 0.2px; text-decoration: none; color: #0889b9; }

a:hover { font-family: Arial, Helvetica, sans-serif; font-size:12px; letter-spacing: 0.2px; text-decoration: underline; color: #0889b9; }

a img { border: none; }

span.brawn {color: #6d6d6d; font-family: Arial, Helvetica, sans-serif; font-size:12px;}
/* END RESET */

/* TOOLBOX */
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
/* END TOOLBOX */

/* Container */
DIV#container {color: #000000;}
/* END Container */











