@charset "iso-8859-2";
/* CSS Document */


body,td,th {
	font-family: Calibri;
	color: #000;
	font-size: 12px;
}
body {
	background-color: #ededed;
	height:100%;
	margin: 4px;
    padding: 0px;
}
a:link {
	color: #C00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #C00;
}
a:hover {
	text-decoration: none;
	color: #CC0;
}
a:active {
	text-decoration: none;
}
#head {
	background-image:url(head.png);
	background-repeat:no-repeat;
	background-position: top;
	width:650px;
	height:134px;
	margin:0 auto;
	
}
#menu {
	background-image:url(menu.png);
	background-repeat:no-repeat;
	width:650px;
	height: 26px;
	margin:0 auto;
	padding-bottom: 4px;
	line-height:26px;
	text-align:center;
	word-spacing:80px;
}
#menu a {
	font-size: 15px;
	color:#FFF;
	font-family:Verdana;	
	font-weight:bold;

}
#main {
	background-image:url(bg.png);
	width:610px;
	height: 100%;
	margin:0 auto;
	border-top: 1px solid #2f68ca;
	border-bottom: 1px solid #2f68ca;
	padding: 20px 20px 20px 20px;
}
.footer {
	padding-top:4px;
	background-image:url(footer.png);
	background-repeat:no-repeat;
	background-position:bottom;
	line-height:26px;
	margin:0 auto;
	width:650px;
	height:26px;
	text-align: center; 
}
#footer {
	padding-top:4px;
	background-image:url(footer.png);
	background-repeat:no-repeat;
	background-position:bottom;
	line-height:26px;
	margin:0 auto;
	width:650px;
	height:26px;
	text-align: center; 
}

#fehler {
	background: #9d0404;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	height: 30px;
	line-height: 30px;
	color: #ffffff;
	font-size: 16px;
	margin-bottom: 20px;
	padding: 5px 30px;
}

