
* {
padding: 0;
margin: 0;
}


body {	
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 1em;	
	color: #000;
	text-align:center;

	}
	
#container {
	background: #cc0033 url(../images/ptl.jpg) 10px 10px no-repeat;
	margin:30px 20px;

}

#navigation {
	width:8em;
	margin-top:150px;
	padding-left:10px;
	font-size:0.8em;
	color:#fff;
	font-weight:bold;
	line-height:150%;
	float:left;
	text-align:left;
}

#navigation a, #navigation a:visited {
	text-decoration:none;
	color:#fff;
	border-bottom:1px dotted #c03;
	display:block;
}

#navigation a:hover {
		border-bottom:1px dotted #fff;
}

#inhalt {
	background: #fff url(../images/bg_kopf.gif) top left no-repeat;	
	margin-left:8em;
	text-align:left;
	height:100%;
}

#kopf {
	height:150px;
	width:630px;
	font-size:1.5em;
	color:#cc0033;
}


#schriftzug {
	padding-top: 80px;
	padding-right: 60px;
	text-align: right;
}

#logo {
	position:absolute;
	top:10px;
	left:730px;
	width:52px;
	height:168px;
	z-index:5;
}

#text {
	padding:10px;
	width:610px;
	text-align:left;
	font-size:0.8em;
}

#text p {
	margin: 0 0 1em 0;
}

#text h1 {
	margin: 0 0 1em 0;
	font-size:1.3em;
	color:#c03;
	font-weight:bold;
}

#text h2 {
	font-size: 1.2em;
	margin: 1.5em 0 0.7em 0;
	font-weight: bold;
	color:#f60;
}

#text h3 {
	font-size: 1.1em;
	margin: 1.5em 0 0.7em 0;
	font-weight: bold;
	color: #666;
}

#text a, #text a:visited {
	color:#c03;
}

#text a:hover, #text a:active {
	color:#666;
}

#text ul {
font-size: 1em;
list-style-image: url(../images/DataIcon.gif);
margin: 1em 1em 1em 3em;
}

#text ol {
font-size: 1em;
margin: 1em 1em 1em 3em;
}

#text ul li, #text ol li {
padding: 0;
margin: 0.3em 0 0 3em;
}

* html #text ul li, * html #text ol li { /* Korrektur fuer IE 5.x */
margin-left: 0;
ma\rgin-left: 2em;
padding-top: 0;
padd\ing-top: 0;
}


#fuss {
	height:55px;
	width:630px;
	text-align:right;
}
	
.clear {
	clear:both;
}