body {
	margin:0; padding:0;
	background-color: #FFF;
	color:#2D6398;
	font-family:Tahoma,Arial,sans-serif,Helvetica;
	font-size:12px;
	text-align: center;
}

h1, h2, h3, h4, h5, h6, ul, li, p, label, fieldset, form { margin:0; padding:0; }
h1, h2, h3, h4, h5, h6 {font-weight:normal;}
h1 {font-size: 30px;}
h3 
{
	font-size:18px;
	padding-bottom: 5px;
}
p { line-height:1.2em; }

a img { border:0; }
a:link, a:active { color:#4A718A; }
a:visited { color:#4B85B3; }
a:hover { color:#296190; text-decoration:296190; }

#navig 
{
	position:relative;
	width:830px;
	margin:0 auto;
    padding:0;
	text-align:left;
	padding-top:30px;
}

#background {
  background: url('../../images/bg_intro.jpg') repeat-x;
}

#content 
{
	margin:0 auto;
	position: relative;
	width:830px;	
	text-align: left;
}

#content-home
{
	margin:0 auto;
	position: relative;
	width:830px;	
	text-align: left;
	left: -96px;
}

#intro-home
{
	background: url('../../images/intro_frau.jpg') no-repeat;
	width: 544px;
	height: 481px;
}

#intro
{
	background: url('../../images/bl_logo_sub.jpg') no-repeat;
	width: 205px;
	height: 57px;
	left: 200px;
}

#footer 
{
	background: url('../../images/bg_bottom.jpg') repeat-x #B1D4E9;
	padding-top: 23px;
	margin:0 auto;
	clear: left;
}

#headline
{
	position: absolute;
	top: 30px;
	left: 260px;
}

#headline-home
{
	position: absolute;
	top: 30px;
	left: 355px;
}

#postit
{
	position: absolute;
	left: 704px;
	top: 20px;
}

#postit-home
{
	position: absolute;
	left: 800px;
	top: 20px;
}


#content-cms-home
{
	position: absolute;
	width: 400px;
	left: 570px;
	top: 150px;
}

#content-cms
{
	margin-top: 60px;
	float: left;
        padding-bottom: 10px;
}

#subnavig
{
	margin-top: 60px;
	width: 262px;
	float:left;
}

.textf
{
	margin: 0px;
    border: 1px solid #aaa;
    color: #888;
    font-size: 12px;
    height:15px;
    background: #fff url(../../images/input_fade_bg.png) 0px 0px repeat-x;
}

.btn
{
	margin: 0px;
    border: 1px solid #496C80;
    color: #fff;
    font-size: 10px;
    background-color: #62A9D1;
}

legend 
{
	color: #2D6398;
	font-weight: bold;
}

fieldset 
{
	padding: 10px;
}

#map
{
	overflow: hidden;
}

.text_title
{
	font-size: 19px;
}

.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {
    display:inline-block;
}
.clearfix {
    display:block;
}
* html .clearfix {
    height:1px;
}



