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

Farben:
#05339c
#b4d9f3
#d1edff
*/



* {
	margin: 0;
	padding: 0;
}



body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #d1edff;
	background-image: url(back.jpg);
	background-repeat: repeat-x;
}



input, textarea {
	padding: 2px 5px;
	border: 1px solid #EBEBEB;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #6B6B6B;
}

blockquote {
  font-size: 0.8em;
  color:#666666;
}


/* ---------- berschriften ---------- */
h1 { font-size: 1.8em; color:#05339c; margin: 5px 0px 10px 0px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; letter-spacing: 3px; } 
h2 { font-size: 1.6em; color:#05339c; margin: 5px 0px 10px 0px; font-weight: bold; font-family: Arial, Helvetica, sans-serif;; letter-spacing: 2px; } 
h3 { font-size: 1.4em; color:#05339c; margin: 5px 0px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; letter-spacing: 1px; } 
h4 { font-size: 1.2em; margin: 5px 0px; font-weight: bold; letter-spacing: 2px; }  
h5 { font-size: 1.0em; margin: 5px 0px; font-weight: bold; letter-spacing: 2px; }  
h6 { font-size: 1.0em; margin: 5px 0px; font-weight: bold; font-style: italic;}  


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

hr {
  margin: 1.5em 0px;
  border: 1px solid #d1edff;
}

a {
  font-weight: bold;
  color: #05339c;
  text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

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: -490px;  halbe Breite */
	position: relative;
/*	top: 0px; left: 0px; */
	width: 980px;
	height: auto;
	margin: 10px auto;
	z-index: 1;
}


/* Header */
#header_top { 
	background-image: url(menue-back-top.jpg);
	background-repeat: no-repeat;	
	background-position: center top;
	height:36px;
	width: 980px;	
	text-align: right;
}
#header_top #suchenbox{ 
  padding: 8px 36px 3px 0px;
  color: #FFFFFF;
}

#header_middle {
	height: 180px;
	width: 980px;	
}

/* Menu */
#header_bottom { 
	background-image: url(menue-back.jpg);
	background-repeat: no-repeat;	
	height:36px;
	width: 980px;	
	text-align: center;
}

#header_bottom ul {
	margin: 0;
	padding: 10px 30px;
	list-style: none;
}

#header_bottom li {
	padding: 0px 15px;
	display: inline;
}

#header_bottom a {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	zoom: 1;
}
#header_bottom a:hover {
	text-decoration: underline;
}

#header_bottom .active {
	color: #b4d9f3;
}



/* Wrapper */
#wrapper2 {
	position: relative;
	top: 0px;
	left: 0px;
	width: 980px;
	background-image: url(content-back.jpg);
	background-repeat: repeat-y;
	z-index: 1;
	margin-bottom: 10px;
}







/* ----------------------------------------------------------------------------------
   Sidebar 
---------------------------------------------------------------------------------- */ 
#left_sidebar { 
	position: absolute;
	top: 0px;
	left: 40px;
	width: 200px;   /* padding muss von der Breite abgezogen werden */
	margin: 20px 0px 0px 0px;
	padding: 0px;
	z-index: 2;	
/*	background-color: #d1edff; */
}
#left_sidebar ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  margin-left: 10px;
}

#left_sidebar li {}

#mainnavigation {
	padding: 20px 10px 0px 10px;
	z-index: 2;	
/*	background-color: #d1edff; */
	border: 1px solid #b4d9f3; 
	background-color: #f3f3f3; 
}

.level2 {
/*	list-style-image: url(ellipse.gif); */
  list-style-type: none;
  margin-bottom: 20px;
}

.level2 .active {
	text-decoration: underline;
}

.level3 {
  margin: 5px 0px 10px 5px;
  list-style-type: square;
  color: #05339c;	
}
.level3 .active {
	text-decoration: underline;
}

#newsletter {
  background-image: url(newsletter.jpg);
  background-repeat: no-repeat;

  margin: 20px 0px 20px 20px;
  padding: 10px 0px 0px 70px;
/*  width: 180px;
  height: 50px; */
}


/* ----------------------------------------------------------------------------------
   Content 
---------------------------------------------------------------------------------- */ 
#content {
	position: relative;
	top: 0px;
	left: 240px;
	width: 660px;  /* padding muss von der Breite abgezogen werden */
	min-height: 400px;

	margin: 0px;
	z-index: 5;
	padding: 10px 20px;
}
.seitzeichen { clear: both; padding: 40px 0px 20px 0px; }

#breadcrumb { font-size: 0.85em; margin-bottom: 12px; }

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

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




/* ----------------------------------------------------------------------------------
   Merkzettel und News 
---------------------------------------------------------------------------------- */ 
.newsbox {
  border: 1px dashed #05339c;
  float: right;
  margin: 10px;
  padding: 10px;
  width: 240px;
}
.rounded_box {
  border: 1px solid #05339c;
  margin: 10px 0px;
  padding: 10px;
}
.newsletter_rounded_box {
  width: 300px;
  border: 1px solid #05339c;
  margin: 10px 0px;
  padding: 10px;	
	
}

/*
#right_merkzettel {
  border: 1px solid #05339c;
  padding: 10px;
  margin: 0px 0px 10px 0px;
  background-color: #d1edff;
}
*/






/* ----------------------------------------------------------------------------------
   Footer
---------------------------------------------------------------------------------- */ 
#footer {

  position: relative;
  top: 0px;
  left: 0px;  

  width: 980px;
  text-align: center;
  background-image: url(footer-back.gif);
  background-repeat: no-repeat;	
  height:50px;
}


#footer p {
  padding-top: 25px;
  text-align: center;
  color: #ffffff;
  font-size: 0.8em;
}
#footer a {
  color: #ffffff;
}


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

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

.download-file { }

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

.download-without-desc { }

/* ----------------------------------------------------------------------------------
   Newstext
---------------------------------------------------------------------------------- */ 
.newstext {
  background-color: #b2d9f2;
  border: 1px solid #05339c;
  margin: 5px 0px;
  padding: 5px;
}


.quelltext { margin: 1em 0em 2em 0em;  padding: 10px 20px; border: 1px solid #FF5555; background-color: #F9F9F9; }


/* ----------------------------------------------------------------------------------
  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;
}

.clboth {
  clear: both;
}
 

