/* Global */

body {
	margin: 0;
	background: url("images/bg_body.gif") repeat-y left;
	}

p, td {
	padding: 0;
	margin: 0 0 15px;
	font: 12px Arial, sans-serif;
	color: #666;
	}
 
h1 {
	padding: 0;
	margin: 0 0 20px;
	font: bold 16px Arial, sans-serif;
	color: #02028D;
	}
h3 {
	padding: 0;
	margin: 0 0 20px;
	font: bold 16px Arial, sans-serif;
	color: #02028D;
	}
li{
	font: 12px Arial, sans-serif;
	color: #666;
	padding-left:20px;
	list-style-type: none;
}
.angebote_auswahl{
	font: bold 12px Arial, sans-serif;
	color: #02028D;
	padding-top:5px;
	padding-bottom:5px;
}
.angebote_auswahl a{
	font: bold 12px Arial, sans-serif;
	color: #02028D;
	padding-top:5px;
	padding-bottom:5px;
	text-decoration:none;
}
.angebote_auswahl a:hover{
	text-decoration:underline;
}
/* Header */

#header {
	position: relative;
	height: 80px;
	border-bottom: 4px solid #02028D;
	background: url("images/bg_header.gif") no-repeat right bottom #fff;
	}

#header img {
	border: 0;
	}

#subnav {
	position: relative;
	height: 20px;
	padding: 5px 10px 0px;
	text-align: right;
	border-top: 4px solid #FFF000;
	font: bold 12px Arial, sans-serif;
	color: #666;
	background: url("images/bg_subnav.gif") no-repeat right;
	}

#subnav a {
	color: #666;
	padding: 0 10px;
	}

#subnav a:hover {
	text-decoration: none;
	}

/* Navigation */

#nav {
	position: absolute;
	width: 180px;
	top: 130px;
	left: 0px;
	}

#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#nav li {
	margin: 0 0 5px;
	padding: 0;
	}

#nav a {
	width: 160px;
	height: 20px;
	padding: 5px 10px 0;
	display: block;
	background-color: #BBB;
	color: #009;
	font: bold 12px Arial, sans-serif;
	text-decoration: none;
	}

#nav a:hover {
	background-color: #CCC;
	}



#nav_bottom {
	position: absolute;
	width: 180px;
	top: 460px;
	left: 0px;
	}

#nav_bottom ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#nav_bottom li {
	margin: 0 0 5px;
	padding: 0;
	}

#nav_bottom a {
	width: 160px;
	height: 20px;
	padding: 5px 10px 0;
	display: block;
	background-color: #BBB;
	color: #009;
	font: bold 12px Arial, sans-serif;
	text-decoration: none;
	}

#nav_bottom a:hover {
	background-color: #CCC;
	}

/* Inhalt */

#content {
	margin: 16px 20px 0 200px ;
	padding: 0;
	}

#content ul {
	margin: 0;
	padding: 0 0 15px;
	}

#content li {
	line-height: 18px;
	padding: 0 25px;
	list-style-type: none;
	}

#team td {
	padding-top: 20px;
	vertical-align: top;
	}

#team td.foto {
	padding-top: 0px;
	}

#hinweis {
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
	}
.download{
	padding:5px;
	border:1px #a1a1a1 solid;
}
.download_top{
	background-color:#a1a1a1;
	padding:5px;
	color:white;
}

.newstable {
	color:			#666666;
	/* border:			1px solid #02028d;*/
	font-family:	Verdana;
}
.newstable th {
	border-bottom:	1px dotted #666666;
	font-size: 12px;
}
.newstable td {
	padding: 5px;
}
.newstable a {
	color:			#02028d;
	text-decoration:none;
	font-weight:	bold;
}
.newstd1 {
	border-right:	1px dotted #666666;
}
