/* CSS Document */

body {
	margin: 0px; 
	padding: 0px; 
	text-align: center; 
	background-color: silver; 
	background-image: url(graphics/muster.gif);
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
a {
	color: black;
}
a:hover {
	color: FE0300;
}
#header, #outer, #footer, #hotline {
	width: 745px; /*Seitenbreite ohne Banner*/
	/*width: 920px; /*mit Banner*/
}

#header {
	position: relative; 
	height: 130px; 
	margin: 0px auto;
}
#outer {
	position: relative;
	margin: 0px auto;
	text-align: left; 
	border: 1px solid silver; 
	border-top: none; 
	background-color: white;
	padding: 10px; 
	padding-top: 0px;
 }
/* IE Win only \*/
* html #outer {
	height:500px;
}


.menu {
	float: left;
	font-size: 11px;
	text-align: center;
}
.menu a {
	display: block;
	width: 123px; 
	height: 25px; 
	background-color: #9DB2B1; 
	border: 1px solid white; 
	border-top: 1px solid white;
	border-left: none;
	color: black;
	text-decoration: none;
	line-height: 25px;
	padding: 0px;
	margin: 0px;	
}
.actmenu a {
	background-color: #FE0300;
	border-top: 1px solid #FE0300;
}
.menu a:hover {
	background-color: #8C9C9A;
	color: black;
}
.actmenu a:hover {
	background-color: #FE0300;
}

#content_left {
	position: absolute; 
	left: 0px; 
	width: 248px; 
	margin-left: 10px; 
	background-color: #BFCFCC; 
	border-top: 1px solid white;
	min-height: 300px;
}

#content_right {
	width: 497px; 
	border-top: 1px solid white; 
	margin-left: 248px; 
	padding-bottom: 10px;
	background-color: #D6E4E1;
	min-height: 300px;
}

/* Schriften */
#outer p, #outer h1, #outer h2, #outer h3, #outer table {
	margin: 10px 20px 10px 20px;
}
#outer,  #outer table {
	font-size: 14px;	
	color: #485C5A;
}

#outer h1 {
	font-size: 18px;
	color: black;
}
#outer h2 {
	font-size: 16px;
	color: black;
}
#outer h3 {
	font-size: 14px;
	color: black;
}
#outer table td {
	padding: 3px;
}

#footer  {
	font-size: 12px;
	line-height: 25px;
	color: black;
}
#footer a:hover {
	color: black;
}
#hotline {
	background-color: red;
	color: white;
	height: 25px;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}
#hotline img {
	margin-right: 10px;
	vertical-align: middle;
}

#block1 {
			width: 600px;
		}
