/*Grundlegendes Layout*/

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #FcFcFc;
	background-image: url(Bilder/bg_verlauf_02.gif);
	background-repeat: repeat-x;
	font-family: Arial, Verdana, sans-serif;
}

div.wrapper {
width: 877px;
min-height: 100%;
margin: 0 auto;
background: url(Bilder/bg_content_07.gif) repeat-y;
}

* html div.wrapper { /* Für IE */
height: 100%;
}

.wrapper .content {
	font-size: small;
	padding-top: 20px;
	padding-right: 60px;
	padding-bottom: 20px;
	padding-left: 60px;
}

div.header-le {
float:left;
width: 439px;
height: 283px;
}
.navigation {
	font-size: 14px;
	font-weight: bold;
	margin-top: 150px;
	text-transform: uppercase;
	margin-left: 200px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


div.clear {
clear: both;
margin: 0;
padding: 0;
height: 0;
line-height: 0;
font-size: 0;
}

/* Texteigenschaften */

.hidden{
display:none;
}

.content ul li {
	list-style-type: disc;
}
.content ul ul li {
	list-style-type: circle;
}
.content h3 {
	font-size: 14px;
}
.content h2 {
	font-size: medium;
	margin-top: 25px;
}
.content h1 {
	font-size: large;
	margin-top: 25px;
}
.content h4 {
	font-weight: bold;
	font-size: small;
}
