/*******************************************************************************

	Verwendete Farben

*******************************************************************************/
/*
	Content
		Schrift		222
		Links	A	FF7E00

	Menu
		Links		859885
		Background	D8E5D8

	Input
		Background	F6F4EF
		Border		f0f0f0

	Warning
		Schrift		FF7E00
*/

/****************************************************************

	Globale Parameter

*****************************************************************/

html{
	height:100%;
	margin:0;
	padding:0;}

body {
	height:100%;
	margin:0;
	padding:0;
	color:#333;
	font-family: Geneva, Helvetica, sans-serif;
	font-size:11px; 
	background:#fff url(../common/bg_b2.png) repeat-y 50% 0;
}


form, #form { margin:0px; }

img { border:0px none #FFFFFF; }

a, a:link, a:visited { text-decoration:none; }

a:hover { text-decoration:underline; }

input { border:0px; margin:0px; padding:0px; }



/****************************************************************

	Template Einstellungen

*****************************************************************/
#language {
	margin:9px 0px 0px 20px;   
	float:left;    
	color: #333;
	background-color: #c60; 
	display: block;
}

/* \*/ * html body #language  { 	margin:9px 0px 0px 9px;  } /* */

a.language {
  	color:#fa9e4c;
	background-color: #c60; 
	text-decoration:none;  
}         

a.language:hover {
  	color:#fbaf5d;
	background-color: #c60; 
	text-decoration:none;  
}

.Clear {clear:both; }
.Copyright {
	display:block;
	clear:left;
	height:18px;
	width:679px;
	margin-top:8px;
	padding:3px 3px 3px 18px;
}

.Copyright span{
	color: #aaa;
	background-color: #fff;
	font-size: 0.9em;
}

#logografic {
	background-color: #cc6600; 
	color: #fff;
  	margin:0px 45px 20px 20px;
}



#Website {

	top: 0px;
	position: relative;
	text-align: left;
	margin: 0 auto;
	width: 751px;
	height:100%;
    float:none;
}

.Menu {      
  	position:relative;
	display:block;
	clear:left;
	float:left;
	width:733px;
	padding-left:18px;
	background-color:#cc6600;
	color: #fff;
	top: 0px;
	left: 0px;
} 

a.standards {
  	color:#fa9e4c;
	background-color:#cc6600;
	text-decoration:none;  
}         

a.standards:hover {
  	color:#fbaf5d;
	background-color:#cc6600;
	text-decoration:none;  
}
div.standards {
	margin:1px 50px 0px 0px; 
	width: 170px;
	padding: 0;  
	float:right;
	text-align:right;      
	color: #d87c2a;
	background-color:#cc6600;
	display: block;
}

/* \*/ * html body div.standards { 	margin:1px 26px 0px 0px;  } /* */

