html {
	height: 100%;
	margin: 0px;
	padding: 0px;
  }

body {
	color: #2b2b2b;
	/* background-color: #e7e8e9;*/
	background-color: #13277E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0;
	height: 100%;
  }
  
#wrapper {
	margin: 0px;
	padding: 0px;
	width: 1000px;
	margin: 0 auto 0 auto;
}

#contentWrapper {

	background-image: url(gfx/bg_content.gif);
	background-repeat: repeat-y;
	background-position: center top;
	overflow: hidden;
	margin: 0px;
	padding: 100px 0 0 0;
}

h1,h2,h3 {
color: #13277E;
}

hr {
  color: #13277E;
  height: 1px;
  border: 1px solid  #13277E;
  border-bottom: none;
  border-left: none;
  border-right: none;
  

}


/* ################################ KOPFZEILE ################################ */

#Header{
  position: fixed;
  height: 100px;
	width: 1000px;
	margin: 0;
	padding: 0;
	z-index: 99;
	background-image: url(gfx/header_hdv_logo.gif);
	
}

#Header img{
	margin: 0;
	padding: 0;
}


/* ############################ NAVIGATION ########################################## */


#navwrapper {
	width:158px;
	float:left;
	margin-left: 14px;
}

ul#Navigation {
	font-size: 12px;
	width: 153px;
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	min-height:100%;
  }
  
ul#Navigation li {
	list-style: none;
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
  }
      
ul#Navigation li#nav1act a {
	color: #ffffff;
	font-weight: bold;
}
 
ul#Navigation a {
	display: block;
	text-decoration:none;
	padding: 7px 0 9px 10px;
	background-image:url(gfx/menu_bg_nav1.gif);
	background-position: right top;
	background-repeat:no-repeat;
	margin: 5px 0 0 0;
	font-weight: normal;
	
	border-left: 1px solid #939bb8;
	}
	 
ul#Navigation a:link {
   	color: #d0d2d4;
	}
		
ul#Navigation a:visited{
   	color: #d0d2d4;
	}	
	
ul#Navigation a:hover{
   	color: #ffffff; 
	}			

/* ################## SubNav #################### */


ul#Navigation2 {
	font-size: 11px;
	margin: 0;
	padding: 0;
	background-color: #ebebeb;
	}
  
ul#Navigation2 li {
	margin: 0;
	padding: 0px 0 0px 0;
	text-align: left;
	list-style:none;
	display: block;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 1px solid #13277e;
	background-color: #ebebeb;
	}
  
ul#Navigation2 li a{
	text-decoration:none;
	margin: 0;
	padding: 3px 0 5px 10px;	
	border-left: none;
	font-weight: normal;
	} 
	
ul#Navigation #nav1act #Navigation2 li a{
	color: #13277e;
	background-image:none;
	font-weight: normal;
	} 
	
ul#Navigation #nav1act #Navigation2  a:hover{
	color: #13277e;
	font-weight: normal;
	background-image:none;
	}	
	
ul#Navigation #nav1act #Navigation2 li#nav2act a{
	color: #13277e;
	font-weight: bold;
	/*background-image:none;
	background-image: url(gfx/submenu_arrow_hg.gif);
	background-repeat: no-repeat;
	background-position: right top;*/
	}

/* ################## SubSubNav #################### */


ul#Navigation3 {
	font-size: 11px;
	margin: 0 0 0 0;
	padding: 0 0 5px 0;
	background-color: #ffffff;
	}
  
ul#Navigation3 li {
	margin: 0;
	padding: 0;
	text-align: left;
	list-style:none;
	display: block;
	border: none;
	background-color: #ffffff;
	}
  
ul#Navigation3 li a{
	text-decoration:none;
	margin: 0;
	padding: 5px 0 5px 20px;	
	border-left: none;
	} 
	
ul#Navigation #nav1act #Navigation2 #nav2act #Navigation3 li a{
	color: #13277e;
	font-weight: normal;
	background-image:none;
	} 
	
ul#Navigation #nav1act #Navigation2 #nav2act #Navigation3  a:hover{
	color: #13277e;
	font-weight: normal;
	background-image:none;
	}	
	
ul#Navigation #nav1act #Navigation2 #nav2act #Navigation3 #nav3act a{
	color: #13277e;
	font-weight: bold;
	background-image:none;
	}


/* ######################## INHALT ##################################### */

div#Inhalt {
float: left;
	margin: 0px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
  width: 574px;


	}

div#Inhalt a {
	color: #13277e;
  }
  
div#Inhalt a img {
	border: none;
  }
	
div#Inhalt h1 {
	margin:0;
	font-size:14px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
  }
  
  
div#Inhalt h2 {
	margin:0;
	font-size:18px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
  }

div#Inhalt p {
	 padding:5px;
	 margin:0;
	 font-size:12px;
	 line-height:18px;
  }
