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

body {
    margin: 0px;
	padding: 0px;
   	background-color: #ffffff;
	background-image: url(images2008/bg.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

h1, h2, h3, h4, h5, h6, p, td, th, lightblue {
    margin: 0px;
	padding: 0px;
	font-weight: normal;
}

p {
	font-size: 11px;
	margin-bottom: 11px;
}

li {
	font-size: 11px;
	margin-bottom: 5px;
}

h1 { font-size: 20px; }

h2,
.body h1 { 
	margin-top: 20px;
	margin-bottom: 15px;
	font-size: 15px;
 }

h3 {
	margin-top: 15px;
	font-size: 13px;
	
}



/* xxxxxxxxxxx basislayout xxxxxxxxxxx */
.main {
	position: relative;
	width: 100%;
    margin: 0px;
	padding: 0px;
}

.header {
	height:175px;
	background-color: #f50000;
	background-image: url(images2008/bg-header.png);
	background-repeat: repeat-x;
}

.navigation {
	height: 36px;
	background-color: black;
	color: white;	
	font-size: 11px;
	z-index: 100;
}

.top {
	height:190px;
	background-color: white;
	border-bottom: 2px solid black;
}

.body {
	background-color: white;
	background-image: url(images2008/bg-body.png);
	background-repeat: repeat-x;
	border-bottom: 5px solid black;
	padding-bottom: 30px;
	margin-bottom: 50px;
}

.content {
	position: relative;
	left: 50%;
	margin: 0px;
	margin-left: -390px;
	width: 780px;
	height: 100%;
	top: 0px;
}


/* xxxxxxxxxxx header xxxxxxxxxxx */

.header .logo {
	height: 156px;	
	background-color: transparent;
	border: 1px solid white;
	border: none;
}

.header .metanavigation,
.header .metanavigation a {
	height: 15px;	
	text-align: right;
	color: #EEAFAF;
}


#logo {
	position: absolute;
	top: 72px;
	left: -4px;	
}



/* xxxxxxxxxxx navigation xxxxxxxxxxx */

/* xxxxxxxxxxx BAUSTELLE xxxxxxxxxxx */



#nav 
 {
	float: left;
	list-style: none;
	line-height: auto;
	line-height: 36px;
	padding: 0px;
	margin: 0px;
	z-index: 9990;
}

#nav a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	display: block;
}

#nav a:hover {
	text-decoration: underline;
}
 
#nav li.menuparent a {
	background-image: url(images2008/bg-navigation.png);
	background-repeat: repeat-x;
	color: white;
}

#nav li.menuparent li a {
	color: #000033;
}


#nav li ul li.menuparent  {

}
 
#nav li {
	float: left;
	padding: 0px;
	padding-left: 6px;
	padding-right: 6px;
	margin: 0px;
	font-weight: bold;
}
 
#nav li ul {
	position: absolute;
	left: -999em;
	width: 160px;
	margin: 0px;
	padding-left: 0px;
	border: 1px solid #d0d0d0;
	border-top: 0px;
	background-color: #f7f7f7;
	font-weight: normal;
	list-style: none;
}
 
#nav li li {
	padding: 0px;
	width: 160px;
	border-top: 1px solid #d0d0d0;
	background-color: #f7f7f7;
	font-weight: normal;
}

#nav li li a {
	color: red;
	height: 16;
	line-height: 14px;
}


 
#nav li ul a {
	width: 155px;
	margin-left: 5px;
	color: #000033;
}

 
#nav li ul ul {
	margin-left: 160px;
	margin-top: -22px;
}

 
#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li:hover ul ul ul ul,
#nav li:hover ul ul ul ul ul,
#nav li.sfhover ul ul,
#nav li.sfhover ul ul ul,
#nav li.sfhover ul ul ul ul,
#nav li.sfhover ul ul ul ul ul {
	left: -999em;
}
 
#nav li:hover ul,
#nav li li:hover ul,
#nav li li li:hover ul,
#nav li li li li:hover ul,
#nav li.sfhover ul,
#nav li li.sfhover ul,
#nav li li li.sfhover ul,
#nav li li li li.sfhover ul {
	left: auto;
	color: #000033;
	color: red;
}
 
#nav li:hover,
#nav li.sfhover {
	color: white;
}

 


/* xxxxxxxxxxx topteaser xxxxxxxxxxx */
.t2col td {
	width: 50%;
	vertical-align: top;
}

.t2col {
	position: relative;
	width: 100%;	
	border-collapse: collapse;
}

.top .t2col {
	top: 40px;
}

.top .t2col .col1{
	width: 680px;	
	vertical-align: middle;
}
.top .t2col td.col2 {
	width: 100px;	
}

/* Headline Teaser */
.top .t2col .col1 h1 {
	font-size: 32px;	
}




/* xxxxxxxxxxx body xxxxxxxxxxx */

.body .content {
	height: auto;	
}

.t2col {
	border-collapse: collapse;
}

.t2col td {
	width: 50%;
	vertical-align: top;
	
}

.t2col .col1 {
	padding-right: 20px;
}
.t2col .col2 {
	padding-left: 20px;
}




/* xxxxxxxxxxx basislayout xxxxxxxxxxx */
