html{
	position: relative;
	height:100%;
	-webkit-text-size-adjust: none;
	background: #ffffff;
	z-index:0;
	}
	
html * {max-height:1000000px;}

body {
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.45;	
	font-size: 15px;
	color: #3e3d40;
	margin: 0;
	min-height:100%;
	overflow:auto;
	z-index:0;
	}

* html body 
{
 height:100%;
}

#banner {
	position: relative;
	width: 100%;
	min-width:1050px;
	height: 35px;
	background: #ffffff;
	margin: 0;
	padding: 0;
	z-index:0;
	overflow:hidden;
	z-index:0;
	border: 0px;
	}



#container {
	position: relative;
	width: 1010px;
	margin: 0 auto;
	padding: 0px;
	padding-left:20px;
	padding-right:20px;
	top: 0px;
	overflow:hidden;
	z-index:1;
	border: 0px;
	}
	

a.header_logo{
	float: left;
	margin: 0px;
	padding: 0px;
	background-image: url(images/logo.png);
	width: 100%;
	height: 78px;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 0px;
	display: block;
	clear: both;
	/*border:1px solid black;*/
	}

#header {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0px;
	/*height: 79px;*/
	padding-top: 10px;
	height: 65px;
	overflow:hidden;
	z-index:1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #3e3d40;
	text-align: center;
	/*border: 1px solid black;*/
	}
	
	
#header_menu{
	float: left;
	width: 100%;
	margin: 0;
	padding: 0px;
	border: 0px;
	background-color: #960e43;
	}
	
#header_menu ul {
	margin: 0;
	padding: 0;	
	list-style: none;
	}
  
#header_menu li {
	float: left;
	position: relative;
	padding: 0px;
	margin: 0px;
	display: block;
  }
  
#header_menu li a{
	display:block;
	height: 47px;
}

a.header_menu_tt{
    width: 242px;
	background: #960e43 url("images/m_tt_1.png") no-repeat;
}
a.header_menu_tt_act, a.header_menu_tt:hover{
	width: 242px;
	background: #960e43 url("images/m_tt_2.png") no-repeat;
}

a.header_menu_pb{
    width: 258px;
	background: #960e43 url("images/m_pb_1.png") no-repeat;
}
a.header_menu_pb_act, a.header_menu_pb:hover{
	width: 258px;
	background: #960e43 url("images/m_pb_2.png") no-repeat;
}

a.header_menu_ts{
    width: 290px;
	background: #960e43 url("images/m_ts_1.png") no-repeat;
}
a.header_menu_ts_act, a.header_menu_ts:hover{
	width: 290px;
	background: #960e43 url("images/m_ts_2.png") no-repeat;
}

a.header_menu_um{
    width: 117px;
	background: #960e43 url("images/m_um_1.png") no-repeat;
}
a.header_menu_um_act, a.header_menu_um:hover{
	width: 117px;
	background: #960e43 url("images/m_um_2.png") no-repeat;
}

a.header_menu_a{
    width: 103px;
	background: #960e43 url("images/m_a_1.png") no-repeat;
}
a.header_menu_a_act, a.header_menu_a:hover{
	width: 103px;
	background: #960e43 url("images/m_a_2.png") no-repeat;
}
	

div.line {
	float: left;
	width: 100%;
	height: 1px;
	padding: 0px;
	margin:0px;
	background: #3e3d40;
}

	
#content{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
	z-index: 1;
	border: 0px;
	/*border:1px solid black;*/
	}
#content img{
	border: 0px;
	margin: 0px;
	padding: 0px;
	float: left;
}
	

#content h1{
	clear: both;
	margin: 0px;
	padding: 0px;
	padding-top: 66px;
	padding-bottom: 21px;
	color: #878786;
	font-family: Roman;
	font-size: 24px;
	font-weight: normal;
}

#content h2{
	clear: both;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 5px;
	color: #888888;
	font-size: 14px;
	text-decoration: unone;
	font-weight: normal;
}

#content a:link, #content a:visited{
	color: #960e43;
	text-decoration: none;
	}
	
#content a:hover{
	color: #960e43;
	text-decoration: underline;
	}

#content a.email:link, #content a.email:visited{
	color: #960e43;
	text-decoration: none;
	}
	
#content a.email:hover{
	color: #960e43;
	text-decoration: underline;
	}
	
#content ul{

}

#content ul li{
	color: #971044;
	margin-left: -25px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content ul li span{
	color: #3e3d40;
}

#content p{
	margin-top: 0px;
	margin-bottom: 20px;
}

.rot{
	color: #971044;
}

.kursiv{
	font-style: italic;
}

div.spacer{
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0px;
	top: 0px;
	overflow: hidden;
	clear: both;
	border: 0px;
	}
	
div.block_links {
	float:left;
	width:500px;
	text-align: left;
	
}

div.block_rechts {
	float:right;
	width:473px;
	text-align: left;
	position:relative;
}

#footer_menu{
	float: left;
	height: 47px;
	margin: 0;
	padding: 0px;
	border: 0px;
	width:50%;
	}
	
#footer_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
  
#footer_menu li {
	float: left;
	position: relative;
	padding: 0px;
	margin: 0px;
  }

#footer_menu li a{
	display: block;
	height: 47px;
  }

a.footer_menu_fb{
    width: 117px;
	background: #ffffff url("images/m_fb_1.png") no-repeat;
}
a.footer_menu_fb_act, a.footer_menu_fb:hover{
	width: 117px;
	background: #ffffff url("images/m_fb_2.png") no-repeat;
}

a.footer_menu_k{
    width: 102px;
	background: #ffffff url("images/m_k_1.png") no-repeat;
}
a.footer_menu_k_act, a.footer_menu_k:hover{
	width: 102px;
	background: #ffffff url("images/m_k_2.png") no-repeat;
}

a.footer_menu_i{
    width: 135px;
	background: #ffffff url("images/m_i_1.png") no-repeat;
}
a.footer_menu_i_act, a.footer_menu_i:hover{
	width: 135px;
	background: #ffffff url("images/m_i_2.png") no-repeat;
}

a.footer_menu_l{
    width: 80px;
	background: #ffffff url("images/m_l_1.png") no-repeat;
}
a.footer_menu_l_act, a.footer_menu_l:hover{
	width: 80px;
	background: #ffffff url("images/m_l_2.png") no-repeat;
}

#footer_txt {
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 0px;
	padding-top: 15px;
	margin:0px;
	margin-right: 10px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
  Body {
    font-size: 15px;      
    }
}
