/* Import von weiteren CSS-Dateien */
@import url("default-settings.css");
@import url("navigation.css");
@import url("captcha-formular.css");

body { margin: 0px; padding: 0px; font-size: 12px; line-height: 18px; font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: #FFFFFF; color:#14362B; /* color:#38662E; */ }


/* ----------------------------------------------------------------------------------
   Schriften
---------------------------------------------------------------------------------- */ 

a { text-decoration: none; color:#FFCC00; /* #38662E */ }
a:hover {  color: #38662E; /* #14362B */ }

h1,h2,h3,h4,h5,h6 { padding: 0px 0px 0.5em 0px; color: #14362B; } 
h1 { font-size:1.5em; line-height: 1.8em; font-weight: bold;} 
h2 { font-size:1.5em; line-height: 1.8em; font-weight: bold; } 
h3 { font-size:1.3em; line-height: 1.6em; font-weight: bold; } 
h4 { font-size:1.3em; line-height: 1.6em; font-weight: normal; } 
h5 { font-size:1.0em; line-height: 1.3em; font-weight: bold; } 
h6 { font-size:1.0em; line-height: 1.3em; font-weight: normal; } 

td { padding: 0px 8px 6px 0px; vertical-align: top; }
p { padding: 0px 0px 1.5em 0px; font-size: 1.0em; line-height: 1.5em; }

#content .image { margin-bottom: 1.0em; }
#content .image .small { font-size: 0.8em; }

#content hr { margin: 0px 0px 1.0em 0px; color:#38662E; background-color:#38662E; }

#content li { list-style-type: circle; margin: 0px 0px 0.5em 18px; padding: 0px 0px 0px 0px; font-size: 1.0em; line-height: 1.5em; }

#content .textblock .image { display: block; width: 240px; }

.red { color: #CC0000; }
.yellow { color: #FFCC00; }

/* ----------------------------------------------------------------------------------
   Ausrichtung der Seite und der <div>-Container (Reihenfolge von oben nach unten)
---------------------------------------------------------------------------------- */ 
#page, #page-start {
	position: relative;
	width: 740px;
	height: auto;
	margin: 0 auto;
	padding: 5px 120px;
	background-image: url(background.jpg); 
	background-repeat: repeat-y;  
	overflow: hidden; 
	z-index: 1;
}



#header { position: relative; top: 0px; left: 0px; height: 100px;  }
#header_logo { position: absolute;  top: 0px; left: 640px; width: 100px; height: 100px; }
#header_big {position: absolute;  top: 10px; left: 0px; width: 640px; height: 55px; color: #FFCC00; text-align:center; font-size: 54px; line-height: 54px; font-weight: bold;   white-space:nowrap; }
#header_small { position: absolute;  top: 65px; left: 0px; width: 640px; height: 20px; color: #FFCC00; text-align:center; font-size: 9px; }


#wrapper { position: relative; padding-bottom: 25px; background-image: url(web-hintergrund.jpg); background-repeat: no-repeat;   }
#wrapper-start { position: relative; padding-bottom: 25px; background-image: url(web-hintergrund-start.gif); background-repeat: no-repeat;   }


#colum_left { position: absolute; top: 0px; left: 0px; width: 230px; height: auto; z-index: 1; }
#content { position: relative;  top: 0px; left: 230px; width: 500px; height: auto; z-index: 1; padding: 0px;  min-height: 400px;  }
#page-start #content { left: 10px; width: 720px; }
#content_start { padding: 500px 0px 5px 0px; margin: 0px 0px 0px 0px; color: #FFCC00;   }


#content_top { min-height: 500px;  }
#content_left { float: left; width: 300px; padding: 20px 0px 20px 0px; height: auto; }
#content_right { float: right; width: 300px; padding: 20px 0px 20px 10px; height: auto; }
#content_bottom { clear: both; }



#content_image { width: 612px; height: auto; margin: 14px 0px 14px 0px; background-color: #000066; }




#footer { height: 45px; color: #FFCC00; text-align:center; font-size: 9px; }
#footer a { margin: 0px 10px 0px 10px; color: #FFCC00; }
#footer a:hover { color: #14362B; }
#footer_images { margin: 0px 0px 0px 44px; height: 85px; overflow: hidden;  }
#footer_links { margin: 0px 0px 0px 44px; color: #004990; height: 35px; line-height: 35px; }





.hersteller { display: inline; float: left; width: 200px; height: 160px; text-align: center; }


/* ----------------------------------------------------------------------------------
   Module
---------------------------------------------------------------------------------- */ 

/* ---------- Download ---------- */ 
.download_box {
  width: auto;
  margin: 5px 0px 5px 0px;
  padding: 5px 0px 5px 0px;
  font-size: 1.0em;
}
.download_box .download_hdl {  }
.download_icon { float: left;  } 
.download_icon a { font-size: 0.8em; }
.download_icon a.extern { padding-right: 0px; background: none; }
.download_text { margin-left: 50px; padding: 0px 0px 0px 5px; }
.download_desc { background-color: #ECEFF4; margin: 5px 0px 0px 0px; padding: 5px 5px 2px 5px; }
.download_without_desc { }


/* ---------- Zweispalter ---------- */ 
.zweispalter { }
.zweispalter_links { float: left; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; width: 350px; height: auto; }
.zweispalter_rechts { float: right; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; width: 350px; height: auto; }




/* ---------- articel_nav_back_and_forward ---------- */ 
.article_nav_back_and_forward { padding: 40px 5px 10px 5px; }



.single_image { display: inline; padding: 0px 10px 10px 0px; width: 200px; height: auto; text-align: center; }
