/* Styles für Kopfzeilen */

.div_head{
	width: 730px;
	height:40px;
	text-align: center;
	background-color: #00AEEF;
	margin:0 5px 2px 5px;
	}

.text_head{
	font-family: arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: white;
	line-height: 36px;
	padding: 0;
	margin:0;
	}
	
.div_sub{
	width: 730px;
	height:30px;
	text-align: center;
	background-color: #00389A;
	margin:0 5px 2px 5px;
	}
	
.text_sub{
	font-family: arial, sans-serif;
	line-height: 26px;
	font-size: 18px;
	font-weight: bold;
	color: white;
	padding: 0;
	margin:0;
	text-decoration:none;
	}

/* Styles für Kopfzeilen - ENDE */

/* Styles für Navigation */

.ul_navigation{
	width: 730px;
	height: 30px;
	}
	
.li_navigation{
	width:auto;
	height: 30px;
	list-style: none;
	border-right: 1px solid white;
	text-align:center;
	line-height:28px;
	float:left;
	padding: 0 15px 0 15px;
	}
	
.link_navigation, .link_navigation:visited , .link_navigation:active{
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00389A;
	text-decoration: none;
	}
	
.link_navigation:hover{
	color: #00AEEF;
	text-decoration: none;
	}
	
/* Styles Navigation - ENDE */


/* Styles für Schriften */

.font_allgemein{
	font-family: arial, sans-serif;
	font-size: 14px;
	color: #000;
	margin:0;
	padding:4px;
	}
	
.font_allgemein a:hover{
	text-decoration:underline;
	color: #00AEEF;
	}
	
.font_hbl_gr{
	font-family: arial, sans-serif;
	font-size: 18px;
	color: #00AEEF;
	margin:0;
	padding:4px
	}
	
.font_sc_db{
	font-family: arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #00389A;
	}
	
.font_ms_hdl{
	font-family: arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #00A700;
	}
	
.font_tms_hdl{
	font-family: arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #00389A;
	}
	
	
/* Allgemeine Styles */

.underline{
	height:1px;
	border:none;
	color:#ccc;
	}
	
.style_flagge_klein{
	width: 26px;
	height: 15px;
	border: none;
	vertical-align:bottom;
	padding-bottom:2px;
	}
	
.link_hb, .link_hb:active, .link_hb:visited{
	font-family: arial, sans-serif;
	font-size: 14px;
	color: #00389A;
	margin:0;
	padding:4px;
	}
	
.link_hb:hover{
	color: #00AEEF;
	}
	
	