div#Inhalt p.align-center {
	 text-align: center;
  }
  
 
div#Inhalt p .detail {
	color: #00CC00;
	font-weight: bold;
  }
 
div#Inhalt ul {
	 font-size:12px;
  }

div#Inhalt table#contenttable td{
	border: 1px solid #ccc;
  }

div#Inhalt table#contenttable p {
	text-align: center;
  }
    
.csc-textpic-caption {
	font-size:10px;
	color: #666666;
  }
  
.mail {
	font-size:12px;
	color: #ce0a3d;
	text-decoration:none;
  }
  
.external-link {
	font-size:12px;
	color: #ce0a3d;
	text-decoration:none;
  }
  
  
  /* ################################# Rand  #################################  */
  
  
  div#Right {
float: right;
	width: 180px;
	margin: 0px;
	padding-top: 30px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	}
	
div#Right a {
	color: #13277e;
  }
	
div#Right h1 {
	margin:0 0 0 12px;
	font-size:14px;
	font-weight: bold;
	padding:2px 0 5px 5px;
	background-color: #fff;
	width:150px;
  }
  
div#Right h2 {
  color: #fff;
	margin:0 0 0 12px;
	font-size:12px;
	font-weight: bold;
	padding:7px 0 5px 5px;
	background-color: #13277E;
	width:150px;
	border: 1px solid #939BB8;
	border-bottom: none;
  }

div#Right p.bodytext {
	 padding:0 0 0 5px;
	 margin:0 0 0 12px;
	 font-size:12px;
	 background-color: #fff;
	 width:150px;
  }
  /* ################################# Searchbox  #################################  */ 
  
div#Search {
  float: right;
  width: 156px;
  margin:40px 15px 0 0px;
  padding: 0;
  background-color:#13277E;
  border: 1px solid #13277E;
}  

div#Search span#search_headline {

  padding: 0 0 0 5px;
  margin: 0;
  color: #fff;
  font-weight:bold;

}

.field_search {
	font-size: 10px;
	color: #333;
	padding: 2px 0 0 23px;
	border: 1px solid #E7E8E9;
	margin: 2px 0px 6px 5px;
	height: 16px;
	width: 120px;
	background-image:url(gfx/icon_search.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
}

.tx-indexedsearch-searchbox { display:none;}
.tx-indexedsearch-res {font-size: 12px;}
.tx-indexedsearch-title a {color: #2b2b2b; font-weight:bold;}
.tx-indexedsearch-path a {color: #ce0a3d;}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { color: #ce0a3d; }
.tx-indexedsearch-whatis {font-size: 12px;}
.browsebox a {color: #ce0a3d;}
  
  
/* ################################# Footer  #################################  */
  
div#footer {
  float: left;
	width: 1000px;
	background-color: #59689f;
	text-align:center;
	font-size:11px;
	font-weight: bold;
	padding: 10px 0 0 0;
	margin: 0;
}
div#footer_nav {
  float: left;
	width: 1000px;
	background-color: #59689f;
	text-align:center;
	margin:0;
	padding: 0 0 5px 0;
	color: #ffffff;
	font-size:10px;
}
div#footer_nav a {
	color: #ffffff;
	font-size:10px;
}
  
  
  /* ################################# KontaktFormular  #################################  */
  
#wrapper #Inhalt #kontaktForm { 
  	color: #666;
  }
 
#wrapper #Inhalt #kontaktForm fieldset {
  	border: none;
  } 
  
#wrapper #Inhalt #kontaktForm label {
  	font-size:11px;
  }
#wrapper #Inhalt #kontaktForm input#name, input#vorname, input#telefon, input#email {
  font-size:11px;
	width: 400px;
	padding: 3px 0 0 5px;
	color:#666666;
	background-color:#f5f5f5;
	height: 17px;
  } 
  
#wrapper #Inhalt #kontaktForm textarea#mitteilung {
  	font-size:11px;
	width: 400px;
	padding: 3px 0 0 5px;
	color:#666666;
	background-color:#f5f5f5;
	height: 200px;
  } 
    
#wrapper #Inhalt #kontaktForm select#taetigkeitsfeld {
  font-size:11px;
	width: 405px;
	padding: 3px 0 0 3px;
	color:#666666;
	background-color:#f5f5f5;
	height: 21px;
  }   
  
  
/* ############### felogin #################### */

