@charset "utf-8";
/* CSS Document */

/*CSS RESET*/
html, body, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, 
abbr, acronym, address, big, cite, code, del, 
dfn, em, font, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, center, li, ul, 
dl, dt, dd, ol, fieldset, form, label, legend, table, 
caption, tbody, tfoot, thead, tr, th, td, img  {
margin : 0;
padding : 0;
border : 0;
outline : 0;
font-size : 100%;
background : transparent;
list-style:none;
}

html{
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	font-family: Helvetica, sans-serif;
	font-size:11pt;
	height:100.1%;
	color:#000;
}

body {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

#wrapper {
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-402px;
	width:804px;
	min-height:600px;
	height:auto;
	background-image:url(../images/bg_main.png);
	background-repeat:repeat;
}

#top_bar {
	position:absolute;
	top:0px;
	left:2px;
	width:800px;
	height:120px;
	background-color:#0076bd;
	border-radius: 0px 0px 10px 10px;
}

#logo {
	position:absolute;
	top:14px;
	left:20px;
	width:396px;
	height:92px;
	background-image:url(../images/logo_hpt.png);
	background-repeat:no-repeat;
	display:block;
}

/*NAVI TOP*/

.menuH {
    position:absolute;
	top:122px;
	left:2px;
	width:800px;
	height:28px;
	background-color:#4b9ed0;
	border-radius: 10px 10px 0px 0px;
	z-index:4;
}

.menuH li {
    padding: 0;
    float: left;
    position: relative;
	border-right:1px solid #FFF;
}

.menuH li:hover, .menuH li.onhover {
	color:#0076bd;
}


ul.menuH a {
	display: block;
	padding-right:11px;
	padding-left:11px;
	padding-top:5px;
	padding-bottom:5px;
	text-decoration:none;
	font-size:12pt;	
	font-weight:normal;
	color: #fff; 
}

       
/*######sub level###########*/
        
ul.menuH ul {
    position: absolute;
    left: -9999px;   
    text-align: left;
    list-style: none; 
	margin: 0px; 
    padding: 0px;   
}

.menuH li li {
    float: none;
    white-space:nowrap;
}

.menuH li li:hover, .menuH li li.onhover {
    background:#FFF;
}

.menuH ul a { 
	padding-right:11px;
	padding-left:11px;
    font-size: 12pt;
	font-weight:normal;
	background-image:url(../images/bg_hover.png);
	background-repeat:repeat;
    text-align: left;
}

.menuH ul a:hover {
    color:#0076bd;
}

.menuH li:hover ul, .menuH li.onhover ul {
    left: 0px;/*Use this property to change offset of the dropdown*/
    top: auto;
}


.menuH li:hover ul ul, .menuH li:hover ul ul ul, .menuH li:hover ul ul ul ul,
.menuH li.onhover ul ul, .menuH li.onhover ul ul ul, .menuH li.onhover ul ul ul ul {
    left: -9999px;
    top:0;
}

.menuH li li:hover ul, .menuH li li li:hover ul, .menuH li li li li:hover ul,
.menuH li li.onhover ul, .menuH li li li.onhover ul, .menuH li li li li.onhover ul {
    left: 262px;
}
	
.visited {
	font-size:12pt;
	color:#005091;
	background-color: #CCC;
	display:block;
	text-decoration: none;
	padding-top:7px;
	padding-right:8px;
	padding-bottom:5px;
	padding-left:11px;
	width:262px;
}

/*SLIDER*/


#slider {
				width:800px;
				height:200px;
				
				/*IE bugfix*/
				padding:0;
				margin:0;
			}
			
			#slider li { list-style:none; }
			
#page {
	position:absolute;
	top:152px;
	left:2px;
	width:800px;
	height:200px;
			}

/*___________________________________________________*/

#content {
	position:static;
	margin-top:358px;
	margin-left:2px;
	width:600px;
	height:auto;
	min-height:400px;
	padding-left:20px;
	padding-right:10px;
	padding-top:15px;
	background-image:url(../images/bg_content.png);
	background-repeat:repeat-x;
	float:left;
}

#content li {
	list-style-type:disc;
	list-style-position:outside;
	padding-bottom:5px;
	margin-left:15px;
}

.home_link ul {
	list-style:none !important;
}

.home_link li {
	list-style:none !important;
	margin-left:0px !important;
	width:600px;
	height:20px;
	border-bottom: 1px solid #0076bd;
	border-left: 0px;
	border-top: 1px solid #0076bd;
	border-right: 1px solid #0076bd;
	border-radius: 0px 10px 10px 0px;
	line-height:23px;
	margin-top:10px;
}

.home_link a {
	padding-left:5px;
	display:block;
}

/*___________________________________________________*/

#footer {
	position:static;
	margin-top:20px;
	margin-left:2px;
	width:800px;
	height:28px;
	background-color:#0076bd;
	border-radius: 10px 10px 0px 0px;
	float:left;
}

#nav_sub {
	position:static;
	margin-left:530px;
	margin-top:3px;
	height:20px;
	width:270px;
	font-size:11pt;
	font-weight:normal;
	color:#FFF;
}

#nav_sub a {
	font-size: 10pt;
	font-weight:normal;
	color:#FFF;
	text-decoration: none;
}

#nav_sub a:hover {
	color:#bbc7ce;
}

.ns_visited {
	font-size: 10px;
	color:#bbc7ce;
}

/*ASIDE*/

#aktuell {
	position:static;
	margin-top:10px;
	margin-left:0px;
	width:150px;
	min-height:150px;
	height:auto;
	border: 1px solid #0076bd;
	background-color:#FFF;
	float:left;
}

#aktuell_h {
	position:static;
	height:25px;
	line-height:25px;
	padding-left:10px;
	background-color:#4b9ed0;
	display:block;
	color:#FFF;
}

#aktuell_txt {
	position:static;
	height:auto;
	width:130px;
	padding:10px;
	font-size:10pt;
}


.aktuell_radius {
	border-radius: 0px 0px 10px 0px;
}

#aside_top {
	position:static;
	margin-top:348px;
	margin-left:0px;
	width:154px;
	float:right;
}

/*___________________________________________________*/

h1 {
	font-family: Helvetica, sans-serif;
	font-size:18pt;
	color:#0076bd;
	font-weight:normal;
	padding-bottom:10px;
}

h2 {
	font-family: Helvetica, sans-serif;
	font-size:14pt;
	color:#0076bd;
	font-weight:normal;
	padding-bottom:5px;
}

h3 {
	font-family: Helvetica, sans-serif;
	font-size:12pt;
	color:#0076bd;
	font-weight:normal;
	padding-bottom:3px;
}

a {
	text-decoration:none;
	font-weight:bold;
	color:#666;
}

a:hover {
	color:#4b9ed0;
}

.blau {
	color:#4b9ed0;
	font-weight:bold;
}

