/* CSS Document */

body {
	font-size: 10pt;
	font-family: Verdana, Helvetica, Arial, Tahoma, sans-serif;
}
	
/* Der Header */	
#header {
	left:0em;
	top:0em;
	left:0em;
	width:100%;
	height: 100px;
}

#bwm {
	background-color: #FFFFFF;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 70px;
	width: 15.75em;	
}

img.bwm {
	margin-left: 16px;
	margin-top: 18px;
}

/* Inhaltsbereich */
#inhalt {
	width: 98%;
}

#inhalt img {
	margin: 10px;
}

#inhalt img.links {
	float: left;
}

#inhalt img.rechts {
	float: right;
}

#inhalt h2 {
	text-align: center;
}

#inhalt p {
	text-align:left;
}

#inhalt div.presse{
	/*background-color:#FFFF99;*/
	background-color:#EFEFFF;
	border: 2px #CCCCCC solid;
	color:#000;
	padding: 5px;
	position:relative;
	top:3.1em;
	padding: 0px;
}

#inhalt>div.presse{
	top:3.75em;
}

#inhalt div.presse p {
	font-size: 0.9em;
	margin:5px;
}

#inhalt div.presse h1 {
	background-color:rgb(45,66,149);
	color:#FFFFFF;
	text-align:center;
	font-size: 1em;
	font-style:italic;
	font-weight:bold;
	margin:0px;
	margin-bottom:0.5em;
	line-height: 1.4em;
}
