.code {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
 color: #444444;
 font-weight: bold;
 text-decoration: none;
}

.codered {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
 color: #CC0000;
 font-weight: bold;
 text-decoration: none;
}

.codered_bg {
/*background-color:#FFFFFF;*/
border: 1px dotted #000000;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	text-align: center;
	line-height: 120%;
}

form {

	margin: 0;
	padding: 0;

}

td {
	font-size: 11px;
	color: #000000;
}

a {
	color: #0000FF;
	text-decoration: none;
	font-size: 16px;

}

a:hover {
	color: #FF0000;
	text-decoration: none;
	letter-spacing: 5px;

}

ul {
	margin-top: 5px;
	margin-left: 16px;
	margin-bottom:0px;
	margin-top:0px;
	padding-top:16px;

}

li {
	list-style-image: url(../images_nav/bullet.gif);
	margin-left: 0px;

}


/* -------------------------------------
              TABELLENAUFBAU             
   ------------------------------------- */
   
.table_main { /* aeussere Haupttabelle */
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

/* Zellen der Haupttabelle */

.td_header {
	text-align: center;
	vertical-align: top; 
}
.td_footer {
	height: 30px;
}

/* Zellen des Menues */

.td_menu {
	padding-left: 10px;
	vertical-align: top;
}

/* Tabelle der Zelle Menu */

.table_menu {
	width: 185;
	height: 100%;
}

/* Zellen der table_menu-Tabelle */

.td_menuheader {
	height: 40px;
	padding-left: 15px;
	background-color: #B7CFDB;
	border-bottom: 2px #FFFFFF solid;
}

/* Tabelle der Zelle td_content_sideinfo */

.table_content { /* Tabelle content + sideinfo */
	width: 100%;
	/*height: 100%;*/
	margin-left: 10px;
}




/* Zellen der table_content Tabelle */

.td_content {
	height: 100%;
	vertical-align: top;
	background-color: #E7EEF4;
}

.td_sideinfo {
	width: 200px;
	background-color: #DFE9EE;
	vertical-align: top;
}

/* -------------------------------------
                   MENÜ             
   ------------------------------------- */
   
.menu_bg {
	height: 100%;
	font-size: 10px;
	background-color: #E7EEF4;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	vertical-align: top;
}
.menu_bg a {
	color: #000000;
	text-decoration: none;
}
.menu_bg a:hover {
	color: #9D424C;
	text-decoration: none;
}

.sidemenu {
	font-size: 10px;
	font-weight: bold;
	background-color: #8FB2C2;
	vertical-align: middle;
	padding-left: 15px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 3px #FFFFFF solid;
}
.sidemenu a {
	color: #000000;
	text-decoration: none;
}
.sidemenu a:hover {
	color: #9D424C;
	text-decoration: none;
}


/* -------------------------------------
                   FARBEN             
   ------------------------------------- */

.bg_blau1 {
	background-color: #6A97AA;
}
.bg_blau2 {
	background-color: #8FB2C2;
}
.bg_blau3 {
	background-color: #B7CFDB;
}
.bg_blau4 {
	background-color: #DFE9EE;
}
.bg_blau5 {
	background-color: #E7EEF4;
}
.bg_braun1 {
	background-color: #D9C4A4;
}
.bg_braun2 {
	background-color: #F3ECE2;
}

/* -------------------------------------
             ALLG. ELEMENTE            
   ------------------------------------- */

.blockabstand {
	height: 15px;
}
.randabstand {
	height: 10px;
}
/* -------------------------------------
             HEADER - ELEMENTE             
   ------------------------------------- */

.suche {
	width: 185px;
}
.suche input {
	width: 160px;
	height: 18px;
	border: 1px #E7EEF4 solid;
	font-size: 9px;
	margin-bottom: 4px;
}
.suche_pfeil {
	margin-top: 5px;
}

.breadcrumb {
	color: #E7EEF4;
	padding-left: 10px;
	text-align:right;
}
.breadcrumb a {
	color: #E7EEF4;
}
.breadcrumb a:hover {
	color: #9D424C;
}

/* -------------------------------------
                 CONTENT             
   ------------------------------------- */

.ct_header {
	background-color: #B7CFDB;
	color: #6A97AA;
	font-size: 17px;
	font-weight: bold;
	padding: 4px;
	padding-left: 25px;
}
.ct_spaltelinks {
	padding-left: 25px;
	padding-top: 25px;
	padding-bottom: 10px;
	width: 375px;
	vertical-align: top;

}
.ct_spalterechts {
	padding-left: 45px;
	padding-top: 25px;
	padding-bottom: 10px;
	width: 395px;
	vertical-align: top;
}
.ct_titel {
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 15px;
	color:#000000;
}
.ct_subtitel {
	font-size: 13px;
	font-weight: bold;
	color: #6A97AA;
	padding-bottom: 15px;
}

.ct_boxtitel {
	background-color: #D9C4A4;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px;
	padding-left: 15px;

	
}
.ct_boxcontent {
	background-color: #F3ECE2;
	padding: 10px;
	padding-left: 15px;
}

.ct_boxcontent ul {
	margin-top: 5px;
	margin-left: 15px;
}
.ct_boxcontent li {
	list-style-image: url(../images_nav/bullet_braun.gif);
}

.ct_fliesstitel {
	font-size: 13px;
	font-weight: bold;
	color: #6A97AA;
}

.ct_doppelbild_ues {
	background-color: #B7CFDB;
	color: #6A97AA;
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
	padding-left: 25px;
}


.ct_table_doppelbild { /* Tabelle Element Doppelbild */

	border: 1px solid #6A97AA;
	margin-bottom: 16px; 
}



.ct_faq {
        margin-left:10px;
        background-color: #E7EEF4; 



	padding-left: 25px;
	padding-right: 25px;

}



.ct_faq_block_antwort{

	padding-left:25px;
}
.ct_faq_block_frage{

	background-color: #DFE9EE;
	font-weight:bold;
   
}



.ct_bildergalerie {
        margin-left:10px;
        margin-right:10px;
        background-color: #E7EEF4; 
	with:300px;

/*	padding-left: 25px;*/
/*	padding-right: 25px;*/

	border: 1px solid #6A97AA;
}

.ct_bildergalerie_gross {
        background-color: #E7EEF4; 
	border: 1px solid #6A97AA;
}



.ct_bildergalerie_titel{

	color: #6A97AA;
	background-color: #B7CFDB;
	font-weight:bold;
	padding-left: 25px;
	padding-top:3px;  
	padding-bottom:3px;  
}


.ct_bildergalerie_bildunterschrift{

	color:#6A97AA;
	font-size:11px;	
}


.ct_news_titel_teaser {

	color: #6A97AA;
	background-color: #B7CFDB;
	font-weight:bold;


}


.ct_news_datum_teaser {

	color: #6A97AA;
	background-color: #B7CFDB;


}

.ct_news_titel_text {

	padding-top:3px;
}


/* -------------------------------------
                 SIDEINFO             
   ------------------------------------- */

.si_blockbreite {
	width: 200px;
}
.si_textblock_titel {
	background-color: #6A97AA;
	border-bottom: 1px #E7EEF4 solid;
	padding: 2px;
	padding-left: 15px;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}
.si_textblock_content {
	background-color: #B7CFDB;
	padding: 5px;
	padding-left: 15px;
	margin-bottom: 10px;
}

.si_liste_titel {
	background-color: #6A97AA;
	border-bottom: 1px #E7EEF4 solid;
	padding: 2px;
	padding-left: 15px;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}
.si_liste_content {
	background-color: #B7CFDB;
	padding: 5px;
	padding-left: 15px;
	margin-bottom: 10px;
}
.si_liste_bullet {
	margin-top: 3px;
	margin-right: 0px;
	float: left;
}

.si_bild {
	margin-bottom: 10px;
}


.bildunterschrift{

	font-size:10px;
	color:#8FB2C2;
	text-align:left;
	padding-bottom:16px;

}

.bildunterschrift_links{

	font-size:10px;
	color:#8FB2C2;
	text-align:left;
	padding-bottom:6px;
	padding-left:2px;

}

.bildunterschrift_rechts{

	font-size:10px;
	color:#8FB2C2;
	text-align:left;
	padding-bottom:6px;
	padding-left:2px;

}




/* -------------------------------------
                   FOOTER             
   ------------------------------------- */

.footer {
	font-size: 9px;
	color: #FFFFFF;
	height: 50px;
}
.footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	color: #9D424C;
	text-decoration: none;
}



.searchword{

color:green;
font-weight:bold;
border: 1px solid #000000 ;
}
