* {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body {
  margin:0px;
  padding:0px;
  font-size: 12px;
  color: #333333;
  background-color: #E2E2E2;
  position:relative;
  background-image: url(images/bg.jpg);
  background-repeat: repeat-x; 

}

img {
  border:0px;
  vertical-align: bottom;
}



/* container */

#start {
  position:relative;
  background-image: url(images/schatten.gif);
  background-repeat: no-repeat;
  background-position:top center;

}

#container {
  position:relative;
  width:992px;
  margin:auto;

}

#header {
	position:relative;
	height:94px;
}

#suche {
  position:absolute;
  top:0px;
  left:0px;
  width:230px;
  height:32px;
  background-color:#C9252C;
  padding-left:15px;
  padding-top:10px;
	
}

#lang {
	position:absolute;
	top:61px;
	left:30px;
}

#logo {
	position:absolute;
	top:0px;
	left:329px;
	z-index:2;
}

#quicklinks {
	position:absolute;
	top:0px;
	right:0px;
	background-color:#C9252C;
	width:202px;
	height:82px;
	background-image: url(images/de/quicklinks.gif);
   background-repeat: no-repeat;
	background-position:top left;
	padding-top:12px;
	padding-left:43px;
}

#content_start_de {
	/*position:relative;*/
	background-image: url(images/start_bg.jpg);
   background-repeat: no-repeat;
	min-height: 457px;
   height: auto !important;
   height: 457px;	
	z-index:1;
}

#content_start_en {
	/*position:relative;*/
	background-image: url(images/start_bg_en.jpg);
   background-repeat: no-repeat;
	min-height: 457px;
   height: auto !important;
   height: 457px;	
	z-index:1;
}

#content_con {
	/*position:relative;*/
	background-image: url(images/bg_content.gif);
   background-repeat: repeat-y;
	min-height: 457px;
   height: auto !important;
   height: 457px;	
	z-index:1;
}

#nav{   
	position:relative;
	float:left;
	left:0px;
	width:245px;
	background-image: url(images/bg_nav.gif);
   background-repeat: repeat-y;	

}

#nav2 {
	position:relative;
	width:184px;	
	background-image: url(images/de/navigation.gif);
   background-repeat: no-repeat;
	background-position:top left;
	min-height: 173px;
   height: auto !important;
   height: 173px;
	padding:25px 18px 25px 43px;

}

#inhalt {
	/*position:relative;*/
	float:right;


}

#inhalt2 {
	position:relative;
	width:747px;
	min-height: 457px;
   height: auto !important;
   height: 457px;	
}

#inhalt3 {
	position:relative;
	width:667px;
	min-height: 238px;
   height: auto !important;
   height: 238px;
	padding:30px 25px 20px 50px;
	background-image: url(images/bg_content2.gif);
   background-repeat: no-repeat;
	background-position: 266px 75px;
}

#start_text {
	position:absolute;
	top:200px;
	left:45px;
	width:420px;
}

#news {   
	position:absolute;
	left:502px;
	top:186px;
	width:245px;
	background-image: url(images/bg_news.gif);
   background-repeat: repeat-y;
}

#news2 {
	position:relative;
	width:193px;	
	background-image: url(images/de/news.gif);
   background-repeat: no-repeat;
	background-position:top left;
	min-height: 214px;
   height: auto !important;
   height: 212px;
	padding:15px 12px 05px 40px;
}

#news3 {
	position:relative;
	width:193px;	
	background-image: url(images/en/news.gif);
   background-repeat: no-repeat;
	background-position:top left;
	min-height: 214px;
   height: auto !important;
   height: 212px;
	padding:15px 12px 05px 40px;
}

#footer {
  position:relative;
  width:992px;
  /*margin:auto;*/
  border-top:1px solid #005D3A;
  color:#005D3A;
  margin-top:10px;
  margin-bottom:50px;
  height:20px;
}

.f1 {
  position:absolute;
  top:12px;
  left:20px;
  width:225px;
  padding-top:6px;
  padding-bottom:12px;
  border-right:1px solid #81AD9C;
}

