#menublock {
	z-index: 100;
	background-color: #394996;
	text-align:center;
	width: 100%;
	height: 56px;
	position: relative;
}

#fussblock  {
	z-index:10;
	background: #394996 url(logo.gif) no-repeat 550px 5px; 
	width: 100%; 
	height: 50px
}

#page {
	background-color: white;
	margin: auto;
	width: 800px;
}

#contentblock {
	z-index: 5;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 12px;
	width: 100%;
	height: auto;
	min-height:494px;
}

* html #contentblock
         { /* fuer IE Win \*/
            height: 494px;
          /* */ /* for Mac IE */
            height: 494px;
         } 

#contentblock ul{
	color:#3464B6;
	list-style: decimal;
	padding:0px;
	padding-left:20px;
	width:400px;
}
#contentblock ul{
	list-style: square;
	color:#394996;
}
			
			
body  { 
	background-color: #ccc; 
	margin: 20px 0px 0px; 
	padding: auto; 
	width: 100%; 
	height: 100%
}

.laufleiste { 
	color: white; 
	font-size: 16px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	letter-spacing: 2px; 
	vertical-align: text-bottom; 
	width: 100%; 
	height: auto
}

#contentblock #spalte1 .bild { 
	color: #3464B6;
	font-size: 9px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-align:left;
	position:absolute;
	right:15px;
}

#contentblock #spalte1 {
	text-align:right;
	position: absolute;
	top: 210px;
	height: auto;
	width: 280px;
	margin: 0px;
	padding-top:30px;
}

#contentblock #spalte2 {
	width: 500px;
	height: auto;
	margin: 0px;
	margin-left:300px;
	padding: 30px 0px;
}

#contentblock #spalte2 p {
	width: 400px;
}

#contentblock #kopf {
	width:500px;
	height:110px;
	background-color:#3464B6;
	margin:0px;
	padding:0px 0px 0px 300px;
	overflow:hidden;
}

#contentblock h1 {
	color:#C10077; 
	font-size: 19px;
	letter-spacing:0px;
	font-weight: normal;
	font-variant: small-caps;
	margin: 0px 0px 50px 0px;
}

#contentblock h2 {
	color:#3464B6; 
	font-size: 15px;
	letter-spacing:0px;
	font-weight: normal;
	font-variant: small-caps;
	margin: 0px 0px 5px 0px;
}

#contentblock h3 {
	color:#C10077; 
	font-size: 16px;
	letter-spacing:0px;
	font-weight: normal;
}

#contentblock p {
	color:#394996; 
	font-size: 12px;
}

#contentblock a {
	color:#394996; 
	font-size: 12px;
}

#contentblock a:hover {
	color:#C10077;
}

#contentblock table{
	color:#3464B6;
	vertical-align: top;
	width: 400px;
	
}

#contentblock table td{
	vertical-align: top;
}

#contentblock #tabelle {
	position: relative;
	left:-140px;
	width:420px;

	color:#3464B6;
	font-family:Arial,Arial,Helvetica,sans-serif;
	text-align:left;
	font-weight:normal;
	font-style:normal;
}

#contentblock #tabelle table {
	width: 100%;
}

#contentblock #tabelle td {
	padding:2px 5px;
}

#contentblock #tabelle .header {
	font-size:10px
}

#contentblock #tabelle .data {
	font-size:10px
}

#contentblock #tabelle .data a {
	text-decoration:none;
	font-size:10px;
	color:#3464B6;
}

#contentblock #tabelle .data a:hover {
	text-decoration:underline;
}

#contentblock #tabelle .dataAC a {
	text-decoration:none;
	font-size:10px;
	color:white;
}

#contentblock #tabelle .dataAC a:hover {
	text-decoration:underline;
}

#contentblock #tabelle .dataAC {
	background-color:#3464B6;
	color:white;
	font-size:10px
}

#contentblock #buttons {
	position: relative;
	left: 350px;
}

#fuss {
	background-color:#ccc;
	text-align:center;
}

#fuss a {
	font-family:Arial,Arial,Helvetica,sans-serif;
	text-decoration:none;
	font-size:12px;
	color:#3464B6;
}

#fuss a:hover {
	color:white;
}

#detailbilder{
	margin-left:55px;
	margin-top:-20px;
	padding-bottom:33px;
}

#detailbilder img{
	margin:0px;
	margin-right: 10px;
	margin-bottom: 10px;
}
	
	
