﻿/* 
    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: #23333e url(../images/bg_main.gif) repeat-x;
}

input, textarea, a { outline: none; }

fieldset { border: none; }

ul { list-style: none; }

p { font-size: 11px; line-height: 15px; color: #ffffff;}

a { font-family: Arial, Helvetica, sans-serif; font-size:11px; text-decoration: none; color: #ffffff; }

a:hover { font-family: Arial, Helvetica, sans-serif; font-size:11px; text-decoration: underline; color: #ffffff; }

a img { border: none; }

span.brawn {color: #6d6d6d; font-family: Arial, Helvetica, sans-serif; font-size:12px;}

DIV#blue DIV#blue_wrapper p { color: #def1fd;}
/* END RESET */

/* TOOLBOX */
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
/* END TOOLBOX */

/* Container */
DIV#container { margin: 0 auto; color: #23333e;}
/* END Container */










