/******************************************************************************
*                       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%;
}

img {
	border: 0;
}

/* ======== 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;
}

#topimage {
	position: relative;
	top: 56px;
	left: 14px;
	width: 203px;
	background: url(../images/topimage.jpg) no-repeat;
}

#header {
	width: 852px;
	height: 50px; 
	background: url(../images/header.gif) no-repeat;
}

#title {
	position: relative;
	top: 30px;
	left: 30px;
	font-size: 0.8em;
	color: #b1b1b1;
}

#topnavi a, #navi a {
	color: #ffffff;
	text-decoration: none;
}

#topnavi {
	float: right;
	margin-top: 7px;
	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;
}

#navi {
	width: 170px;
	margin-left: 10px;
	float: right;
}

#navi ul {
	font-size: 80%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #d0d0d0;
}

#navi li {
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #ffffff;
	color: #ce819b;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #d0d0d0;
}

#navi a {
	color: #ce819b;
	text-decoration: none;
}

#navi li.aktiv  {
	background-color: #f0f0f0;
}

#navi ul.sub  {
	border-bottom: 0;
}

#navi li.sub, #navi li.subaktiv {
	padding-left: 30px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #d0d0d0;
	background-color: #f0f0f0;
	font-size: 90%;
}

#navi li.sub a {
	color: #ce819b;
}

#navi li.subaktiv  {
	background-color: #ece5e8;
}

#left {
	width: 20px;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
}

#content {
	width: 630px;
	min-height: 300px;
	float: left;
	border-style: solid;
	border-width: 1px;
	border-color: #d0d0d0;
	text-align: center;
}

#content img {
	margin: 10px;
	margin-left: 5px;
	margin-right: 5px;
}

#text {
	text-align: left;
	margin: 10px;
	font-size: 0.8em;
	color: #777777;
	line-height: 1.2em;
}

#text h1 {
	font-size: 1em;
	color: #d0d0d0;
}

#text h2 {
	margin: 10px;
	font-size: 1em;
	color: #ce819b;
}

#text a {
	color: #ce819b;
}

#text img {
	margin: 3px;
}


#headline {
	width: 600px;
	height: 47px; 
	margin-top: 5px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-left: 30px;
	background: url(../images/headline.gif) no-repeat;
}

#headline h1 {
	font-size: 130%;
	color: #ffffff;
}

#footer {
	top: 0px;
	width: 852px;
	height: 64px; 
	background: url(../images/footer.gif) no-repeat;
	float: left;
	padding-left: 25px;
}

#footer ul, #footer li {
	list-style-type: none;
	display: inline;
	padding: 0;
	margin: 0;
}