.tx-felogin-pi1 {
width: 156px;
margin: 0 0 0 12px;
padding: 0;  

}
.tx-felogin-pi1 label {
  color: #13277e;
  font-size:12px;
  font-weight: bold;
}
.tx-felogin-pi1 input#user, input#pass {
  margin: 0 0 5px 0;
  padding: 0 0 0 3px;
  border: 1px solid #13277e;
  width: 130px;
}
.tx-felogin-pi1 .field_forgot {
  margin: 0 0 5px 0;
  padding: 0 0 0 3px;
  border: 1px solid #13277e;
}
.tx-felogin-pi1 input#btn_login, input#btn_logout, input#btn_sendpw {
  margin: 0 0 10px 0;
  font-size: 10px;
  font-weight: bold;
  color: #13277e;
}
.tx-felogin-pi1 div#box_content {
  background-color: #e7e8e9;
  padding: 5px;
  border: 1px solid #13277e;
  border-top: none;
}
.tx-felogin-pi1 div#box_header {
  background-image:url(gfx/bg_right_box_header.gif);
	background-position: right top;
	background-repeat:no-repeat;
	height: 30px;
	border-left: 1px solid #939bb8;
}    
.tx-felogin-pi1 div#box_header h3 {
  color: #ffffff;
  font-weight: bold;
  font-size: 12px;
  padding: 7px 0 0 5px;
}  
  
  
/* ################ feuserlisting  ################# */  
  
.tx-feuserlisting-pi1-singleView td {
background-color: #ffffff;

}


.tx-feuserlisting-pi1-singleView td img {
padding:5px;
}

.tx-feuserlisting-pi1-singleView table {

width: 570px;
border: 0;

}
.tx-feuserlisting-pi1-listrow td {

padding: 5px;
background-color: #ffffff;
}


.tx-feuserlisting-pi1-searchbox {
margin: 0 0 20px 0;

}


/* ######### tx-eubirthdays ############ */

.tx-eubirthdays-pi1 {
background-color: #ffffff;
margin: 0 0 0 12px;
width:150px;
padding: 0 0 0 5px;


}

/* ############ fdfx_2cols ############ */
/* Layout 1 */
div.c2l1d-left {
border:1px solid #fff;
left:0;
padding:0;
position:absolute;
white-space:normal;
width:280px;
background-color: #fff;
}

div.c2l1d-middle {
border:1px solid #fff;
left:290px;
padding:0;
position:absolute;
white-space:normal;
width:280px;
background-color: #fff;
}


/* ############ fdfx_3cols ############ */




div.tx-fdfx3cols-pi1 {
z-index: 98;
padding:0;
margin:0;
overflow: visible;
}



/* Layout 1 */
div.c3l1d-left{
   position:absolute;
   left:0px;
   padding: 0px;
   width:190px;
   white-space:normal;
   border:1px solid #fff;
   background-color: #fff;
   margin: 0;
}
div.c3l1d-middle{
   position:absolute;
   left:200px;
   padding: 0px;
   width:190px;
   border:1px solid #fff;
   white-space:normal;
   background-color: #fff;
   margin: 0;
}
div.c3l1d-right{
   position:absolute;
   left:400px;
   padding: 0px;
   width:190px;
   border:1px solid #fff;
   white-space:normal;
   background-color: #fff;
   margin: 0;
}





div#Inhalt .tx-feuserlisting-pi1-browsebox .tx-feuserlisting-pi1-browsebox-SCell p a {

font-weight: bold;

}



/* ################## NEWS ########################## */




/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.news-list-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer{
	clear:right;
	height:1px;
	border:1px solid #F9FFE5;

}
.news-latest-container HR.clearer {
	clear:left;
}


/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {

}


.news-list-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	height: auto !important;
	padding:3px;
	margin:3px;
	border:1px solid #666;
	background-color:#fff;
	

	}
.news-search-form {
	padding:3px;
	margin-bottom:5px;
	border:1px solid #666;
	background-color:#F9FFE5;

}
.news-search-emptyMsg{
	margin:0px;
}
.news-search-form FORM {
	margin:0px;
}
.news-list-container H3 {
	margin-bottom: 5px;
	padding: 2px;

}
.news-list-container H3 A:LINK,.news-list-container H3 A:VISITED,.news-list-container H3 A:HOVER {
	color:#fff;
	padding-left:2px;
}
.news-list-container H3 A {
	color:#fff;

}
.news-list-container P {
	padding-left:3px;
}
.news-list-date {

	height: 20px;
	margin-top: -2px;
	margin-right: -2px;
	font-size: 9px;


	}

.news-list-imgcaption {
	float: right;
	padding-top:3px;
	padding-right:3px;
	font-size: 9px;

	}

.news-list-container IMG {

	float: right;
	border:1px solid #666;
	margin-bottom:5px;
	margin-right:2px;
	margin-left:5px;
	clear: both;
}
.news-list-category IMG {
	float: none;
	border:none;
	margin:0px;
}

.news-list-morelink,.news-list-category {
	font-size:9px;
	margin-left:3px;
}
.news-list-morelink  {
	margin-bottom:3px;
}
.news-list-browse {
	text-align: center;
}



div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
border:1px solid black;
padding:0;
}

