/***************************************
Methoden neu   960/1260
17 Nov 11 

'methoden' wird mainnavi 
sub/main navi angeglichen
die methoden als unterseiten 
betrifft alle templates
***************************************/

@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	background: #FFF;
	color: #333;
}

#container {
	width: 1260px;
	margin: auto;
	margin-top: 25px;
	background : #D1E2AA
}

#head {
	height: 80px;
	background-image: url(head_bg.gif);
	margin-bottom: 25px;
}

#head #logo {
	float: left;
}

#head #logo address {
	position: relative;
	left: 920px;
	bottom: 23px;
	font-style: normal;
}


#mainnavi ul{
	margin: 0px;
	padding: 0;
	list-style: none;
}

#mainnavi ul li {
	float: left;
	margin-right: 24px;
	padding-top: 4px;
	font-size: 140%;
	font-weight: bold;
}

#mainnavi ul li ul li a {
	font-weight: normal; 
	color: #6d6d6d;
	font-size: 50%;  /*70%;*/
}

#mainnavi ul li ul li { 
	margin-top: -5px;
	padding: 0;
}


#mainnavi a {
	color: #1b201c;
	text-decoration: none;
}

#mainnavi a.menu_current {
	color: #6d6d6d;
}
	
#mainnavi a:hover {
	text-decoration: underline;
}


#subnavi {
	float: left;
	width: 200px;
	height : 660px;
	color: #000000;
	margin-right: 30px;
    /*background: url(menue_inst_bg.png) repeat-y scroll 0 0 transparent;
	background-image:url(menue_inst_bg.png);*/	
}

/****/

#subnavi  ul {
	list-style: none;
	padding: 0px 0px 6px 30px;
	font-size: 130%;
	font-weight: bold;
	margin-top: 62px;
}

#subnavi li {
	margin-bottom: 10px;	
}

#subnavi ul li ul {
	margin: 2px 0 0 -7px;
}

#subnavi ul li ul li { 
	margin: 0 0 0 -15px;	
	padding: 5px 0 3px 0;
	line-height: 0.6;
}

#subnavi  a {
    color: #1b201c;
	text-decoration: none;
}

#subnavi a.menu_current {
	color: #6d6d6d;
	font-weight: bold;
}

#subnavi  a:hover {
	text-decoration: underline;
}

#subnavi  a:active {
	color: #1b201c;
	text-decoration: none;
}


#subnavi ul li ul li a {
	font-weight: normal; 
	color: #1b201c;
	font-size: 65%;
	text-decoration: none;
}

/****/

/*
#subnavi #methoden ul {
	/*margin: 1em 0 2em 0;
	padding: 24px;
	list-style: none;
	padding: 0px 0px 6px 30px;
	font-size: 140%;
	font-weight: bold;
	margin-top: 5px;	
}

#subnavi #methoden li {
	margin-bottom: 4px;	
}

#subnavi #methoden a {
	color: #1b201c;
	text-decoration: none;
}


#subnavi #methoden ul li ul li a {
	font-weight: normal; 
	color: #1b201c;
	font-size: 50%;
	text-decoration: none;
}

#subnavi #methoden ul li ul li { 
	margin: -5px 0 0 -15px;
	padding: 0 0 0 0;
}


#subnavi #methoden a.menu_current {
	color: #1b201c;
	font-weight: bold;
}

#subnavi #methoden a:hover {
	text-decoration: underline;
}

#subnavi #methoden a:active {
	color: #1b201c;
	text-decoration: none;
}
*/

#subnavi h1 {
	text-align: center;
	color: #1b201c;
	margin: 0;
	padding-top: 5px;
	font-size: 140%;
}

#subnavi #info {
	background: #d2e0ab;
}

#subnavi #info p {
	padding: 0 18px;
}

#contentcontainer {
	width:1000px;
	min-height: 860px;
	float: left;
}

#content {
	clear: both;
	padding-top: 1em;
}

#content a{
	color: #1b201c;
}

#content p {
	padding-right: 20px;
}

#badlogo {
	float: left;
	height: 82px;
	width: 1260px;
	/*background-image: url(bad_logo_bg.png);*/
}
 
 #badlogo address {
	position: relative;
	left: 940px;
	bottom: 25px;
	font-style: normal;
}

#footer {
	clear: both;
	height: 50px;
	margin-top: -10px;
	font-size: 0.7em;
	line-height : 4em;
	background-color: #ffffff;
}

#footer a{
	color: #1b201c;
	text-decoration: none;
}

