@charset "utf-8";

@import url(subnavs.css);
@import url(werbung.css);


/* Normalizes margin, padding */
body, div, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, input, p, blockquote, th, td {
margin: 0; padding:0; }

/* Normalizes font-sizes for headers */
h1, h2, h3, h4, h5, h6 {
font-size: 100%; }

/* Removes liste-style from lists */
ol, ul {
list-style: none; }

/* Normalizes font-style and font-weight to normal */
addres, caption, cite, code, dfn, em, strong, th, var {
font-style: normal; font-weight: normal; }

/* Removes liste-style from lists */
table {
border-collapse: collapse; border-spacing: 0; }

/* Removes border from fieldset and img */
fieldset, img {
border: 0; }

/* Left-algins text in caption and th */
caption, th {
text-align: left; }

/* Removes quotation marke from q */
q:before, q:after {
content: ''; }

/* =Allgemein
---------------------------------------------------------------*/

html {
	text-align: center;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../img/html_bg.gif);
}

body {
	position: relative;
	width: 940px;
	margin: 20px auto;
	text-align: left;
}

/* =Branding
---------------------------------------------------------------*/

div#branding {
	width: 100%;
	height: 100px;
	position: relative;
	background-image: url(../img/branding.jpg);
	border: 1px solid #FFFFFF;
	background-repeat: no-repeat;
	overflow:hidden;
}

div#branding h1 {
	text-indent: -9999px;
}

div#branding blockquote {
	position: absolute;
	text-indent: -9999px;
}

/* =Navigation
---------------------------------------------------------------*/

div#nav_main {
	z-index: 10;
	width: 940px;
	position: absolute;
	top: 102px;
	height: 21px;
	left: 1px;
	background-color: #EAA300;
	border-bottom: 1px solid #FFFFFF;
}

div#nav_main h4 {
	text-indent: -9999px;
}

ul#nav_main {
	margin: 0;
	width: 700px;
	height: 20px;
	position: absolute;
	left: 0px;
	top: 2px;
}

ul#nav_main li {
	display: inline;
}

.nav_button {
	display: block;
	background-color: #EAA300;
	padding: 4px;
	margin-right: 0px;
	border-right: 1px solid #FFFFFF;
	width: 100px;
}

.nav_button a {
	text-decoration: none;
	font-size: 1.2em;
	color: #000000;
	display: inline-block;
}
.nav_button a:hover {
	color: #000000;
}
.nav_button:hover {
	background-color: #45A9E0;
	color: #000000;
}

ul#nav_main li ul {
	position: absolute;
	display: block;
	visibility: hidden;
	z-index: 50;
	background-color: #FFFFFF;
	border: 1px solid #45A9E0;
}

ul#nav_main li ul li {
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #45A9E0;
	width: 120px;
}

ul#nav_main li ul li a {
	display: block;
}

ul#nav_main li ul li:hover {
	background-color: #45A9E0;
}

div#nav_sub {
	position: absolute;
	right: 0px;
	top: 220px;
}
div#nav_sub ul {
	width: 149px;
}
div#nav_sub ul li {
	font-size: 1.2em;
	margin-bottom: 2px;
	padding-left: 20px;
	border-bottom: 1px dotted #FFFFFF;
}
div#nav_sub ul li a {
	padding: 2px;
	color: #FFFFFF;
	text-decoration: none;
}
div#nav_sub ul li a:hover {
	font-style: italic;
	font-weight: bold;
}
div#nav_sub h4 {
	text-indent: -9999px;
}
/* =Inhalt
---------------------------------------------------------------*/

div#content {
	width: 650px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	padding: 20px 100px 5px 190px;
	background-color: #FFFFFF;
	margin: 0 0 0 0;
	border-bottom: 1px solid #FFFFFF;
}

div#content_main {
	z-index: 1;
}

div#content_sub {
	position: absolute;
	right: -1px;
	width: 139px;
	height: 935px;
	top: 122px;
	background-color: #45A9E0;
	padding: 5px;
}
.callback_img {
	position: relative;
	left: -5px;
	top: -5px;
	border-bottom: 1px solid #FFFFFF;

}
iframe {
	width: 598px;
	height: 940px;
	border: 1px solid #FFFFFF;
	padding: 0px;
	text-align: center;
}
/* =Site-Information
---------------------------------------------------------------*/

div#site_info {
	width: 100%;
	position: relative;
	text-align: left;
	padding-top: 10px;
	background-image: url(../img/site_info_bg.gif);
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 10px;
	color: #FFFFFF;
}
div#site_info a {
	text-decoration: none;
	color: #FFFFFF;
}
div#site_info a:hover {
	color: #FF0000;
}
div#site_info cite {
	position: absolute;
	text-indent: -9999px;
}
div#site_info h5 {
	text-indent: -9999px;
	position: absolute;
}
div#site_text {
	margin-top: 20px;
	width: 100%;
	text-align: justify;
	font-size: 1.1em;
	padding: 5px;
	background-color: #EBEBEB;
	border: 1px solid #45A9E0;
}
