/* CSS Document */

/*PAGE LAYOUT*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#page{ }
#content{width:900px;background-color:#fcf9ed;}
/*#logo{float:left; background-image:url(obr6.jpg); width:120px; height:90px;}*/
#logo{float:left; width:120px; height:110px;background-color:#fcf9ed;}
#logo2{float:left;top:10px; width:420px; height:110px;background-color:#fcf9ed;}
#topheader{float:right; width:360px; height:110px; position:relative;background-color:#fcf9ed;}
#toplinks{position:absolute; right:10px; top:10px;background-color:#fcf9ed;}
#menu{float:right; width:900px; height:32px; background-color:#fcf9ed;padding:0px;border-top: #CC0000 1px solid;}
#submenu{float:right; width:900px; height:32px; background-color:#fcf9ed;border-bottom: #CC0000 1px solid;}
#allcontent{width:900px;background-color:#fcf9ed;}
#contenttext{float:left;height:375px;width:748px;border:0px;overflow:auto;background-color:#fcf9ed;}
#leftpanel{float:left;height:375px;width:150px;background-color:#fcf9ed;border:0px;border-right: #CC0000 1px solid;padding:0px;overflow:auto;}
#footer{float:right;width:900px; height:32px;background-color:#fcf9ed; padding:0px;border-top: #CC0000 1px solid;}
#pocty{float:left;width:300px;border:0px;background-color:#fcf9ed;}
#pocty2{float:left;width:600px;border:0px;background-color:#fcf9ed;}

/*TEXT STYLES*/
.bodytext {
	font: 0.7em Tahoma, sans-serif;
	color: #666666;
}

.titletext {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#CC0000;
}
.whitetitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#FFFFFF;
}
.smalltitle {
	font: 0.7em Arial, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#000000;
}
.smallwhitetext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #bf1919;
}
.smallwhitetext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #bf1919;
	text-decoration:none;
}
.smallwhitetext a:hover{
	text-decoration:underline;
}
.smallwhitetextsub {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #bf1919;
}
.smallwhitetextsub a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #ff1919;
	text-decoration:none;
}
.smallwhitetextsub a:hover{
	text-decoration:underline;
}

.smallgraytext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#000000;
}
.smallgraytext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
.smallgraytext a:hover{
	text-decoration:underline;
}
.smallredtext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#ffffff;
}
.smallredtext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}
.smallredtext a:hover{
	text-decoration:underline;
}
.smallmoretext {
	font: 0.7em Arial, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CC0000;
}
.smallmoretext a{
	font: 0.7em Arial, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#bf1919;
	text-decoration:none;
}
.smallmoretext a:hover{
	text-decoration:underline;
}
.logotext {
	font: 0.7em Arial, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#000000;
}
.normaltext {
	font: 0.7em Arial, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#AA0000;
	align:left;
}

