/* Definition des Allgemeinen Stylesheets */
body,td,th 			{font-family: Verdana, sans-serif; font-size: 12px; color: #000000;}
body 				{
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow:hidden;
}

h1,h2,h3,h4,h5,h6 	{font-family: Verdana, sans-serif; font-weight: bold; left:3%;}
h1 					{font-size: 36px; color: #000000;}
h2 					{font-size: 24px; color: #000000;}
h3 					{font-size: 18px; color: #000000;}
h4 					{font-size: 16px; color: #000000; text-align:center;}
h5 					{font-size: 14px; color: #000000; text-align:center;}
h6 					{font-size: 14px; color: #000000;}
h7 					{font-size: 16px; color: #000000;}
p					{font-size: 12px; color: #000000;}

button 			{margin: 2px;}
/* Definition des Boxenmodelles nach CSS2 W3C Strict */
#sideborder {
	background-repeat		: 	repeat-y;
	width					: 	7%;
	float					:	right;
	background-color		:	#D10000;
	background-image		:	url(../img/siderborder_fade.gif);
	height: 100%;
	background-attachment: fixed;
}
#logo {
	width:100%;
	height:111px;
	float:left;
	background-position:left;
	background-repeat:no-repeat;
	display:none;
}
#title {
	width:93%;
	height:111px;
	float:left;
	background-color:#A6A6A6;
	background-image:url(../img/kopfzeile_1600.jpg);
	background-position:left;
	background-repeat:no-repeat;
	overflow : hidden;
	position:absolute;
	clear:both;
	top: 0px;
	left: 0px;
	clear:both;
	padding-top: 0px;
	padding-left:0px;
}

#navigation {
	width:93%;
	height:28px;
	z-index:1;
	background-color:#D10000;
	border-top:1px solid #000000;
	background-image:url(../img/navigation_bg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	font-weight:bold;
	text-decoration: none;
	position: absolute;
	top: 111px;
	left: 0px;
	padding-top: 0px;
	padding-left:0px;	
	border-top-width: none;
	border-right-width: none;
	border-bottom-width: none;
	border-left-width: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#navigation a{	width:160px;
	height:20px;
	text-align:center;
	padding-top:1.5px;
	background-color:#d10000;
	font-family: Verdana;
	font-size: 15px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-variant: small-caps;	
	border-top-width: none;
	border-right-width: none;
	border-bottom-width: none;
	border-left-width: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	
#navigation a:hover { width:160px;
		  height:20px;
		  text-align:center;
		  padding-top:1.5px;
		  font-family: Verdana, Arial, Helvetica, sans-serif;
		  font-size:15px;
		  color:#D10000;
		  background-color:#ffffff;
		  text-decoration: none;
		  font-weight: bold;
		  font-variant: small-caps;
		}

#navigation a.untermenue{	width:160px;
	height:16px;
	background-color:#EDEEEF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	clear: left;
	float: left;
	padding-top:1.5px;
	text-align:left;
	padding-left:5px;
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}

#navigation a.untermenue:hover{	width:160px;
	height:16px;
	background-color:#ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #d10000;	
	clear: left;
	float: left;
	padding-top:1.5px;
	text-align:left;
	padding-left:5px;
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}

#navigation a.sel {text-decoration: none; background-color: #FFFFFF; border: 1px solid #000000; padding-left: 20px; padding-right: 20px; color: #D10000}
#navigation a:visited {text-decoration: none; }

#content
{
	width: 80%;
	height: 75%;
	float:right;
	overflow:auto;
	padding:0px 50px 30px 0px;
	z-index:0;
	position:absolute;
	clear:both;
	top: 139px;
	left: 3%;
	margin-right: 50px;
}

.weg {
	text-align: left;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	position: static;
	height: 18px;
}

a.text { font-style:normal;
	font-family:Verdana;
	font-size:12px;
	color:#D10000;
	text-decoration:underline;
	font-weight:bold;}
	
a.text:hover { font-style:normal;
	font-family:Verdana;
	font-size:12px;
	color:#999999;
	text-decoration:underline;
	font-weight:bold;}


a:sel { font-style:normal;
	font-family:Verdana;
	font-size:12px;
	color:#0066CC;}
	
a { font-style:normal;
	font-family:Verdana;
	font-size:12px;
	color:#666666;
	text-decoration:none;
	font-weight:bold;}
	
a:hover { font-style:normal;
	font-family:Verdana;
	font-size:12px;
	color:#999999;
	text-decoration:none;
	font-weight:bold;}	
	
#messagebox {
	background-image:url(../img/msghintergrund.jpg);
	background-repeat:repeat-y;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #D10000;
	border-left-color: #D10000;
	height:99%;
}
			
#messagebox_mitte
	{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D10000;
	border-bottom-color: #D10000;
	width:10px;}
#messagebox_links {
	border-left-width: 1px;
	border-top-width: 1px;
	border-left-style: solid;
	border-top-style: solid;
	border-left-color: #D10000;
	border-top-color: #D10000;
	height:114px;
	width:91px;
	background-image:url(../img/msghintergrund.jpg);
	background-repeat:repeat-y;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D10000;
}
	
#messagebox_rechts {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #D10000;
	border-right-color: #D10000;
	border-bottom-color: #D10000;
	width:500px;
}