.f2 {
  position:absolute;
  top:12px;
  left:293px;
  width:253px;
  padding-top:6px;
  padding-bottom:12px;
  border-right:1px solid #81AD9C;
}


h1 {
  font-weight: bold;
  font-size:14px;
  color:#008B57;
  margin-top:0px;
  margin-bottom:0px;
  padding-bottom:5px;
}

.h1line {
	border-bottom:1px solid #4DAE8A;
	margin-bottom:20px;
}

h2 {
  font-weight: bold;
  font-size:12px;
  color:#C9252C;
  padding:0px;
  margin:0px;
}

h3 {
  font-weight: bold;
  font-size:12px;
  color:#333333;
  padding:0px;
  margin:0px;
}

/* links */
a,a:link,a:visited,a:active {
  color:#005D3A;
  text-decoration:underline;
  font-weight :normal;
}

a:hover {
  color:#005D3A;
  text-decoration:none;
  font-weight :normal;
}


a.mainnav:link,a.mainnav:visited,a.mainnav:active {
  color:white;
  text-decoration:none;
  font-weight :bold;
}


a.mainnav:hover {
  color:#FFFF00;
  text-decoration:none;
  font-weight :bold;
}

a.mainnavactive:hover,a.mainnavactive:link,a.mainnavactive:visited,a.mainnavactive:active {
  color:#FFFF00;
  text-decoration:none;
  font-weight :bold;
}

a.subnav:link,a.subnav:visited,a.subnav:active {
  color:white;
  text-decoration:none;
  font-weight :normal;
}


a.subnav:hover {
  color:#FFFF00;
  text-decoration:none;
  font-weight :normal;
}

a.subnavactive:hover,a.subnavactive:link,a.subnavactive:visited,a.subnavactive:active {
  color:#FFFF00;
  text-decoration:none;
  font-weight :normal;
}

a.newslink:link,a.newslink:visited,a.newslink:active {
  color:white;
  text-decoration:none;
  font-weight :normal;
}

a.newslink:hover {
  color:#FFFF00;
  text-decoration:none;
  font-weight :normal;
}

a.footerlink:link,a.footerlink:visited,a.footerlink:active {
  color:#005D3A;
  text-decoration:underline;
  font-weight :normal;
}


a.footerlink:hover {
  color:#005D3A;
  text-decoration:none;
  font-weight :normal;
}

/*a.subnav:link,a.subnav:visited,a.subnav:active {
  color:#333333;
  text-decoration:none;
  font-weight:bold;
}

a.subnav:hover {
  color:#B72756;
  text-decoration:none;
  font-weight:bold;
}

a.subnavactive:link,a.subnavactive:visited,a.subnavactive:active,a.subnavactive:hover {
  color:#B72756;
  text-decoration:none;
  font-weight:bold;
}*/



input,textarea,select{
  color:#333333;
  background-color:#FFFFFF;
  border:1px solid #333333;
  padding:1px;
  padding-left:5px;
}

ul {
	padding:3px 0px 3px 0px;
	margin:0px 0px 0px 0px;
}

li {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 18px;
	/*list-style-type: none;*/
}

.li1 {
	list-style-image: url(images/icon_pfeil.gif);
}

.li1active {
	list-style-image: url(images/icon_pfeil_gelb.gif);
}

.li2 {
	list-style-image: url(images/icon_pfeil2.gif);
	margin-left:25px;
}

.li2active {
	list-style-image: url(images/icon_pfeil2_gelb.gif);
	margin-left:25px;
}

.li_gruen {
	list-style-image: url(images/icon_pfeil_gruen.gif);
	margin-left:25px;
}

.line_nav {
	border-bottom:1px solid #DB6F74;
	margin-top:0px;
	margin-bottom:1px;
	line-height:2px;
}

.line_news {
	border-bottom:1px solid #57AA8B;
	margin-top:0px;
	margin-bottom:3px;
	line-height:3px;
}

.beitrag {
	border:1px solid #CFE4DC;
	padding:10px;
	background-color:#E6EFEC;
}

.acrobat {
	border-top:1px solid #4DAE8A;
	padding:10px;
}
