body {
	background: #EF6F0A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#wrapper {
	background: #ffffff;
	width: 676px;
	margin: 0 auto; 
	text-align: center;
	border: 2px solid #444444;
}

#header {
	text-align: left;
}

#content {
	background: #ffffff;
	text-align: left;
	min-height: 300px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#navigation {
	margin-top: -2px;
	background: #444444;
	text-align: left;
	height: 28px;
	padding-top: 10px;
}
#navigation ul {
	list-style-type: none;
	font-weight: bold;
	display: inline;
	padding-left: 0px;
}
#navigation li {
	display: inline;
}
#navigation a {
	color: #ffffff;
	text-decoration: none;
	padding: 10px 5px;
}
#navigation a:hover {
	background: #666666;
	color: #ffffff;
}
#navigation ul > li > ul {
	display: none;
}
#navigation ul > li:hover > ul {
	background: #444444;
	position: absolute;
	max-width: 100ex;
	display: block;
	top: 233px;
	left: 342px;
	font-family: Trebuchet MS, Arial;
    font-size: 12px;
    color: #FFFFFF;
}
#navigation ul > li:hover > ul > li {
	display: block;
}
A:visited  {
color: #EF6F0A; 
text-decoration: none;
font-family: Trebuchet MS, Arial;
}
A:link  {
color: #EF6F0A;
text-decoration: none; 
font-family:Trebuchet MS, Arial; 
}
A:hover {
color: #EF6F0A; 
text-decoration: underline;
font-family: Trebuchet MS, Arial;
}

.h1 {
	font-family: Trebuchet MS, Arial;
	font-size: 14px;
	font-weight: bold;
}
.h2 {
	font-family: Trebuchet MS, Arial;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}
.h3 {
	font-family: Trebuchet MS, Arial;
	font-size: 20px;
	font-weight: normal;
	color: #000000;
	margin: 20px;
}
.klein {
	font-family: Trebuchet MS, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.linksklein {
	font-family: Trebuchet MS, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #444444;
}
.links {
	font-family: Trebuchet MS, Arial;
	font-size: 13px;
	font-weight: bold;
	color: #OOOOO;
}

