/* frame mit wechselndem background-img */
body {
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;	
	text-align:left;
	background-image:url(/image/common/header/head_f2_bg.jpg);
	background-repeat:repeat-x;	
}

.frame {
	width:850px;
	margin:0px;
	padding:0px;
	background-image:url(/image/common/header/head_f2.jpg);
	background-repeat:no-repeat;
}

/* head inkl. logo-url */
.header { width:850px; height:150px; }
.header .logourl { float:left; margin:25px 0px 0px 30px; }
.header .memberurl { float:right; margin:55px 5px 0px 0px; }

/* nav level 1 linke spalte */
.mainnav {
	width:270px;
	float:left;
	margin:40px 0px 0px 0px;
}

/* div nav level 2 */
.subnav {
	width:580px;
	margin:0px 0px 0px 270px;
	padding:0px;
}

/* contentbox */
.contentbox {
	width:580px;
	min-height:300px;
	float:right;
	margin:40px 0px;
}

.content {
	width:450px;
}

/* formatierung content */
.content h1 {
	font-size:14px;
	line-height:17px;		
	font-weight:bold;
	margin:5px 0px 15px 0px; 
	color:#A66B33;	
}

.content h2 {
	font-size:12px;
	line-height:15px;		
	font-weight:bold;
	margin:5px 0px 0px 0px; 
	color:#000000;	
}

.content h3 {
	font-size:12px;
	line-height:15px;		
	font-weight:bold;
	margin:0px 0px 10px 0px; 
	color:#000000;	
}

.content p {
	margin:0px 0px 10px 0px; 
	line-height:16px;
	color:#000000;	
}

.content strong {
	font-weight:bold;
	color:#A66B33;	
}

.content .date {
	font-size:11px;
	font-weight:bold;
	color:#A66B33;
	margin:20px 0px 2px 0px;	
}

.content ul {
	margin:10px;
	padding:0px;
}

.content li {
	list-style-position:outside;
	list-style-type:square;
	margin:0px 0px 3px 10px;
	padding:0px;
}

/* footer inc */
.footer {
	width:580px;
	margin:0px 0px 0px 270px;
	padding:0px;
	font-size:11px;
	line-height:14px;
	color:#A66B33;	
}

/* link generell */
a { color:#A66B33; text-decoration:none; }
a:hover { color:#D7BDA4; text-decoration:none; }

/* link extern */
.extern { font-size:10px; color:#A66B33; text-decoration:none; }
.extern a:hover { color:#D7BDA4; text-decoration:none; }

/* navigation level 1 */
ul.level1 {
	list-style:none;
	margin:0px 0px 0px 70px;	
	padding:0px;
	width:180px;
}
		
ul.level1 li {
	margin:0px;
	padding:0px;
}

ul.level1 li a {
    display:block;
	margin:0px;
	padding:0px 0px 8px 0px;
}

/* navigation level 2 */
ul.level2 {
	list-style:none;
	margin:0px;	
	padding:0px;
}
		
ul.level2 li {
	float:left;
	margin:0px;
	padding:0px;
}

ul.level2 li img {
    display:block;
	margin:0px;
	padding:0px 18px 0px 0px;
}

/* div. tabellen */
.geschichte { width:100%; }
.geschichte td {  vertical-align:top; padding:5px 10px; line-height:16px; }
.geschichte .date { color:#A66B33; text-align:right; }

.team td {  vertical-align:top; }
.team .foto { width:213px; }
.team .foto img { margin:4px 0 0 0; }
.team .list { padding-left:15px; font-size:11px; line-height:14px; }
.team .list a { color:#000000; text-decoration:none; }
.team .list a:hover, .team .list .active { color:#A66B33; text-decoration:none; }

.twocols { width:450px; }
.twocols td {  vertical-align:top; line-height:16px; }
.twocols .left { width:210px; padding-right:15px; }

.download td { vertical-align:middle; padding:2px 0px; line-height:16px;}
