

html,body
{
	margin: 0;
	padding: 0;
}

body
{
	font: 76% "Lucida Sans", Verdana, arial,sans-serif;
	text-align: center;
	background-color: #265488;
	background-image: url(images/backgrad1.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-attachment: fixed;
}

p { margin: 0 10px 10px; }


div#container
{
	width: 940px;
	margin: 0 auto;
	margin-top: 10px;
	padding: 0;
}

div#content
{
	margin: 0;
	padding: 0;
	width: 940px;
	background-color: #FFF;
	float: left;
}

#maincontent
{
	padding-bottom: 40px;
	padding-top: 40px;
	padding-left: 20px;
	padding-right: 20px;
}

div#container { text-align: left; }
div#content p { line-height: 1.4; }
div#navigation { background: #B9CAFF; }


div#navigation
{
	float: right;
	width: 200px;
}


div#txtr
{
	float: left;
	width: 400px;
	margin: 20px;
}

div#txtm
{
	float: left;
	width: 818px;
	padding: 20px;
	padding-right: 100px;
}






div#title
{
	height: 40px;
	margin-top: 25px;
	margin-left: 8px;
}

div#title h2
{
	margin: 0;
	padding: 0;
	display: none;
}



div#txtm h4
{
	color: #090;
	font-size: 14px;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 40px;
	margin-bottom: 10px;
}

#box2
{
	background-color: #FFD;
	color: #000;
	border: 1px solid #F90;
	margin-top: 30px;
	float: left;
	clear: both;
	display: block;
	margin-left: 10px;
	margin-right: 10px;
}

div#txtm #box2 h4
{
	color: #F90;
	font-size: 15px;
	font-weight: bold;
	margin-top: 10px;
}


div#txtm a, div#txtr a, #box2 a
{
	color: #006221;
	text-decoration: none;
}
div#txtm a:hover, div#txtr a:hover, #box2 a:hover {color: #F90;}










div#footer2 a { color: #CCC; }
div#footer2 a:hover { color: #FC0; }


div#footer2
{
	height: 24px;
	margin: 0;
	padding: 0;
	clear: both;
	font-size: 10px;
	text-align: center;
	color: #eee;
}
div#footer2 p
{
	margin: 0;
	padding-top: 10px;
	margin-bottom: 10px;
}




div#header
{
	height: 100px;
	margin: 0;
	padding: 0;
	background-image: url(images/baatoutlogo.gif);
	background-repeat: no-repeat;
	width: 900px;
	background-position: 50px center;
	padding-left: 40px;
	padding-top: 10px;
	color: #EEE;
	text-align: center;
}

#header #logolink
{
	width: 160px;
	height: 90px;
	float: left;
	text-decoration: none;
	margin-right: 10px;
}

#header #logolink a
{
	width: 160px;
	height: 90px;
	float: left;
	text-decoration: none;
	margin-right: 10px;
}


div#header h3
{
	text-align: center;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
}
div#header h2
{
	text-align: center;
	font-size: 16px;
	letter-spacing: 1px;
}




#pagetitle h3
{
	color: #0257a6;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 20px 30px 40px 30px;
	padding: 10px;
	border-bottom: 1px solid #0257a6;
}


#kaderok
{
	background-color: #CFC;
	color: #333;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #00CC00;
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans";
	margin-bottom: 20px;
}
#kadernietok
{
	background-color: #FFDDDD;
	color: #333;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #FF0000;
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans";
	margin-bottom: 20px;
}


