@charset "utf-8";
/* CSS Document */
body{
	background-color:#FFFFFF;
}

/*
Inhalt - Gesamtaufbau (content = länge 800 - content2 = länge 1800 - content3 = länge 1000)
*/


#content{
	background-color:#FFFFFF;
	width:950px;
	height:850px;
	margin:auto;
	top: 0px;
}
#content2{
	background-color:#FFFFFF;
	width:950px;
	height:1300px;
	margin:auto;
	top: 0px;
}

#content3{
	background-color:#FFFFFF;

	width:950px;
	height:1000px;
	margin:auto;
	top: 0px;
}
#content4{
	background-color:#FFFFFF;
	width:950px;
	height:1550px;
	margin:auto;
	top: 0px;
}
#content5{
	background-color:#FFFFFF;
	width:950px;
	height:1950px;
	margin:auto;
	top: 0px;
}
#content6{
	background-color:#FFFFFF;
	width:950px;
	height:2250px;
	margin:auto;
	top: 0px;
}
#content7{
	background-color:#FFFFFF;
	width:950px;
	height:2550px;
	margin:auto;
	top: 0px;
}
/*
Navigation Links
*/

#navi {
	background:#FFFFFF;
	background-image:url(pic/line1.jpg);
	background-repeat:repeat-y;
	background-position:left;
	width:155px;
	height:100%;
	margin:auto;
	float:left;
	/*padding-left: 10px;*/
}

#pic_navi_left {
	postition:relative;
	margin-top:30px;
	margin-left:13px;
	border : 0 none;
}
#navi_text {
	margin-left:15px;
	margin-right:15px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration: none;
}
#navi_text a{
color: #000000;
}

/*
Rechter Bereich mit Links
*/

#links{
	background:#FFFFFF;
	background-image:url(pic/line1.jpg);
	background-repeat:repeat-y;
	background-position:left;
	width:155px;
	height:100%;
	margin:auto;
	float:right;
	/*text-align: center;*/
}
#pic_links {
	postition:relative;
	margin-top:20px;
	margin-left:25px;
	hight:130px;
}

/*
Navigation TOP
*/

#menu {
	position:relative;
	left: 13px;
	top: 20px;
	width: 750px;
	height: 160px;
	color: #000000;
	font-size: 12px;
	/*line-height: 25px;*/
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	vertical-align:top;
	background-color:transparent;
}

#menu>li{
	height:25px;
	position:relative;
	float:left;
	margin:0px 14px;
}

#menu>li>ul{
	list-style: none;
	padding: 25px 0px 0px;
	overflow: hidden;
	height: 0px;
	text-decoration: none;
	text-align: left;
	position:absolute;
	left:0px;
	top:0px;
	margin: 0px;
	background-color:transparent;
}

#menu>li>span{
	display:block;
	z-index:1;
	cursor:default;
}

#menu>li>ul:hover,
#menu>li>span:hover + ul{
	overflow:visible;
	height:auto;
	z-index:2;
}

#menu>li>ul li{
	text-align:left;
	padding-left: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#menu a {
	color:#000000;
}

#menu>li>ul a{
	color:#000000;
	display:block;
	padding:6px 0px;
}

#pic_navi {
	margin-top:-33px;
}

/*
Footer
*/

#footer{
	background-color:#FFFFFF;
	height:20px;
	width:950px;
	margin:auto;
	bottom: 0px;
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	text-align:center;
	
}
#footer2{
	background-color:#FFFFFF;
	height:8px;
	width:950px;
	margin:auto;
	bottom: 0px;
}


/*
Text
*/


#textbody {
	position: relative;
	right:20;
	left:20;
	margin:auto;
	width: 620px;
	height: 160px;
	background:#FFFFFF;
	text-align: left;
	color: #3D8BD9;
}
#text {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	text-decoration:none;
}
#text a {
	color:#000000;
}
#text a:visited {
	color:#3D8BD9;
}
#text_klein {
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #000000;
	text-decoration:none;
}
#teaser {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration:none;
	
}
#teaser a {
	color:#000000;
}
#headline1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	text-decoration:none;
}


/*
Rahmen für Bilder
*/

#frame {
border:2px solid #000000;"
}


