body { 
	background-image:url(../images/bg_verlauf.jpg); 
	background-repeat:repeat-x; 
	margin: 30px 
}

body, select, a { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 140%; 
	color:#333;
}

.row1, .row2, .row3 {
	width: 1032px; 
	background-repeat: no-repeat; 
	height: 7px; 
	background-image:url(../images/border_sprite.gif);
}
.row1 { 
	overflow: hidden; 
}
.row2 { 
	background-image: none;
	border: 1px solid #CFCECE; 
	border-width: 0px 1px; 
	height: auto;	
	background-color:#FFF; 
	width: 990px; 
	padding: 10px 20px; 
}
.row3 { 
	background-position: 0px -7px; 
}

.info {
	background-image: url(../images/bg_verlauf_inbox.jpg);
	background-repeat: repeat-x;
	position: absolute;
	width: 1010px;
	height: 100px;
	margin-left: -20px;
	padding-left: 20px;
	padding-top: 40px;
}

.button {
	position: absolute;
}
.button img {
	position: absolute;
	left: 920px;
	margin-top: -70px;
}	

h1 { 
	color: #012597; 
	font-size: 20px; 
	font-weight: bold; 
	margin-bottom: 10px; 
	padding: 0px;
	margin-left: 130px;
	margin-top: -40px;
}

.nav a, .nav_sub a, .nav_footer a { 
	font-size: 10px;
	font-weight: bold;
	background-color: #7688D9; 
	color: #FFF; 
	padding: 4px 10px; 
	width: 160px;
	display: block;
	float: left;
	margin-right: 1px;
	text-decoration: none; 
	line-height: 100%;
	letter-spacing: 0.02em
}

.nav_sub a {
	width: 245px;
	float: none;
	margin-bottom: 1px;
}
	
.nav_footer a {
	display: inline;
	float: none;
	padding: 0px;
	background-color: #FFF;
	color:#666;
	font-weight: normal;
	padding: 0px 3px;
	font-size: 11px;
}
.blue {
	font-weight: bold !important;
	color: #012597 !important;
}
.nav_footer {
	margin-top: 10px;
	margin-left: 20px;
}
	
.nav {
	border-bottom: 1px solid #C4C3C3;
	width: 1010px;
	margin-left: -20px;
	margin-right: -20px;
	padding: 30px 0px 1px 20px;
}
.aktiv, .nav a:hover, .nav_sub a:hover {
	background-color:#012597 !important;
}
.nav_footer a:hover {
	color: #012597;
}

.logo {
	position: absolute;
	left: 910px;
	top: 45px;
}

.disclaimer {
	margin-left: 20px;
	margin-top: 25px;
	font-size: 9px;
	width: 950px;
	line-height: 130%
}

.nav_footer img {
	position: absolute;
	left: 785px;
	margin-top: 5px;
}

span {
	line-height: 200%;
}

em {
	display: block;
	width: 7px;
	height: 7px;
	float: left;
	margin-top: 3px;
	margin-right: 5px;
}
.legende div {
	float: left;
	margin-right: 20px;
}
.legende {
	position: absolute;
	left: 640px;
	margin-top: -40px;
}


/* =========== */

table {
	border-collapse: collapse;
}

td {
	padding: 1px 10px;
	text-align: right;
	border: 1px solid #C0C0C0;
	width: 95px;
}

thead td {
	background-color:#E9E9E9;
}
.subhead td {
	border: none;
	padding-top: 20px;
	font-weight: bold;
	color: #002896;
	text-align: left;
}
.empty {
	border-color: #FFF #C0C0C0 #FFF #C0C0C0;
	background-color:#FFF;
	width: 5px;
	padding: 0px;
}
.first {
	text-align: left;
	width: 265px;
}


