body, div, a, p, ul, li, table, tr, td {
	font-family: Verdana, Arial, Helvetica, Times;
	font-size: 12px;
	text-decoration: none;
	line-height: 18px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	font-variant: normal;
}

body {
	background-color: #FFE5CC;
	margin: 0px;
	background-image: url(../media/bg.gif);
	background-repeat: repeat-y;
}

p {
	margin: 8px 0px 8px 0px;
	padding: 0px;
}

ul {
	margin: 0px;
	padding: 0px;
}

#headline H1 {
	color: #ffffff;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 16px;
	margin: 40px 0px 0px 20px;
}

#content H2 {
	color: #FF932D;
	font-weight: bold;
	font-size: 16px;
	margin: 20px 0px 10px 0px;
}

#content H3 {
	font-weight: bold;
	font-size: 13px;
	margin: 20px 0px 10px 0px;
}


DIV.hr {
	border-bottom: 1px solid #666666;
	margin: 0px;
	height: 1px;
}

DIV.hr HR {
	display: none;
}

#navigation LI {
	list-style: none;
	margin: 4px 0px 4px 10px;
}

#navigation LI.on {
	list-style: none;
	margin: 4px 0px 4px 0px;
	background-color: #FFFFFF;
	border-left: 10px solid #ffdcb4;
}

#navigation A {
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 0px;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 13px;
	padding-left: 2px;	
}

#navigation A.on {
	color: #ff8c00;
	text-decoration: none;
	margin-left: 0px;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 13px;
	padding-left: 2px;
}

#navigation LI.subnav {
	list-style: none;
	margin-left: 20px;
}

#navigation LI.subnav_on {
	list-style: none;
	margin-left: 20px;
	background-color: #FFFFFF;
}

#navigation A.subnav {
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 0px;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 13px;
	padding-left: 2px;	
}

#navigation A.subnav_on {
	color: #ff8c00;
	text-decoration: none;
	margin-left: 0px;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 13px;
	padding-left: 2px;
}

#navigation A:hover, A.subnav:hover {
	color: #CCCCCC;
}

#navigation .sprachversion {
	font-size: 12px;
	font-weight: normal;
}

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

#content a:hover {
	color: #FF932D;
	font-weight: bold;
	background-color: #FFE5CC;
	text-decoration: none
}

.text  {
color: #333;
font-size: 12px;
line-height: 16px;
font-family: Verdana, Arial, Helvetica, Times;
text-align: justify;
margin-right: 25px;
margin-left: 25px;
}

.text_left  {
color: #333;
font-size: 12px;
line-height: 16px;
font-family: Verdana, Arial, Helvetica, Times;
text-align: left;
padding-right: 25px;
margin-left: 25px;
}


DIV.fixfloat {
	float: none;
	clear: both;
	width: 200px;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
	height: 1px;
}

#headline {
	width: 335px;
	height: 112px;
	float: left;
	background-image: url(../media/bg_kopf.gif);
}

#logo {
	width: 200px;
	height: 112px;
	float: left;
}

#header {
	width: 192px;
	height: 107px;
	float: left;
}

#wrapper {
	width: 920px;
}

#navigation {
	width: 200px;
	background: #ff932d;
	float: left;
}

#content {
	width: 640px;
	margin: 0px 20px 20px 40px;
	float: left;
}

#pagetop {
	margin-bottom: 20px;
	text-align: center;
}