@import url(styles.css);

html, body
{
	height: 100%;
	margin: 0;
	padding: 0;
}

body
{
	text-align: center;
	background-image: url(../_picts/kachel.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	background-color: #E6E6E6;
}

*
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
}

ul, li
{
	list-style-type: none;
	line-height: 21px;
	clear: left;
}



#main
{
	position: relative;
	width: 950px;
	height: 200px;
	text-align: left;
	margin: 0 auto;
}

.links_bild
{
	float:left;
	margin-right: 25px;
}

.bild_text_box
{ 
	width: 509px;
	height: 163px;
	margin-bottom: 25px;

}


.linie_oben
{
	border-top:solid 1px #62b9e1;
	width: 220px;
}

.abstand_nav_oben
{
	margin-top: 35px;
}

.abstand_nav_sub_oben
{
	margin-top: 2px;
}

.abstand_nav_sub_unten
{
	margin-bottom: 7px;
}

* html .linie_oben { padding-top: 5px; }
*+ html .linie_oben { padding-top: 5px; }

.blue_border
{
	border-width: 1px;
	border-color: #62b9e1;
	border-style: solid;

}

#box_1_2
{
	border-width: 1px;
	border-color: #62b9e1;
	border-style: solid;

}

.blue_border_box
{
	width: 550px;
	height: 240px;
	border-width: 1px;
	border-color: #62b9e1;
	border-style: solid;
	z-index: 5;
}


.nav_abstand_links
{
	padding-left: 12px;
}

.linie
{
	background-color: #62b9e1;
	padding: 0px;
	height: 1px;
	width: 610px;
	border: 0px;
	text-align: left;
}

.linie_navi
{
	background-color: #62b9e1;
	padding: 0px;
	height: 1px;
	width: 208px;
	border: 0px;
	text-align: left;
}

.newsbox
{
	margin-top: 25px;
	margin-bottom: 25px;
	border-top:solid 1px #8D9CD5;

}

.newsbox_2
{
	margin-top: 25px;
	margin-bottom: 25px;
	border-top:solid 1px #8D9CD5;

}

* html .newsbox_2 { padding-top: 25px; }
*+ html .newsbox_2 { padding-top: 25px; }

#signet_pos
{
	position: absolute;
	left: 0px;
	top: 0px;
}

#navigation_pos
{
	position: absolute;
	left: 32px;
	top: 140px;
	width: 250px;
}

#content_pos
{
	position: absolute;
	left: 315px;
	top: 140px;
	width: 540px;
}

#content_pos_2
{
	position: absolute;
	left: 315px;
	top: 140px;
	width: 509px;
}

#content_pos_3
{
	position: absolute;
	left: 580px;
	top: 140px;
	width: 231px;
}

