body {
	margin: 0;
	padding: 0;
	background: #D1D1D1;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #005BAB;}

#content {
	width: 975px;
	height: 720px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/background/hintergrund.jpg);
	background-repeat: no-repeat;}
#content-impressum {
	width: 975px;
	height: 800px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/background/hintergrund.jpg);
	background-repeat:no-repeat;}
	
.punkt {color: #CC0066; font-family:"Times New Roman", Times, serif; }
.bold {font-weight: bold; font-size: 15px;}
.small { font-size: .85em;}

	

#header{
	height: 178px;
	margin: 0;
	background: url(../images/background/logo.jpg);
	background-repeat:no-repeat;
	padding: 20px;
	font-weight: bold;}


#main{
	margin-top: 0px;
	margin-left: 40px;
	float: left;
	width: 500px;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	line-height: 1.25em;
}

td, th { vertical-align: top; text-align: left; }
th { padding-top: 13px; }
	
.main{ font-size: 13px ; font-weight: bold; line-height: 1.25em;}
th .main { font-size: 16px; }
.smalltext {font-size: 10px}
	
#main h4 {color: #CC0066;}
#main h5{ font-size: 100%;}

#main a:visited {color: #005BAB;}
#main a:hover {color: #005BAB;}
#main a:active { color: #005BAB;}
#main a:link { color: #005BAB; }
#main a:advertise { color: #CC0066;}

#main ul,
#main li { color: #cc0066; margin: 0; padding: 0; }
#main ul { padding-left: 1.2em; }
#main li .mark { color: #005BAB; }

#bild{
	margin: 0px;
	padding-bottom: 0px;
	float: right;}
	
#nav { width: 130px; margin: 50px 0 0 0; padding: 0;  font-size: 15px; float: left;}
#nav li { list-style: none; display: inline; float: left; }
#nav li a { 
		display: block; 
		margin-bottom: 10px; 
		background: #808285; 
		color: #D9DBDC; 
		font-weight: bold;
		text-align: center; 
		text-decoration: none;
		border: 5px solid #808285; 
		width: 140px; }

#nav li.special a {
	color: #CC0066;
}


#nav li a:hover, #nav li a.active, #nav li a.advertise:hover{ 
		color: #D9DBDC; 
		background: #005BAB; 
		border: 5px solid #005BAB; 
		margin-bottom: 10px; }

#nav li a.advertise{
		color: #D9DBDC; 
		background: #cc0066; 
		border: 5px solid #cc0066; 
		margin-bottom: 10px; 
}

		
@media print  { #nav { display: none; } }
