


 
/********************************************************************************
 * Basis Definitionen
 ********************************************************************************/
.spacer {
  margin-left: 10px;
  margin-right: 10px;
}


 .header_text {
 	font-weight:bold;
	font-size: 13pt;
	color: #ffffff;
	padding-bottom:10px;
 }


.download {
 width: 100%; 
 background-color: #f0f2f4;
 border:1px;
 border-style: solid;
 border-color: #b1b1b1;
 padding: 10px;
}



.style_small {
	margin-right: 10px;
	width:30%;
	border:0px;
	border-style: none;
	float: left;

}

.style_width {
	width:65%;
	border:1px;
	border-style: none;
	float: right;
}

.einzug{
padding-left:25px;

}

.searchstring{
 background-color: #e4e4e4;
}

.link_img {
  right: 10px;
}

.box_colored {
width: 100%; 
 background-color: #0b6d41;
 color: #ffffff;
 font-weight:bold;
 border:0px;
 border-style: none;
 padding: 10px;
}

.box_forum {
 background-color: #c5c9e0;
 border:1px;
 border-style: solid;
 border-color: #162983;
 padding: 10px;
width: 100%; 
 margin-bottom:15px;
}

.forum {
width: 100%; 
}

.abschnitt {
 margin-bottom:20px;
}


.text_content_small{
 	clear:both;
    width: 70%; 
	margin-bottom: 0px;
	padding-bottom: 0px;
}



.text_content,
.link_back,
.style_small,
.style_width,
.content_image
 {
 	clear:both;
	width: 100%; 
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align:left;
	float: left;
}

.blue_light{
   background-color: #c5c9e0;
   }
   
.smaller{
   	font-size: 7pt;
   }

.bigger{
   	font-size: 10pt;
   }


/***************************
*          sitemap         *
****************************/

.smhome{
  background-image:url("../images/sitemap/bg_home.gif");
}
.smhome a:link, .smhome  a:visited, .smhome  a:active, .smhome  a:hover {
  text-transform: uppercase;
  font-weight : bold;
  text-decoration : none;
  color : #ffffff;
}

.sm1{
  background-image:url("../images/sitemap/bg_1.gif");
}
.sm1 a:link, .sm1 a:visited, .sm1 a:active, .sm1 a:hover {
	text-transform: uppercase;
  font-weight : bold;
  text-decoration : none;
  color : #162983;
}

.sm2{
  background-image:url("../images/sitemap/bg_2.gif");
}
.sm2 a:link, .sm2 a:visited, .sm2 a:active, .sm2 a:hover {
	text-transform: uppercase;
  text-decoration : none;
  color : #162983;
}

.sm3{
  background-image:url("../images/sitemap/bg_3.gif");
}
.sm3 a:link, .sm3 a:visited, .sm3 a:active, .sm3 a:hover {
	text-transform: uppercase;
  text-decoration : none;
  color : #162983;
}

/***************************/