/* 	Standard
	allgemeine Vorgaben für die Webseite
*/
body {
	overflow: auto;
    font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	line-height: 20px;
    color: #000000;
    margin: 0;
    padding: 0;
	background: #26488f url(img/background.jpg) no-repeat bottom right fixed;
	text-align: center;
}
table {
	border: 0;
}

#menu  a, #menu li {
	background: url(img/menu-bg.png) no-repeat top center;
	color: #e3e3e3;
	font-family: Arial, Verdana, Helvetica, sans;
	font-size: 14px;
	line-height: 22px;
	width: 150px;
	height: 25px;
	text-align: center;
	display: block;
	text-decoration: none;
	list-style-type: none;
}

#menu  a:hover {
	background: url(img/menu-hover-bg.png) no-repeat top center;
	color: #ffffff;
	text-decoration: none;
}

#footer {
	background: url(img/footer-bg.png) repeat-x top center;
	height: 24px;
	line-height: 20px;
	font-size: 11px;
	text-align: center;
	color: 000000;
}

#footer a {
	text-decoration: none;
	color: 000000;
}

#footer-left {
	background: url(img/footer-bg-links.png) no-repeat top right;
	width: 19px;
	height: 24px;
}

#footer-right {
	background: url(img/footer-bg-rechts.png) no-repeat top left;
	width: 19px;
	height: 24px;
}

