﻿html, body {
    height: 100%;
}
body {
    width: 800px;
    height: 100%;
    background-image: url('../images/headerbg.jpg');
    background-repeat: no-repeat;
    background-position: top left;
    z-index: 0;
    margin: 0;
    padding: 0;
    text-align: left;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 80%;

}
a:link {
	color : blue;
	background-color : transparent;
}
a:visited {
	color : purple;
	background-color : transparent;
}
a:hover, a:active {
	color : red;
	background-color : transparent;
}
h1 {
	font-size : 1.4em;
	font-weight : normal;
	color : #000066;
	background-color : transparent;
	margin : 0;
	padding-top : 0;

	padding-bottom : 1.5em;
}
h2 {
	font-size : 1.2em;
	font-weight : bold;
	color : #000066;
	background-color : transparent;
	margin : 0;
	padding-top : 0.5em;
}
h3 {
	font-size : 1em;
	font-weight : bold;
	color : #000066;
	background-color : transparent;
	margin : 0;
	padding-top : 0.5em;
}
h4 {
	font-size : 1em;
	font-weight : normal;
	color : #000066;
	background-color : transparent;
	margin : 0;
	padding-top : 0.5em;
}
.top_of_page {
	font-size : 0.8em;
	font-weight : bold;
	color : #0000ff;
	background-color : transparent;
}
.more_info {
	font-size : 0.8em;
	font-weight : bold;
	color : #0000ff;
	background-color : transparent;
}
.page_navi {
	font-size : 0.8em;
	font-weight : bold;
	text-align : right;
	letter-spacing : 1.5pt;
	margin : 0;
	padding : 0;
	width : 15%;
	top: 70px;
	position: fixed;
	float: right;
}
div#banner {
    background-image : url('../images/AmPulsLogo.png');
    background-repeat: no-repeat;
    background-position: right top;
    width: 95%;
    height: 55px;
    margin-top: 10px;
    float: left;
    position: relative;
}
div#banner_key_image {
	background-image : url('../images/keyv.gif');
	background-repeat : no-repeat;
	position : absolute;
	left : 25px;
	top : 30px;
	width : 30px;
	height : 60px;
	z-index : 0;
}
div#banner_line_top {
	border-top : 1pt solid #ff3333;
	position : absolute;
	left : 50px;
	top : 50px;
	width : 510px;
	height : 2px;
	z-index : 0;
}
div#banner_line_bottom {
	position : absolute;
	left : 25px;
	top : 90px;
	width : 740px;
	height : 30px;
	border-left : 1pt solid #ff3333;
	border-bottom : 1pt solid #ff3333;
	z-index: 0;
}
.navi_menu {
	float: left;
	text-align : left;
	border-right : 1pt solid #cccccc;
	border-left : 1pt solid #cccccc;
	padding : 0;
	margin-left : 13px;
	margin-top : 5px;
	width : 15%;
	position: relative;
	top: 70px;
}
.navi_menu .navi_current a:link,
.navi_menu .navi_current a:visited {
	background-color : #ff9999;
}
.navi_menu .navi_level2.navi_current a:link,
.navi_menu .navi_level2.navi_current a:visited {
	background-color : #ffaaaa;
}
.navi_level2 a:link, .navi_level2 a:visited {
	display : block;
	border-bottom : 1px solid #cccccc;
	font-weight : normal;
	color : #000000;
	background-color : transparent;
	font-size : 10px;
	z-index : 1;
	padding : 2px 0 2px 20px;
	text-decoration : none;
}
.navi_level2_current a:link, .navi_level2_current a:visited {
	display : block;
	border-bottom : 1px solid #cccccc;
	background-color : #ffcccc;
	font-weight : normal;
	color : #000000;
	background-color : transparent;
	font-size : 10px;
	z-index : 1;
	padding : 2px 0 2px 20px;
	text-decoration : none;
}
.navi_level2 a:hover {
	border-top : 1px none #e5eff0;
	background-image : url('none');
	text-decoration : none;
	background-color : #ffcccc;
	z-index : 1;
	font-size : 10px;
}
.navi_item a:link, .navi_item a:visited {
	display : block;
	border-top : 1px solid #cccccc;
	border-bottom : 1px solid #cccccc;
	color : #000000;
	background-color : transparent;
	z-index : 1;
	padding : 4px 0 4px 10px;
	font-size : 11px;
	font-weight : bold;
	text-decoration : none;
}
.navi_item a:hover {
	border-top : 1px solid #cccccc;
	text-decoration : none;
	z-index : 1;
	background-color : #ffcccc;
	color : #000000;
	font-size : 11px;
	font-weight : bold;
}
div#key_image_big1 {
	background-image : url('../images/keyv_big1.gif');
	background-repeat : repeat-y;
	background-position : top left;
	float : left;
	padding : 0;
	margin-left : 13px;
	margin-top: 100px;
	width : 55px;
	height : 220px;
}
div#content {
    z-index: 0;
    margin-top: 5px;
    padding-left: 1em;
    width: 75%;
    line-height: 130%;
    position: relative;
    left: auto;
    margin-left: 12em;
    min-height: calc(100vh - 70px); /* footer dynamisch plazieren  */
}
div#cleardiv {
	clear : both;
	height : 1em;
}
div#footer {
    clear: both;
    font-size: 80%;
    padding: 0.5em 1em;
    width: 95%;
    /*height: 10%;*/
    height: 60px; /* height of footer */
    border-top: 1px solid #cccccc;
    text-align: right;
    position: relative;
}
div#footer ul {
	padding : 0;
	margin : 0;
	list-style-type : none;
}
div#footer li {
	display : inline;
	margin-right : 1em;
}
.auto-style1 {
    border-width: 0;
}

.auto-style2 {
		font-family: Tahoma;
		display: inline;
}

[data-lev2] {
	display: none;
}