@charset "UTF-8";
/* CSS Document */

html {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #FEFFCA;
	overflow: hidden;
}

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

a {
	border: 1px solid transparent;
	color: #AA0000;
	font-family: Calibri, Tahoma, Verdana;
	font-variant: small-caps;
	font-size: medium;
	text-decoration: underline;
	text-align: center;
}

a:hover {
	color: black;
	border: 1px solid #FF3311;
	background-color: tomato;
}

a:active {
	color: red;
	border: 1px solid red;
	background-color: tomato;
	text-decoration: blink;
}

a:visited {
	color: #443322;
}

div#header {
	width: 100%;
	height: 90px;
	top: 30px;
	position: fixed;
	background-color: #FF3311;
}

div#logo {
	width: 800px;
	height: 150px;
	margin: auto;
	margin-top: -30px;
	overflow: visible; /* Bug in Opera: Header wird nach unten vergroessert */
	background-image: url(images/header.png);
}

div#footer {
	width: 100%;
	height: 30px;
	position: fixed;
	bottom: 10px;
	background-color: #FF3311;
}

div#footnotes {
	width: 800px;
	height: 30px;
	margin: auto;
}

div#footnotes a {
	width: 392px;
	height: 26px;
	display: inline-block;
	border: 2px solid transparent;
	font-size: larger;
	text-decoration: none;
}

div#footnotes a:hover {
	border: 2px solid #FEFFCA;
	font-weight: bold;
}

div#footnotes a:active {
	border: 2px solid yellow;
}

div#main {
	width: 800px;
	height: 100%;
	margin: auto;
	position: relative;
	top: 0px;
}

div#navi {
	width: 150px;
	height: auto;
	position: absolute;
	top: 75px;
	bottom: 25px;
	float: right;
}

a#navi {
	width: 130px;
	display: block;
	border: 2px solid transparent;
	font-size: larger;
	page-break-after: always;
	text-decoration: none;
}

a:hover#navi {
	border: 2px solid #FF3311;
	font-weight: bold;
}

a:active#navi {
	border: 2px solid red;
}

div#navi iframe {
	width: 100%;
	height: 100%;
	border: 0;
	margin-top: 75px;
}

div#subnavi {
	width: 120px;
	height: auto;
	position: relative;
	left: 20px;
}

div#subnavi a {
	width: 120px;
	height: auto;
	display: block;
	text-decoration: none;
	page-break-after: always;
	border: 1px solid transparent;
	text-align: left;
}
div#subnavi a:hover {
	width: 120;
	background-color: #EDCC97; /*#FEFFCA*/
}

div#content {
	width: 650px;
	height: auto;
	position: absolute;
	top: 75px;
	bottom: 25px;
	left: 150px;
	margin-top: 75px;
}

div#content iframe {
	width: 100%;
	height: 100%;
	border: 0;
	overflow: scroll;
}

h1 {
	display: block;
	color: #AA0000;
	font-family: Calibri, Tahoma, Verdana;
	font-variant: small-caps;
	font-size: x-large;
	text-align: center;
	page-break-after: always;
}

h2 {
	display: block;
	color: black;
	font-family: Calibri, Tahoma, Verdana;
	font-variant: small-caps;
	font-size: large;
	font-style: bold;
}

div#impressum a {
	width: 90%;
	display: block;
	border: 1px solid transparent;
	page-break-after: always;
}

div#partner a {
	width: 50%;
	display: block;
	border: 1px solid transparent;
	page-break-after: always;
}
