/* ----- Layout und Design für Notfall und Fehlerseiten ----- */

body {
	text-align: center;
	font: normal small Verdana;
	background: #c0c0c0;
	margin:0;
}

#Container {
	width: 778px;
	margin: 0 auto;
	text-align: left;
}

#Header {
	width: 778px;
	height: 112px;
	margin-bottom: 10px;
	background: url(images/header.jpg);	
}

#MainColumn {
	width: 767px;
	float: left;
	padding: 5px;
	min-height: 300px;
	_height: 300px; /* ie hack */
	background: white;
	overflow: visible;
	overflow-x: hidden;	
}


#message404 {
	margin-top:10px;
	padding-left: 156px;
	padding-top: 33px;
	background: url(images/404.gif);
	background-repeat: no-repeat;
	float: left;
}

#messagewartung {
	margin-top:10px;
	padding-left: 145px;
	padding-top: 33px;
	background: url(images/wartung.gif);
	background-repeat: no-repeat;
	float: left;
}

.small { 
	font-size: 0.8em;
	
}

#Footer {
	clear: both;
	float: left;
	width: 718px;
	height: 28px;
	margin-top: 10px;
	padding: 23px 10px 0px 50px;
	background: url(images/footer_bg.gif);
	font-size: 10px;
	color: #878787;
}

#Footer .left {
	float: left;
}

a:link, a:active, a:visited, a:hover {
	color: green;
} 

