/* Import von weiteren CSS-Dateien */

@import url("default-settings.css");
@import url("captcha-formular.css");



body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #95d2fc;
}





/* ---------- Ueberschriften ---------- */
h1,h2,h3,h4,h5,h6 { font-family: Georgia, "Times New Roman", Times, serif; color: #006600; font-weight:bold;  padding: 0px 0px 10px 0px; }
h1{	font-size: 1.2em; padding: 0px 0px 15px 0px; }
h2{	font-size: 1.1em; }
h3{	font-size: 1.0em; }
h4{	font-size: 0.9em; }
h5{	font-size: 0.8em; }

a {	text-decoration: none; color: #000099; }
a:hover { text-decoration: underline; }
a img { border: none; }


span.link-atemweite { color: #000000;	font-size: 0.8em; }
span.link-atemweite a { color: #000000; }

p { margin: 0px 0px 8px 0px; font-size: 1.0em; line-height: 1.5em; }  







img.left { float: left; margin: 5px 20px 0 0; }
img.right { float: right; margin: 5px 0 0 20px; }

td { padding: 2px 4px 6px 0px; }
li { padding: 0px 0px 3px 0px; }


/* Wrapper */

#wrapper {
/*	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -390px;  halbe Breite */
	position: relative;
	width: 780px;
	height: auto;
	margin: 0px auto;
	z-index: 1;
}


#header {
	position: static;
	width:780px;
	height:140px;
/*	background-image:url(head.jpg); */
}




#wrapper2 {
  position: static;
  z-index: 1;
  background-color: #000099; 
  padding: 0px 0px 20px 0px; 		
}

#colum_left {
  position: absolute;
  left: 10px;
  top: 140px;
  width: 170px;
  height: auto;
  background-color: #ffffff; 
}

#content {
  position: static;
  margin: 0px 10px 0px 190px;
  padding: 10px 25px;
  z-index: 1;
  background-color: #ffffff; 
  min-height: 600px;
}



#main-navigation {
	padding: 10px;
	z-index: 2;	
}

/* ---------- <a></a> - Element ---------- */
#main-navigation a { color: #000000;; text-decoration: none; }
#main-navigation a:hover { color: #999999; }  /* OnMouseover() - Schriftfarbe ändern */
#main-navigation .active { color: #999999; }

#main-navigation ul {
	list-style-type: circle;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 0.75em; /* 13px */
	font-weight: normal;
	display: block;
		
}

#main-navigation li {
	margin: 5px 0px 0px 0px;
	list-style-type: circle;	
}
/* ---------- Level ---------- */
/* Bei jeden neuen Level den Text um ... Pixel nach rechts verschieben */
#main-navigation li.level0 { margin-left: 0px; }
#main-navigation li.level1 { margin-left: 15px; list-style-type: circle; }
#main-navigation li.level2 { margin-left: 25px; list-style-type: square; }



/* ----------------------------------------------------------------------------------
   Content 
---------------------------------------------------------------------------------- */ 

#breadcrumb { font-size: 0.85em; padding: 5px 0px; }

#content img {
  margin: 2px 0px 5px 0px;
}

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



/* ----------------------------------------------------------------------------------
   Footer
---------------------------------------------------------------------------------- */ 
#footer {
  clear: both;
  position: static;
  z-index: 1;
}


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

#footer a {
  color: #000099;
}





/* ----------------------------------------------------------------------------------
   Download anbieten
---------------------------------------------------------------------------------- */ 

.download-box {
  background-color: #b2d9f2;
  border: 1px solid #05339c;
  width: 400px;
  margin: 5px 5px 5px 0px;
  padding: 5px;
}

.download-hdl {
	font-weight: bold;
}

.download-file { }

.download-desc {
  background-color: #eeeeee;
  margin: 5px;
  padding: 10px;
}

.download-without-desc { }



/* ----------------------------------------------------------------------------------
  externe Links
---------------------------------------------------------------------------------- */ 

.extern{
  padding-right:15px;
  background:url('extern.gif') no-repeat right center;
}





/* ----------------------------------------------------------------------------------
  Zweispalter
---------------------------------------------------------------------------------- */ 
.zweispalter { 
  clear: both;
}

.zweispalter_left {
  float: left; 
  width: 290px; 
}

.zweispalter_right { 
  float: right; 
  width: 290px; 
  margin-right: 30px;
}





