/* CSS Document */

* {
margin: 0;
padding: 0;
}
body {
	margin: 20px 50px;
	font-family: "Verdana";
	font-size: 11px;
	line-height: 14px;
	/*background-color: #66CCFF;*/
}
  
/* topteil -- logo kommt noch! */
#header {
	margin: 0;
	background-color: #FFFFFF;
	padding-top: 0,5;
	padding-right: 1em;
	padding-bottom: 0px;
	padding-left: 1em;
	background-repeat: no-repeat;
	height: 193px;
	background-image: url(bilder/logo_web.jpg);
	background-position: 10px;
	width: 750px;
}
#hauptnavi {
	margin: 0;
	padding-top: 150px;
	padding-right: 2px;
	padding-bottom: 0px;
	/*width: auto;*/
	padding-left: 135px;
/*	background-image: url(bilder/top.jpg);
	background-position: 135px;
	background-repeat: no-repeat;*/

}
/* fussteil -- die adresse? */
#footer {
	margin: 0;
	padding: 0.5em 1em;
}
/* platz für die subnavi*/
#linksnavi {
	width: 100px;
	margin: 0;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	height: 20px;
	float: left;
	left: 50px;
}
/* rechte leiste mit fotos */
#rechtsfotos {
	float: right;
	width: 200px;
	height: 100%;
	margin: 0;
	padding: 5px 5px 2px;
}
/*inhalte - dynamisch! */
#mitteinhalte {
	margin: 0 150px 0 ;
	padding: 0px 5px 5px;
	background-color: #FFF;
	height: 100%;
	width: 665px;
}
#pari_logo {
		margin: 30 0 0 0 ;
		height: 30px;
		width: 160px;
	background-repeat: no-repeat;
	background-image: url(bilder/pari_logo.jpg);
	background-position: 20px;
	}
/* platzierung der fusszeile! durch clear: both werden
die floats aufgehoben */
.cleaner {
	clear: both;
	height: 1px;
	border: 0px none;
	margin: 0;
	padding: 0;
	background: transparent;
	font-size: xx-small;
	line-height: normal;
}


/* navigation als liste */
ul {
list-style-type: none;
margin: 0;
padding: 0;
}

#lihauptnavi {
	width: auto;
	margin: 0px 3px;
	padding: 0px 0px;
	text-align: center;
	/*position: static;*/
	height: 20px;
	float: left;
	/*display: block;*/
}
#lisubnavi {
	width: 90px;
	margin: 0px 0px 5px;
	padding: 5px 0px;
	text-align: center;
	/*position: static;*/
	height: 15px;
}
li a {
	text-decoration: none;
	color: #c00;
	background-color: #fff;
	padding: 0px 2 2px;
	border: 0px;
	margin: auto;
}
li a:hover {
	color: #fff;
	background-color: #6c3;
	margin: auto;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
li a:active {
	color: #fff;
	background-color: #c00;
	margin: auto;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
li a.aktuell {
color: #fff;
background-color: #c00;
}

/* schriften-styles */
p {
	font-family: Verdana;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	margin-top: 5px;
	margin-right:  0;
	margin-bottom: 0;
	margin-left: 0;
}
h3 {
	font-family: Verdana;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	color: #CC0000;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
a:link {
	font-family: Verdana;
	font-size: 11px;
	line-height: 14px;
	color: c00;
	text-decoration: none;
}
a:hover {
	color: #6c3;
	text-decoration:none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
.aufzaehlung {
	text-align: left;
	list-style-type: square;
	margin-left: 10px;
	list-style-position: inside;
}
img {   border:0; }
.bold {
	font-weight: bold;
}
