@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
        font-family: Tahoma, Arial, Sans-serif;
	color: #363d44;
	font-size: 13px;
}
#offen {
	background-repeat: repeat-x;
	height: 388px;
	position: absolute;
	margin: 0px 0px 0px 0px;
	top: 140px;
	width: 100%;
	background-image: url(../img/hintergrund_index_1.gif);
        border: 0px solid red;
}
#mitte {
	height: 388px;
	width: 557px;
	margin: auto;
	padding-top: 1px;
}
#navigation {
        position: absolute;
        top: 3px;
	height: 26px;
	margin: 10px 10px 25px 13px;
	text-align: center;
}

#navigation a {
	color: #9BA7B2;
	text-decoration: none;
	font-size: 13px;
	font-family: Tahoma, Arial, sans-serif;
        display: inline;
        line-height: 26px;
        padding: 0px 0px;
        margin: 0px 19px 0px 20px;
}

#navigation a:hover {
	color: #304840;
	background-image: url(../img/nav1_bg.gif);
}

.navreal {
	font-size: 0px;
	visibility: hidden;
}


a, a:link, a:visited  { color:#2666FF; }
a:hover { text-decoration: none; }


#nav1 {
	height: 26px;
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	color: #9BA7B2;
}
#nav2 {
	height: 26px;
	float: left;
	background-repeat: no-repeat;
	background-position: left top;
	color: #9BA7B2;
}
#nav3, #nav3:link, #nav3:visited {
	background-repeat: no-repeat;
	background-position: left top;
	height: 26px;
	float: left;
	color: #2666FF;
        font-weight: bold;
}
#nav4 {
	background-repeat: no-repeat;
	background-position: left top;
	height: 26px;
	float: left;
	color: #9BA7B2;
}
#nav5 {
	background-repeat: no-repeat;
	background-position: left top;
	height: 26px;
	float: left;
	color: #9BA7B2;
}
#nav1:hover  {
	height: 26px;
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
#nav2:hover {
	height: 26px;
	float: left;
	background-repeat: no-repeat;
	background-position: left top;
}
#nav3:hover {
	background-repeat: no-repeat;
	background-position: left top;
	height: 26px;
	float: left;
}
#nav4:hover {
	background-repeat: no-repeat;
	background-position: left top;
	height: 26px;
	float: left;
}
#nav5:hover {
	background-repeat: no-repeat;
	background-position: left top;
	height: 26px;
	float: left;
}

#clear {
	clear: both;
}
#logo {
	width: 530px;
	height: 90px;
        position:absolute;
        top:-120px;
        margin: 0px 15px 0px 15px;
}

#teaser {
	width: 530px;
	height: 51px;
        position:absolute;
        top:-36px;
        margin: 0px 15px 0px 85px;
        border: 0px solid red;
}

#img {
	margin: auto;
	width: 500px;
}
#php {
	visibility: hidden;
}

#bilder {
        position: absolute;
        top: 60px;
	width: 500px;
	margin: 0px 0px 0px 28px;
}


#content {
    width: 500px;
    margin: 11px 0px 0px 0px;
    padding: 196px 25px 20px 30px;
    background: #FFF;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 2px 10px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 2px 10px rgba(0,0,0,0.5);
    border: 3px solid #FFF;
    background-image: url(../img/hintergrund_index_1.gif);
    background-position: 0px -165px;
    background-repeat: repeat-x;
}

#content h1 {
	font-size: 14px;
        font-size:16px;
        color: #2666FF;
        border-bottom: 1px solid #D1D8DF;
        padding-bottom: 3px;
}

#content h1 b {

    display:block;
    font-size: 13px;
    color: #8F9EAC;

}

#content #bgimage {
    margin-right: -25px;
    background-image: url(../img/bg-home.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    padding-right: 150px;
    min-height: 490px;
}

#footer {
    text-align: center;
    padding: 10px 0px 50px 0px;
    font-size: 11px;
    color: #9B9B9B;
}

#footer a, #footer a:visited, #footer a:link {
    color: #9B9B9B;
    text-decoration: none;
    margin: 0px 5px;
}

#footer a:hover {
    color: #2666FF;
}

ul.list1 {

    margin: 20px 30px;
    padding: 0px;
    color: #677077;
    list-style-type: square;

}

ul.list1 li { margin: 3px 0px; }

#flashMessage { padding: 10px; border-width: 3px; border-style: solid; margin-bottom: 20px; }
#flashMessage.warning { border-color: #ffd324; background: #fff6bf; }
