/* 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-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #009900;
}
/* ----------------------------------------------------------------------------------
   Generelle CSS-Einstellungen von einzelnen Elementen 
---------------------------------------------------------------------------------- */ 

h1 { font-size: 1.8em; line-height: 2.0em; color:#084C08; margin: 5px 0px 10px 0px; font-weight: bold; font-family: "Times New Roman", Times, serif; } 
h2 { font-size: 1.6em; line-height: 1.8em; color:#084C08; margin: 5px 0px 10px 0px; font-weight: bold; font-family: "Times New Roman", Times, serif; } 
h3 { font-size: 1.4em; line-height: 1.6em; color:#084C08; margin: 5px 0px; font-weight: bold; } 
h4 { font-size: 1.2em; margin: 5px 0px; font-weight: bold; }  
h5 { font-size: 1.0em; margin: 5px 0px; font-weight: bold; }  
h6 { font-size: 1.0em; margin: 5px 0px; font-weight: bold; }  

p { margin: 0px 0px 8px 0px; font-size: 1.0em; line-height: 1.8em; }  
a { font-weight: bold; color: #05339c; text-decoration: none; }
a:hover { text-decoration: underline; }
a img { border: none; }

td { padding: 2px 5px 5px 0px; }
li { padding: 0px 0px 3px 0px; }






/* ----------------------------------------------------------------------------------
   Ausrichtung der Seite und der <div>-Container (Reihenfolge von oben nach unten)
---------------------------------------------------------------------------------- */ 
#wrapper { 
  position: relative;
  width: 980px;
  height: auto;
  margin: 0px auto;
  z-index: 1;
  border-left: 2px solid #084c08; 
  border-right: 2px solid #084c08;   
  border-bottom: 2px solid #084c08;   
  background-image: url(back.jpg);
  background-position: center top;
  background-repeat: repeat-y;
}

#header {
  position: static;
  height: 180px;
  padding: 0px;
  margin: 0px;
  z-index: 1; 
  background-color: #FFFFFF;
  background-image: url(head.jpg);
  background-position: center top;
  background-repeat: no-repeat;  
  
}

#main_navigation {
  padding: 3px 0px;
  background-color: #009900; 
  border-bottom: 2px solid #084c08; 
  border-top: 2px solid #084c08; 
  z-index: 1; 
  text-align: center;
}
#wrapper2 {
  position: static;
  z-index: 1; 
}
#colum_left {
  float: left;
  width: 180px;
  height: auto;
  z-index: 1; 
}
#sub_navigation {
  padding: 40px 5px 10px 5px;
  z-index: 1; 
}
#content {
  position: static;
  margin: 0px 0px 0px 180px;
  padding: 20px 40px 60px 40px;
  z-index: 1;
}

#footer { 
  clear: both; 
  position: static; 
  width: 980px;
  margin: 0px auto;
  z-index: 1;
}


/* ----------------------------------------------------------------------------------
   CSS-Einstellungen von einzelnen Elementen innerhalb der <div>-Container
---------------------------------------------------------------------------------- */ 

#breadcrumb { font-size: 0.85em; padding: 5px 0px; } 
#breadcrumb p, #breadcrumb ul, #breadcrumb li { display: inline; }
#breadcrumb ul.rex-breadcrumb li { padding: 0 5px 0 5px; margin: 0;}
#breadcrumb ul.rex-breadcrumb li.rex-lvl1 {  }

#content img { margin: 2px 0px 5px 0px; }
#content ul { list-style-type: disc; margin-left: 20px; }


#footer p { margin: 0px; padding: 5px; text-align: center; color: #ffffff; font-size: 0.8em; line-height: 1.0em; }
#footer a { color: #ffffff; }






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

/* ---------- Download ---------- */ 
.download_box {
  background-color: #f0f0f0;
  border: 1px solid #084c08;
  margin: 5px 0px 5px 0px;
  padding: 5px 25px;
}
.download_hdl { font-weight: bold; }
.download_file { }
.download_desc { background-color: #ffffff; margin: 5px; padding: 10px; }
.download_without_desc { }


/* ---------- Zweispalter ---------- */ 
.zweispalter { clear: both; }
.zweispalter_left { float: left; width: 290px; }
.zweispalter_right { float: right; width: 290px;  margin-right: 30px; }

/* ---------- textblock ---------- */ 
.textblock { }

/* ---------- newsblock ---------- */ 
.newsblock { padding: 5px 25px; border: 2px solid #CC0000; background-color: #f0f0f0; }

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



/* ----------------------------------------------------------------------------------
   zusaetzliche Module - spezielle Anpassungen fuer dieses Projekt
---------------------------------------------------------------------------------- */ 

/* ---------- angebote ---------- */ 
.angebote {
  margin: 5px 0px;
  padding: 20px 30px;
  border: 1px solid #084C08;
  background-color: #F9F9F9;
}
.angebote td {
  padding: 2px 10px 5px 0px;
  width: 300px;
}
.angebote td.even {
  width: 60px;
  font-weight: bold;
}
.angebote .frei {   color: #084c08; float: right; width: 160px; height: auto; font-weight: bold; text-align: center; } 
.angebote .ausgebucht {   color: #CC0000; float: right; width: 160px; height: auto; font-weight: bold; text-align: center; } 

/* ---------- anmeldeinfos ---------- */ 
.anmeldeinfos {
  margin: 5px 0px;
  padding: 20px 30px;
  border: 2px solid #CC0000;
  background-color: #F9F9F9;
}

