

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #048;}
a:hover {color: #06C;}

body {
	background: #918d8d url(img/bg.gif) repeat-x;
	color: #444;
	padding-top: 15px;
	padding-bottom: 10px;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;
padding-top: 0px;
}

h1 {
    font: normal 2.0em "Times New Roman", Times, serif;
    border-bottom:dotted 1px #4e7490;
	color:#ca8224;
	margin-top:20px;
	}
	
	
h2 {font: normal 1.6em "Times New Roman", Times, serif;
    border-bottom:dotted 1px #4e7490;
	color:#ca8224; }
h3 {
    font: normal 1.3em "Trebuchet MS";
	color: #999999;
	margin-top:20px;
	}
	
h4 {
    font: normal 1.2em "Times New Roman", Times, serif;;
	color:#ca8224;
	margin-top:3px;
	text-align:right;
	padding-right:15px;
	}	

form,input {margin: 0; padding: 0; display: inline;}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2,h3 {padding-top: 6px; margin-bottom: 4px;}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* structure */
.inner-container {
	border: 1px solid #D7D7D2;
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 3px;
	width: 900px;
}

/* header */
.header {
	background: #222 url('img/header.jpg') no-repeat;
	height: 200px;
	margin-bottom: 0px;
	text-align: center;
}


/* navigation main */
.nav {
	background: url(img/nav_balken.gif) repeat-x;
	height: 34px;
	width: 900px;
}
.menu{
font: bold 13px  "Trebuchet MS";
height:34px;
}

.menu ul{
margin: 0;
padding: 0;
height: 34px;
float: left;
background: black url(img/nav_balken.gif) center center repeat-x;
}

.menu ul li{
display: inline;
}

.menu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
height:23px;
text-decoration: none;

}

.menu ul li a:visited{
color: white;
}

.menu ul li a:hover, .menu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(img/nav_balken_o.gif) center center repeat-x;
height: 24px;
}

/* navigation language */

#sprache {
float:right;
height:34px;
width:200px;
}

.menulg{
font:"Trebuchet MS";
width:200px;
height:34px;
float:right;
}

.menulg ul{
margin: 0;
padding: 0;
height: 34px;
float: right;
background: black url(img/nav_balken.gif) center center repeat-x;
}

.menulg ul li{
display: inline;
}

.menulg ul li a{
float: right;
color: white;
padding: 5px 11px;
height:23px;
text-decoration: none;
}

.menulg ul li a:visited{
color: white;
}

.menulg ul li a:hover, .menulg ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(img/nav_balken_o.gif) center center repeat-x;
height: 24px;
}




/* main */
.main {
	background: url(img/main.gif) repeat-y;
	border-top: 4px solid #FFF;
	padding: 8px 12px 0 0;
}

/* content */
.content {
	float: right;
	width: 610px;
	font: normal 65%  "Trebuchet MS";
	padding-top: 0px;
	padding-right: 20px;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
/*.content li {
	list-style: url(img/li.gif);
	margin-left: 38px;
	padding-top:0px;
}*/
.content ul li {
	list-style: url(img/li.gif);
	margin-left: 38px;
	padding-top:0px;
}

.content p {font-family: "Trebuchet MS";}
.content .space { padding-bottom: 20px;}

#nav {
	float: left;
	width: 240px;
}



/* navigation */
.navigation {
	font: normal 52.5% Tahoma,sans-serif;
	float: left;
	width: 240px;
}
.navigation h2 {
	color: #4e7490;
	font: bold 1.2em "Trebuchet MS";
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.navigation ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.navigation li {border-bottom: 1px solid #EAEADA;}
.navigation li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 3px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.navigation li a:hover, .navigation ul li .current {
	background: #F0F0EB;
	color: #c67914;	
}

/* navigation Beratung-Hauptpunkte */
.navigation_b {
	font: bold 52.5% "Trebuchet MS";
	float: left;
	width: 240px;
}
.navigation_b h2 {
	color: #4e7490;
	font: bold 1.2em "Trebuchet MS";
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.navigation_b ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.navigation_b li {
border-bottom: 1px solid #EAEADA;
font-size:  1.2em;
	color: #4e7490;
	display: block;
	padding: 3px 0 8px 5%;
}
.navigation_b li a {
	display: block;
    text-decoration: none;
	width: 95%;
}
.navigation_b li a:hover, .navigation_b ul li .current {
	background: #F0F0EB;
	color: #c67914;	
}
/* navigation---DOWNLOAD----- */
.navigation_down {
	font: normal 62.5%  "Trebuchet MS";
	float: left;
	width: 240px;
}
.navigation_down h2 {
	color: #4e7490;
	font: bold 1.1em "Trebuchet MS";
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.navigation_down ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.navigation_down li {
    border-bottom: 1px solid #EAEADA;
    font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
#active {
     font-family: "Times New Roman", Times, serif;
	 font-size:0.9em;
	 color: #999999;
	 text-align:left;
	 width:228px;
	 }
#active a {
     font-family: "Times New Roman", Times, serif;
	 color: #c67914;
	 text-decoration:none;
	 width:240px;
	 }
/* footer */
.footer {
    height: 22px;
	background: url(img/footer.gif) no-repeat;
	color: #FFFFFF;
	font-size:0.7em;
	margin-top: 0px;
	padding-top: 48px;
	font: 0.6em Tahoma,sans-serif;
	text-align:center;
}
.footer a {
	color: #F7F7F2;
	text-decoration: none;
}
/* only home site */
.homeleft {
	float: left;
	width: 220px;
	padding: 10px;

}
.homeleft h2 {
	font: normal 82.5% "Trebuchet MS";
	color: #d38224;
	border-bottom:dotted 1px #666666; 
}
.homeleft p {
	font: normal 62.5% Tahoma,sans-serif;
	color: #666666;
}
.homeleft table {
	font: normal 62.5% Tahoma,sans-serif;
	color: #666666;
}
/* ------beratungsfelder------ */
#beratung_strobel {
	width: 610px;
	height: 25px;
	background:url(img/beratung_strobel.jpg) no-repeat;
	border-bottom:dotted 1px #4e7490;
	font: normal 2.0em "Times New Roman", Times, serif;
	color:#ca8224;
	padding-top: 95px;
}
#beratung_ruetenik {
	width: 610px;
	height: 25px;
	background:url(img/beratung_ruetenik.jpg) no-repeat;
	border-bottom:dotted 1px #4e7490;
	font: normal 2.0em "Times New Roman", Times, serif;
	color:#ca8224;
	padding-top: 95px;
}
#beratung_powilleit {
	width: 610px;
	height: 25px;
	background:url(img/beratung_powilleit.jpg) no-repeat;
	border-bottom:dotted 1px #4e7490;
	font: normal 2.0em "Times New Roman", Times, serif;
	color:#ca8224;
	padding-top: 95px;
}
#beratung_lage {
	width: 610px;
	height: 25px;
	background: url(img/lage.jpg) no-repeat;
	border-bottom:dotted 1px #4e7490;
	font: normal 2.0em "Times New Roman", Times, serif;
	color:#ca8224;
	padding-top: 95px;
}

#beratung_leer {
	width: 610px;
	height: 25px;
	background: #FFFFFF;
	border-bottom:dotted 1px #4e7490;
	font: normal 2.0em "Times New Roman", Times, serif;
	color:#ca8224;
	padding-top: 95px;
}