
/* CSS Document */

/* Normalisiert margin, padding */
body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,blockquote,th,td,p
{
margin:0;
padding:0;
}

a
{
 text-decoration: none;
}

img
{
border:none;
}

#container a
{
text-decoration: none;
}

#container a:hover
{
text-decoration: none;
}

body
{
width:100%;
height:100%;
font-family: tahoma,arial,helvetica,sans-serif;
text-align:center;
margin:0px;
background-color: #004372;
padding:0px;
color:#000;
}

#container
{
margin:0px auto;
text-align:left;
height:auto;
width:907px;
height: 709px;
border: 2px solid #fff;
background: #fff url(../layout/lay_bg.jpg) no-repeat;
font-family:tahoma,arial,helvetica,sans-serif;
font-size: 12px;
position: relative;
}

#contentContainer
{
	float: left;
	width: 907px;
	height:auto !important;
	min-height: 260px;
	line-height: 22px;
	position: relative;
}

#contentBereich
{
	position: absolute;
	width: 339px;
	right: 110px;
	top: 85px;
	display: inline;
	height:auto !important;
	height: 366px;
	padding: 45px 20px 20px 0px;
	min-height: 416px;
	overflow: hidden;
}

#contentContainer p
{
	margin-bottom: 21px;
	font-size: 15px;
}

#contentContainer h2
{
	font-size: 23px;
	font-weight: normal;
	margin-bottom: 21px;
	font-sweight:normal
}

#contentContainer h3
{
	color: #000;
	font-size: 12px;
	margin-top: 15px;
}

#contentContainer a
{
	color:#000;
	font-weight: bold;
}

#contentContainer a:hover
{
	color:#000;
	text-decoration: underline;
}

a#impressum
{
	position: absolute;
	right: 11px;
	top: 2px;
	color: #000;
	font-size: 11px;
	z-index: 100;
}

a#kontakt
{
	position: absolute;
	right: 131px;
	bottom: 34px;
	color: #000;
	display: block;
	width: 130px;
	height: 20px;
	z-index: 100;
}