.Warning { color:#FF7E00; font-weight:bold;  background-color: #fff;}

.navigation {
	color:#fff;
	background-color:#cc6600;
    float:left;
	margin:0;
}

/* hide from IE mac \*/
* html .navigation { float: none; }
/* end hiding from IE5 mac */

 

/* nur IE/Mac \*//*/
* html .navigation { float: none; }
/**/

.navigation ul.nav1st{
	padding: 0;
	margin:0;
}

.navigation ul.nav1st li {
	display:block;
	float:left;
	margin: 0px 10px 0px 0px;
	padding: 1px 0px 3px 0px;
}

.navigation ul.nav1st a, 
.navigation ul.nav1st a:link {
	color:#fff;
	background-color:#c60;
	font-size:1.0em;
	text-decoration: none;
	padding: 1px 2px 3px 2px;
}

.navigation ul.nav1st a:hover {
	color:#c60;
	background-color:#fff;  
	text-decoration: none; 
	padding: 1px 2px 4px 2px;
}

.navigation ul.nav1st li.active {
	background-color:#fff;  
	color:#c60;
	padding: 1px 2px 3px 2px;
}

.navigation ul.nav1st li.active a,
.navigation ul.nav1st li.active a:link {
	color:#c60;
	background-color:#fff;  
	text-decoration: none;
	padding: 1px 2px 3px 2px;
}


.submenu {
	display:block;
	clear:left;
	float:left;
	width:200px;
	height: 520px;
	margin:50px 0px 18px 0px;
	left: 0px;
	border-right: 1px dotted #ccc;
}

.submenu ul.nav2nd {
	padding-left: 18px;
	margin: 0;
}

.submenu ul.nav2nd li.active {
	font-size:1.0em;
	font-weight:normal;
	list-style: none;
	margin-bottom: 5px;
	margin-top: 18px;	
}

.submenu ul.nav2nd li.notactive {
	font-size:1.0em;
	font-weight:normal;
	list-style: none;
	margin-bottom: 5px;
	margin-top: 18px;
}

.submenu ul.nav2nd li.subactive {
	font-size:0.95em;
	font-weight:normal;
	list-style-image:url(../common/bullet.gif);
	list-style-position: outside;
	margin-left: 15px;
	padding-bottom: 5px;
	line-height: 18px;
}

/* nur IE/Mac \*//*/
* html .submenu ul.nav2nd li.subactive { list-style: square; }
/**/

/* \*/ * html body .submenu ul.nav2nd li.subactive { list-style-image:url(../common/bullet_ie.gif);  } /* */

.submenu ul.nav2nd li.subnotactive {
	font-size:0.95em;
	font-weight:normal;
	list-style-image:url(../common/bullet.gif);
	list-style-position: outside;
	margin-left: 15px;
	padding-bottom: 5px;
	line-height: 18px;
}

/* nur IE/Mac \*//*/
* html .submenu ul.nav2nd li.subnotactive { list-style: square; }
/**/

/* \*/ * html body .submenu ul.nav2nd li.subnotactive { list-style-image:url(../common/bullet_ie.gif);  } /* */

.submenu ul.nav2nd a, 
.submenu ul.nav2nd a:link {
	padding:4px 0 4px 0;
	color:#111;
	background-color:#fff;  
	line-height: 18px;
}

.submenu ul.nav2nd a.current, 
.submenu ul.nav2nd a.current:link, 
.submenu ul.nav2nd a:hover {
	color:#c60;
	background-color:#fff;  
	text-decoration:none;
	line-height: 18px;
}

strong {
	font-size: 1.1em;
	font-weight: bold;
	color: #111;
	background-color: #fff;
}


.ContentContainer {
	display:block;
	clear:none;
	float:left;
	width:450px;
	margin: 59px 0px 20px 35px;
	padding:0;
	min-height:70%;
}


/* nur IE/Mac \*//*/
* html .ContentContainer { display: inline; float: left; clear:none; width:62%; margin: -530px 0px 0px 235px; padding:0; min-height:70%;}
/**/


body>.ContentContainer {height:auto;}

.ContentContainer a,
.ContentContainer a:link,
.ContentContainer a:visited { 
	text-decoration:none;
	color: #666; 
	background-color: #fff;
}

.ContentContainer a:hover { 
	text-decoration:underline;
	color: #333;
	background-color: #fff;
}

#headline {
	margin-bottom: 20px;
	font-family: Georgia, Times, serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 28px;
	color:#333;
	background-color: #fff;
}

.text{
	line-height: 20px;
}

div.news{
	font-weight: bold;
	height:20px;
	margin:10px;
}

a.back{
	font-weight:bold;
	font-size:1.0em;
}

.news a,
.news a:link,
.news a:visited,
a.back,
a.back:link,
a.back:visited { 
	text-decoration:none;
	color: #333; 
	background-color: #fff;
}

.news a:hover,
a.back:hover { 
	text-decoration:none;
	color: #c60;
	background-color: #fff;
}

.Pic_mit_rahmen,
.Pic_ohne_rahmen {
	display:block;
	clear:left;
	float:left;
	width:175px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.Pic_mit_rahmen img{
	border: 1px solid #aaa;
}

.Pic_ohne_rahmen img{
	border: none;
}

.Article {
	display:block;
	clear:none;
	float:left;
	width:100%;
	line-height: 20px;
}


/* Abstand unterhalb des Logo */

#logo {
	display:block;
	margin:0px 0px 0px 0px;
	width:100%;
	text-align:right;        
	background-color: #c60;
	color:#fff;  
}

/* Abstand unterhalb des Banner */

.Banner {

	display:block;

	margin:0px 0px 30px 0px;

	text-align: right;

}



/* Kontaktformular */

/* css by Sandra Hundacker, http://www.hundertmorgen.de/ */
/* All associated graphics copyright 2004, Sandra Hundacker */
/* Added: Nov. 22nd, 2004 */

/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the
designer's written permission. However, feel free to study the CSS and use
techniques you learn from it elsewhere. */

#form-module {
margin: 20px 0 0 0;
}

#form-module legend {
display: none;
}

fieldset {
border: none;
}

label.text{
font-weight: normal;
width:70px;
height: 30px;
padding:0px;
float:left;
}

label.textarea{
font-weight: normal;
}

.element {
clear: both;
margin: 0;
}

#form-module-thanks {
	color:#c60;
	background-color: #fff;
	font-size: 1.0em;
}


/* ________________ position & style boxes ________________ */

input.text{
width: 350px;
height:18px;
background-color: #eee;
color:#000;
border-left: 1px dotted #aaa;
border-bottom: 1px dotted #aaa;
font-family: Geneva, Helvetica, sans-serif;
font-size: 1.0em;
}

textarea.textarea{
width: 420px;
height:80px;
background-color: #eee;
color:#000;
border-left: 1px dotted #aaa;
border-bottom: 1px dotted #aaa;
border-top: none;
font-family: Geneva, Helvetica, sans-serif;
font-size: 1.0em;
margin-top:3px;
}

input.submit{
margin-top: 30px;
height: 20px;
background-color: #eee;
color: #000;
font-weight: bold;
font-size: 1.0em;
}
