@charset "utf-8";
/* CSS Document */

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10Pt;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	background-color: #F5F5F5;
}

img {
	display: block;
	border: 0;
}

p {
	color: #333333;
	margin: 10Px 5Px;
}

h1, h2, h3 {
	color: #ae3d39;
	margin-left: 5Px;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1em;
}

a:link, a:visited, a:active  {
	text-decoration: none;
	color: #ae3d39;
	font-weight: bold;
}

a:hover  {
	text-decoration: none;
	color: #000099;
	font-weight: bold;
}

ul {
	list-style-type: square;
}

li {
	padding-bottom: 10Px;	
}

#komplett {
	width: 950Px;
	margin:auto;
	background-color: #FFFFFF;
}

#links {
	width: 179Px;
	margin: 0;
	padding: 0;
	float: left;
}

#links a:link, #links a:visited, #links a:active  {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

#links a:hover  {
	text-decoration: none;
	color: #CCCCCC;
	font-weight: bold;
}

#rechts {
	width: 771Px;
	margin: 0;
	padding: 0;
	background-color: transparent;
	float: left;
}

#menue_oben {
	height: 197Px;
	width: 771Px;
}

#menue_oben ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menue_oben li {
	display: inline;
	margin: 0 0 0 5px;
	padding: 0 0 0 4px;
}

#menue_oben a:link, #menue_oben a:visited, #menue_oben a:active  {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

#menue_oben a:hover  {
	text-decoration: none;
	color: #CCCCCC;
	font-weight: bold;
}

#inhalt {
	background-color: #FFFFFF;
	width: 756Px;
	margin: 40Px 0 0 15Px;
	padding: 0;
}

#inhalt ul {
	color: #333333;
}




