﻿html,body{
	height: 100%;
}


a{
	text-decoration: none;
}


form{	margin: 0px; }

ul {
margin: 3px 0px 3px 0px; 
padding: 0px; 
}


/* Header Informationen */

#head_pos{
	width:800px;
	height: 175px;
}

#header{
 	height: 156px;
	background-color: GRAY;
	color: White;
	font-size: 0.9em;
	width: 100%;
	background-color: #9c9d9f;
	background: url(../images/background.gif) no-repeat;
}

#header_left{
	width: 171px;
	height: 156px;
	float:left;
	position: absolute;
}

#header_right{
	margin: 2px 0px 0px 188px;
	width: 800px;
	position: absolute;
}

#header_top_menue{
	padding-top: 75px;
}

#search_block{
	width: 200px;
}

#top{
	padding: 15px 0px 15px 0px;
}

.top_input{
	width: 175px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 1px;
	font-size: 0.9em;
	color: #666666;
}

.navi{
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	letter-spacing: 1px;
/*	font-weight: bold; */
}
.top_navi{
	font-weight: bold;
	padding: 3px 1px 0px 1px;
}

.top_navi_trenn{
	color: black;
}

.navi_trenn{
	padding-top:3px;
	color: black;
}

.sub_navi{
	float: left;
	position: absolute;
	visibility: hidden;
	clear: both;
}
.sub_points{
	background-color: #b1b2b4;
	width: 144px;
	color: White;
	font-size: 0.95em;
	border-top: 1px solid #7e7f81;
	padding: 2px 0px 0px 2px;
}

.sub_points_text{
	padding: 1px 2px 5px 2px;
}

.sub_points_text a{
	color: White;
}
.sub_points_text a:hover{
	color: black;
}

/* Content Informationen */
#picture_div{


}
#main{
 height:80%;
 width:100%;
}
#main_left{
	height: 100%;
	background-color: #9c9d9f
	width: 171px;
}
#main_left_menue{
	padding-top: 40px;
	padding-left: 29px;
	font-size: 8pt;
}
#main_left_menue ul{
	margin: 0px 0px 10px 15px;
	list-style-image: url(../images/list_image.gif);
	color: white;
	padding-right: 5px;
}

.main_left_content a{
	color: WHITE;
}
.main_left_content a:hover{
	color: BLACK;
}

.main_left_content_active a{
	color: BLACK;
}


#main_center{
	height: 97%;
	width: 480px;
	padding: 15px;
}
#main_center ul{
	list-style:none;
}

#main_center_2sp{
	height: 97%;
	width: 100%;
	background: url(../images/backgr_2sp.gif);
	padding: 10px 0px 15px 20px;
}

#main_center_2sp_r{
	height: 97%;
	 width:829px;
	background: url(../images/backgr_2sp_right.gif);
	padding: 10px 0px 15px 20px;
}

#main_center_2sp_grau{
	height: 97%;
	width: 829px;
	background-color: #cccccc;
	padding: 10px 0px 15px 20px;
}

#main_center_startseite{
	height: 97%;
	width: 574px;
	margin: 10px 0px 0px 77px;
}
.main_center_content{
	padding-top: 12px;
	font-size: 0.9em;
}
.main_center_content a{
	color: #666;
	text-decoration: underline;
}


#main_right{
	background-color: #000;
	color: White;
	padding: 15px 0px 15px 15px;
}

#main_right img{
	margin-bottom:15px;
}

#main_right p{
	color: #fff;
	font-size: 0.85em;
	margin:0px;
}

#main_right a {
	color: White;
}

/* Weitere Informationen */

.print_position{
	margin-top:10px;
}

a.content_action{
	margin: 0px 20px 0px 0px;
	font-size: 0.8em;
	color: BLACK;
	text-decoration:none;
}

.main_startseite{
	margin: 0px 0px 0px 191px;
}
.main_startseite_logo{
	margin: 0px 0px 0px 171px;
}

div.space{ margin: 15px 0px 15px 0px;}

div.hide{
display:none;
}

