/*global*/
html { 
	height: 100%; 
	}

body
	{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#ffffff;
	background-color:#990033;
	background-image: url('../_bilder/bg.gif'); background-repeat:repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	}
	
		
#sidebar
	{
	position:absolute;
	background-image: url('../_bilder/bg-menu.gif'); background-repeat:no-repeat;
	top: 0px;
	width: 217px;
	min-height: 500px;
	}
	
#menu
	{
	position: absolute;
	top:62px;
	left: 9px;
	}
	
#startbild
	{
	position: absolute;
	top:0px;
	left: 220px;
	height: 262px;
	width: 597px;
	}
	
#start-inhalt
	{
	position: absolute;
	top: 300px;
	left: 290px;
	width: 430px;
	}

#inhalt
	{
	position: absolute;
	top: 63px;
	left: 290px;
	width: 450px;
	}

#menu-standard
	{
	position:relative;
	top: 600px;
	right: 12px;
	width: 217px;
	height:27px;
	}

	
/*Schrift usw*/

h3
	{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:16px;
	color:#ffffff;
	margin-bottom:2px;
	}
	
	
/*Links*/

a
	{
	color:#ffffff;
	text-decoration:none;
	}
	
a:hover
	{
	color:#ffffff;
	text-decoration:underline;
	}


a img {
	border:0;
	}
	
	
a.menu-standard
	{
	color:#ff9999;
	text-decoration:none;
	margin:0px;
	padding: 4px;
	height:27px;
	}
	
a.menu-standard:hover
	{
	color:#ffffff;
	text-decoration:none;
	margin:0px;
	padding: 4px;
	height:27px;
	}
	
	
.menu-standard_hi
	{
	color:#660000;
	/*font-weight:bold;*/
	text-decoration:none;
	background-color:#ffffff;
	margin:0px;
	padding: 4px;
	height:27px;
	}
	
	
*:focus {
outline: none;
}
	
/*
a
 	{
	font-size:12px;
	color:#003f91;
	text-decoration:none;
	 }
*/

/*Sonstiges*/

hr
{
height: 2px;
width:450px;
border-width: 2px 0 0 0;
border-style: solid;
color:#ffffff;
padding-top:8px;
padding-bottom:3px;
}

