/******************************************************************************
*                       Styles und Positionierung WLP                         *
******************************************************************************/

/* --- Allgemein --- */

:focus{outline:none;}

/* ======== TAGS  ======== */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
  	background-color: #ffffff;
	font-family: Helvetica,Arial,Verdana sans-serif;
	font-size: 101%;
}

/* ======== CONTAINER  ======== */

#central {
	width: 852px;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
	overflow: visible;
}

#all {
	width: 852px;
	height: 100%;
	background: url(../images/back_all.jpg) repeat-y;
	float: left;
}

#header {
	position: relative;
	z-index: 1;
	width: 852px;
	height: 175px; 
	background: url(../images/header.gif) no-repeat;
}

#topnavi a, #navi a {
	color: #ffffff;
	text-decoration: none;
}

#topnavi {
	float: right;
	margin-top: 147px;
	margin-right: 20px;
	height: 20px;
	color: #ffffff;
	font-size: 70%;
}

#main {
	width: 850px;
	float: left;
}

#topnavi ul, #topnavi li {
	list-style-type: none;
	display: inline;
	padding: 0;
	margin: 0;
}

#topnavi li.langmenu {

}

#topnavi li {
	display: inline;
	padding-left: 10px;
}

#left {
	width: 203px;
	float: left;
	margin-top: -119px;
	position: relative;
	z-index: 2;
}

#topimage {
	float: left;
	margin-left: 14px;
	width: 203px;
	height: 237px;
	#background: url(../images/topimage.jpg) no-repeat;
}

#navi {
	width: 203px;
	margin-left: 14px;
	float: left;
}

#navi ul {
	font-size: 80%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navi li {
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #4e5859;
	color: #ffffff;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #ffffff;
}

#navi li.aktiv  {
	background: url(../images/pfeil.gif) no-repeat #ae1313;
}

#navi li.aktivsub  {
	background: url(../images/pfeil.gif) no-repeat #ced0d0;
	padding-left: 40px;
}

#navi ul.navileft  {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ffffff;
}

#navi ul.sub  {
	font-size: 100%;
	margin-top: 5px;
	margin-left: -25px;
	margin-bottom: -5px;
}

#navi li.subli  {
	background-color: #959797;
	padding-left: 40px;
}

#content {
	font-size: 80%;
	line-height: 1.2em;
	width: 600px;
	padding-right: 13px;
	float: right;
}

#content a {
	color: #4e5859;
}

#content hr {
	border: 1px solid #d0d0d0;
	margin-right: 20px;
}

#content h1 {
	font-size: 105%;
	font-weight: normal;
	color: #ae1313;
}

#content h1 a {
	color: #ae1313;
}

#content h2 {
	font-size: 100%;
}

#content ul {
	list-style-image: url(../images/pfeil2.gif);
	margin: 5px;
	margin-left: -25px;
}

#subheadline {
	width: 550px;
	padding-left: 20px;
}

#text1 {
	padding-right: 20px;
	padding-left: 20px;
}

#text2 {
	display: none;
}

#headline {
	width: 600px;
	height: 47px; 
	margin-top: 5px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-left: 20px;
	float: left;
}

#headline h1 {
	font-size: 130%;
	color: #ffffff;
}

#footer {
	top: 0px;
	width: 852px;
	height: 64px; 
	background: url(../images/footer.gif) no-repeat;
	float: left;
}

/**************************** IE SPECIAL ****************************/

* html #navi
{
	margin-left: 7px;
}

* html #headline
{
	width: 570px;
}

* html #subheadline
{
	margin-bottom: 10px;
	margin-top: 5px;
}

* html #topimage
{
	margin-left: 7px;
}

* html #topnavi {
	margin-top: 145px;
}

* html #content {
	font-size: 70%;
}


* html #content h1, * html #content h2 {
	margin: 10px;
	margin-left: 0;
}

* html #content ul {
	margin-left: 15px;
	margin-bottom: 10px;
}


* html #content p {
	margin: 0;
	margin-top: 15px;
	margin-bottom: 15px;
}

* html .csc-textpic-clear {
	height: 20px;
}

