﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	background-color: #9966FF;
	background-attachment: scroll;

}
table tr td {
	vertical-align: top;
}
#container {
	position:absolute;
	left: 4.5em;
	top: 0px;
	width: 70em;
	height: 45em;

}
#masthead {
	width: 100%;
	border-bottom: 3px #FFFFFF solid;
	height: 80px;
}
#headeerpics {
	position: absolute;
	left: 42em;
	top: 20px;

	width: 25.6em;
	height: 95px;
	z-index: 10;
	background-image: url('../images/hpbk.gif');
	background-repeat: repeat;
	overflow:hidden;
	
}
#navigation {
	position: absolute;
	left: 0.6em;
	top: 80px;
	margin-top: 10px;	
	width: 11em;
	height: 36.5em;
	/*background-color: #ECE1FF;*/
	padding-left: 10px;
	padding-top: 15px;
	background-image: url('../images/navibk.gif');
	background-repeat: repeat;
	z-index:1;
	
}
#content {
	position: absolute;
	left: 13em;
	top: 80px;

	background-image: url('../images/bk.jpg');

	background-position: 0 0;
	background-attachment: scroll;	
	background-repeat: repeat;
	
	width: 55em;
	margin-top: 10px;
	

	padding: 10px;
	height: 36em;
	overflow: auto;
}
#homeintro {
	padding-left: 2em;
	padding-top: 2em;
	width: auto;
	height: auto;
	display:block;
	background-image:url('../images/homebk.gif');
	background-repeat:no-repeat;	
}
#homeintro h3 {
	height: 3.2em;
	margin: 0px;
	padding: 0px;
	font-size: 1.4em;
}
.h3center {
	text-align: center;
}
#layer2 {
	margin-left: 0.8em;
}
#layer3 {
	margin-left: 2.2em;
}
#layer4 {
	margin-left: 5em;
}
#layer5 {
	margin-left: 8em;
}
#layer6 {
	margin-left: 14em;
}
#layer7 {
	margin-left: 25em;
}

#footer {
	position: absolute;
	left: 1.7em;
	/*bottom: -0.6em;*/
	bottom: -0.6em;
	background-image: url('../images/fbk.gif');
	background-repeat: repeat;
	width:66em;
	height: 2.5em;
}

/* Mastertitel-Formatvorlagen  */
#masthead h1 {
	position:absolute;
	left: 0.3em;
	top:  10px;
	margin: 0em;
	padding:0em;

	color: #FFFFFF;

	font-size: 1.8em;
}
#masthead h3 {
	position:absolute;
	left: 11.5em;
	top:  45px;
	color: #FFFFFF;
	margin: 0em;
	padding:0em;

	font-size: 1.2em;
	
}
/* Navigationsformatvorlagen*/
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin-bottom: 20px;
	padding: 0;
	height: 2em;
}
#navigation li.navipadd {
	margin-bottom: 5em;
}

#navigation a {
	color: #9900CC;
	text-decoration: none;
	display: block;
	font-style: normal;
	font-weight: bold;
	
	border-bottom: 1px solid #ECE1FF;
	font-size: 1.4em;
}
#navigation a.active {
	border-bottom: 1px solid #9900CC !important;
	color:white;
}

#navigation a:hover {
	color:white;
	text-decoration: none;
	border-bottom: 1px solid #9900CC;
}
/* Inhaltsformatvorlagen */
#content h1,h2,h3,h4,h5,h6 {
	color: #33627d;
}
/* Fußzeilen-Formatvorlagen */
#footer p {
	color: #808080;
	margin-top: 5px;
}
#footer a {
	color: #5f8ea9;
	text-decoration: underline;
}
#footer a:hover {
	color: #33627d;
	text-decoration: none;
}
a {
	color: #33627d;
	text-decoration: underline;
}
a:hover {
	color: white;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style2 {
	margin: 5px 12px;
}
.divrow {
	float: left;
	width: 100%;
}
.leftcol {
	width: 25%;
	float: left;
	font-weight: bold;
}
.rightcol {
	width: 75%;
	float: left;
}
.clear {
	clear: both;
}

