@charset "utf-8";

a {
text-decoration:none;
color: #172983;
}
a:hover {
text-decoration:underline;	
}
a .img {
	border:0px;
}

.line {
	background-color: #F3F3F3;
	height: 1px;
	width: 100%;
	margin-top:4px;
	margin-bottom:4px;
}
html, body {
		height: 100%;	
		
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;		
	height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333;
	
}
#warper{
 	width: 100%;
	margin-left: auto;
	margin-right: auto;
	min-height:100%; /* Mindesthšhe in modernen Browsern */
	height: auto !important; /* auto-height mit !important-Regel fŸr moderne Browser, damit sie die nachfolgende height:100%-Deklaration ignorieren */
	height:100%; /* Mindesthšhe in IE6 */
	background-image: url("../pics/main_bg_bottom.jpg");
	background-repeat:repeat-x;
	background-position: bottom;
}


.clear {
	clear:both;
	height:0px;
	overflow:hidden;
}

* html .clear {	
	height:1px;
	
}
.font_10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;	
}
.font_11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:20px;
}
.font_12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:16px;
	color: #1E1E1E;
}
.font_16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height:16px;
	font-weight:bold;
	color: #1E1E1E;
}
.content {
	color:#333;
	padding-left: 10px;	
}
.bg {
	background-color: #FFF;
	height: 160px;
	z-index:1;
	position: absolute;
	left: 0px;
	right: 0px;
	width:100%;
}
h2 {
	font-size: 18px;
	color: #39393B;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 2px;
	
}

h3 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color:#39393B;
}
.infobox {
	text-align: left;	
	background-color:#FFF;
	opacity:0.80; 
	filter:alpha(opacity=80);
	padding: 7px;
	margin: 5px;
}
.infobox_border {
	position:absolute;
	z-index:101;
	float: left;
	border: solid 1px #D83C30;
}
.menu_point {
	float:left; padding:6px; padding-left:10px; padding-right:10px;
	cursor:pointer;
}
.menu_point_hover {
	position:absolute;
	z-index:5;
	visibility: hidden;	
	background-color: #FFF;
	margin-top:-6px; margin-left:-10px;
	padding:6px; padding-left:10px; padding-right:11px; padding-bottom:5px;
	border-bottom: #172983 solid 3px;
	
}
.menu_submenu {
	margin-top:-1px;
	width:100%;
	height: 18px;
	background-image:url("../pics/menu/bg_submenu.jpg");
	background-repeat:repeat-x;
	width:950px;
	visibility: hidden;
	text-align:left;
	display: none;
	
}
.big_main_pics {
	height:380px; 
	width:260px; 
	float:left; 
	visibility:hidden; 
	position:absolute;
	z-index:6;
	padding:10px;
}
.detail_font_16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height:16px;
	font-weight:bold;
	color: #000;
	opacity:0.80; 
	filter:alpha(opacity=80);
	background-color:#FFF;
	margin-top:350px;
	padding: 5px;
	border-bottom: #172983 solid 3px;
	text-align:center;
	float:center;
}