/* CSS Document */

/* Mit Universalselektor die Polsterungseigenschaften aller (Block-)Elemente auf null setzen */
* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100.1%;
}
body {
	background-color: #333399;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

/* DIV-Boxen */
#wrapper

 {
	position:relative;
	width: 950px;
	height: 100%;
	min-height: 100%;
	height: 100%;
	color: #333333;
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: -26px;
	margin-left: auto;
}

html>body #wrapper {
height: auto;
}

#header {
	height: 150px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}

#headerinhalt {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
}
#headerinhalt h1 {
	text-align: left;
}
#headerinhalt h2 {
	text-align: left;
	font-weight: normal;
	color: #333333;
	font-size: 1em;
}


#headerinhalt p {
	line-height: 1em;
}

#logo {
	height: 68px;
	width: 68px;
	position: absolute;
	visibility: visible;
	top: 10px;
	right: 330px;
}

#logoschrift {
	width: 250px;
	right: 50px;
	position: absolute;
	top: 45px;
	
}
#logoschrift p {
	line-height: 1em;
}
#nav {
	height: 22px;
	background: #EEEEEE;
	border-top: 1px solid #b8b8b8;
	border-bottom: 1px solid #b8b8b8;
	padding-left: 30px;
}
#content {
	width: 850px;
	margin-left: 30px;
	text-align: justify;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	
}

div {
text-align: left; /* text-align:center wieder aufheben, damit DIV-Inhalte linksbündig ausgerichtet sind */
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	text-align: center;
	letter-spacing: 0.2em;
	margin-top: 0.5em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
}

h2 {
	text-align: center;
	padding: 0px;
	margin-bottom: 0.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.25em;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 0.5px;
	text-align: left;
	margin-bottom: 1em;
	font-weight: bold;
	margin-top: 1.5em;
}
h4 {
	font-size: 11px;
	line-height: 22px;
}


	h1, h2, h3, a {
	color:#333399;
	}

p { 
	line-height:1.5; 
	margin:0 0 1em;
}

/* img left and right */
.imgright {
	float: right;
	margin-left: 10px;
	padding: 5px;
	margin-right: 5px;
}
.imgleft {
	float: left;
	margin-right: 10px;
	padding: 2px;
}


a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #333399;
	text-decoration: underline;
}
a.intern {
	background-image: url(../bilder/arrows.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent;
	color: #333399;
	margin-left: 2px;
	margin-right: 5px;
	padding-left: 15px;
}
#content ul {
	list-style-image:url(../bilder/bullets.gif);
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 40px;
	line-height: 20px;
	margin-bottom: 1em;
}
#content li {
	padding-bottom: 3px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;

}
#content .ul1 {
	list-style-image:url(../bilder/bullet1.gif);
	list-style-position: outside;
	list-style-type: square;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
}

#footerbox {
	clear:both;
	height: 25px;
}

#footer {
	clear: both;
	position: relative;
	width: 950px;
	height: 25px;
	background-color: #EEE;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-right: auto;
	margin-left: auto;
}
#footerinhalt {
	font-size: 9px;
	padding: 5px;
	text-align: center;
}



/* ie-fixing */
* html #wrapper {
height: 100%;
}

* html #content {
	padding-bottom: 25px;
}

#printonly,
#printonly hr {
	display: none;
	font-size: 5pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

