@charset "UTF-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(../media/body_back.gif);
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	
}
img {border: none;}

.main {
	clear: none;
	float: left;
	width: 100%;
	position: static;
}
.group_logo {
	clear: left;
	float: left;
	height: 38px;
	width: 100%;
	padding-top:15px;
	background-image:url(../media/group_linie.gif);
	background-repeat:repeat-x;
	background-position: left 15px;
	background-color: #FFFFFF;
}
.rail_full {
	clear: both;
	float: none;
	height: 89px;
	background-color: #FFFFFF;
	width:100%;
}
.rail_breite {
	clear: none;
	float: none;
	height: 89px;
	width: 995px;
}
.rail_logo {
	clear: none;
	float: left;
	width: 140px;
	height: 89px;
	padding-left: 48px;
	background-color: #FFFFFF;
}
.rail_img {
	clear: none;
	float: left;
	width: 400px;
	height: 89px;
	padding-left: 52px;
	background-color: #FFFFFF;
}



.navi_h {
	clear: none;
	float: none;
	height: 21px;
	width: 100%;
	background-color: #FFFFFF;
}
.navi_h_breite {
	clear: none;
	float: none;
	height: 21px;
	width: 995px;
}
/* */
.navi_h_menu {
	clear: none;
	float: left;
	height: 21px;
}


.inhalt {
	clear: none;
	float: left;
	width: 995px;
	background-color: #E8E8E8;
}
.inhalt_2 {
	clear: none;
	float: left;
	width: 100%;
	background-color: #E8E8E8;
}
.navi_v {
	clear: none;
	float: left;
	width: 240px;
	background-color: #E8E8E8;
}
.navi_v_top {
	clear: none;
	float: left;
	width: 192px;
	padding-left: 48px;
	padding-top: 28px;
	padding-bottom: 28px;
	background-color: #EEEEEE;
}
.navi_v_top_text {
	width: 192px;
	font-size: 11px;
	clear: none;
	float: left;
}
.navi_v_middle {
	height: 22px;
	width: 240px;
	clear: none;
	float: left;
	background-color: #CCCCCC;
}
.navi_v_middle_lang {
	margin-left:48px;
	height:20px;
}
.navi_v_bottom {
	clear: none;
	float: left;
	width: 192px;
	padding-top: 35px;
	padding-left: 48px;
	font-size:10px;
}
.inhalt_r {
	clear: none;
	float: left;
	width: 755px;
	background-color: #FFFFFF;
}
.inhalt_headline {
	font-size: 16px;
	font-weight: bold;
	padding-top: 20px;
	padding-left: 50px;
	padding-bottom: 20px;
}
.inhalt_illu {
	width: 575px;
	height: 150px;
	padding-left: 50px;
}
.inhalt_illu_small {
	width: 630px;
	height: 70px;
	padding-left: 50px;
	padding-bottom: 5px;
	clear: both;
	float: left;
}
.inhalt_text {
	font-size: 12px;
	padding-top: 25px;
	padding-left: 50px;
	padding-bottom: 22px;
	width: 420px;
	line-height: 18px;
}
.inhalt_anker {
	font-size: 12px;
	padding-top: 10px;
	padding-left: 50px;
	padding-bottom: 10px;
	width: 575px;
	line-height: 18px;
}
.inhalt_text_small {
	font-size: 12px;
	padding-bottom: 25px;
	padding-left: 50px;
	width: 420px;
	clear: both;
}
.img_border {
	height: 22px;
	width: 20px;
	padding: 4px 4px 0px 48px;
	border: 1px solid #000000;
}
.inhalt_text_news {
	font-size: 12px;
	padding-top: 25px;
	padding-left: 50px;
	padding-bottom: 22px;
	width: 570px;
	line-height: 18px;
}
.news {
	padding-top: 28px;
	padding-left: 15px;
	float: left;
	width: 130px;
	font-size: 12px;
}


.a_rechts{float:right; width: 155px;}
.a_links {width:400px; padding-right:20px;}



.infotext {}
.infobild {float:right; clear:none;}

.top {
	font-size: 10px;
	float: left;
	padding-top: 0px;
	padding-left: 50px;
	padding-bottom: 20px;
	width: 575px;
}

.clearfloat {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0px;
}



.text_red {
	color: #004071;
}
.text_bold {
	font-weight: bold;
}
.text_link {
	text-decoration: underline;
}


a:link {
	color: #000000;
	text-decoration:none;
}
a:visited {
	color: #000000;
	text-decoration:none;
}
a:active {
	color: #004071;
}
a:hover {
	color: #004071;
	text-decoration:underline;
}

hr {padding:0px; 
	margin:0px;
	height:1px;
	border:none;
	border-bottom:1px dashed #cccccc !important; 
	clear:both;
}

ul {margin:0px; padding:0px; padding-bottom:10px !important;}
li {margin:0px; padding:0px}


/* tooltip */
div.tip {
	background-color:#FFE;
	padding: 3px;
	min-width: 100px;
}
div.tooltip {
	visibility:hidden;
	display: none;
}
div.tooltip_id {
	width-min: 100px;
	width-max: 250px;
	border: #CCCCCC 1px solid;
}
/* /tooltip */


	.n_point	{list-style:circle;}
	
	.over { cursor:pointer;}

/* ======================================================================== */
	.hidden	{visibility:hidden; overflow:hidden; height: 0px; width: 0px;}
/* ======================================================================== */
