/* CSS Document */

/*PAGE LAYOUT*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#logo{margin-top: 2em; float:left; background-image:url(rotes-logo.gif); width:274px; height:213px;}
#topheader{margin-top: 2em; float:right; width:526px; height:97px; background-color:#F0F0F0; position:relative}
#topheader h1 {size:12px; line-height: 15px; margin-top: 0px; margin-bottom: 9px;}
#toplinks{position:absolute; right:10px; top:10px;}
#menu{float:right; width:526px; height:32px; background-image:url(bg_menu.gif); background-repeat:repeat-x;}
#submenu{float:right; width:526px; height:39px; background-image:url(bg_submenu.gif); background-position:top; background-repeat:repeat-x;}
#contenttext{margin-top: 10px; float:right; width:590px; border: 1px dotted #000;}
#leftpanel{float:left; width:200px;}
#footer{float:left; width:800px; background-color:#F0F0F0; margin-top: 10px; padding:10px;}

/*GRAY PANEL*/
.graypanel{
	border:solid 1px #666666; background-color:#F7F7F7; line-height: 25px;
	font: 0.7em Tahoma, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#CC0000;
	margin: 10px 0;
}

.graypanel ul, .graypanel ul li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}

.graypanel ul
{
	border: solid 1px #000;
	border-bottom-width: 0;
}
.graypanel ul li
{
	border-bottom: solid 1px #000;
}
.graypanel ul li, .graypanel ul li a
{
	margin: 0;
	padding: 0;
	line-height: normal;
	display: block;
}
.graypanel ul li a
{
	display: block;
	padding: 2px 5px 3px 5px;
}
.graypanel ul li a, .graypanel ul li a:link, .graypanel ul li a:visited, .graypanel ul li a:active, .graypanel ul li a:hover
{
        text-decoration: none;
	cursor: pointer;
}
.graypanel h3
{
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 126%;
}
.graypanel ul li a:hover {
        background-color: #E3E3E3;
        }

/*TEXT STYLES*/
.bodytext {
	font: 0.7em Tahoma, sans-serif;
	color: #666666;
}

.bodytext h2 {
	font-size:17px;
	font-weight:bold;
	padding-top: 5px;
	color:#CC0000;
	border-bottom: 1px dotted;
}

.titletext {
	font: 0.7em Tahoma, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#CC0000;
}
.whitetitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#FFFFFF;
}
.smalltitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height: 25px;
	color:#CC0000;
	margin-left: 10px;
	border: 1px solid #000;
}
.smallwhitetext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
}
.smallwhitetext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}
.smallwhitetext a:hover{
	text-decoration:underline;
}
.smallgraytext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
}
.smallgraytext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
	text-decoration:none;
}
.smallgraytext a:hover{
	text-decoration:underline;
}
.smallredtext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CC0000;
}
.smallredtext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CC0000;
	text-decoration:none;
}
.smallredtext a:hover{
	text-decoration:underline;
}

img.left {
	float:left;
	padding:0px;
	margin-right:6px;
}

img.right {
	float:right;
	padding:0px;
	margin-left:6px;
}
