body {
	margin: 0;
	padding: 0;
	border: 0;
	background: rgb(244, 212, 160) url(/system/images/page_bg.gif) top left repeat-x;
	text-align: center;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #000;
	font-size: 12px;
}

#page {
	width: 795px;
	position: relative;
	text-align: left;
	margin: 0 auto;
	padding: 0 15px 0 0;
	border: 0;
}

#header {
	position: relative;
	height: 140px;
}

#portrait {
	position: absolute;
	top: 25px;
	right: 620px;
}

#title {
	position: absolute;
	top: 10px;
	right: 0px;
	text-align: right;
}

#title h1 {
	color: #47683A;
	font-size: 18px;
	font-variant: small-caps;
	font-weight: bold;
	margin: 0;
	padding: 0;
	border: 0;
}

#title h2 {
	color: #A9684A;
	font-size: 12px;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
}

#headline {
	position: absolute;
	bottom: 0px;
	left: 195px;
}

#headline h1 {
	color: #47683A;
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	border: 0;
}

#wrapper {
	position: relative;
	padding-top: 15px;
}


#navigation {
	position: relative;
	width: 175px;
	float: left;
	text-align: right;
}

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

#navigation ul li {
	margin: 0 0 2px 0;
	padding: 0;
	text-align: right;
}

#navigation ul li a {
	color: #A9684A;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

#navigation ul li.current a {
	color: #47683A;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}


#navigation ul.subnavigation {
	margin-top: 0px;
	margin-bottom: 10px;
}

#navigation ul.subnavigation li a {
	color: #A9684A !important;
	font-size: 11px;
	font-weight: normal;
}

#navigation ul.subnavigation li.current a {
	color: #A9684A !important;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}


#content {
	margin-left: 195px;
	position: relative;
	line-height: 18px;
	text-align: justify;
}

#content ul li {
	text-align: left;
}

.Tabelle_standard {
	
}

table.Tabelle_standard td {
	vertical-align: top;
}

#content a, a:link, a:visited {
	color: #D63A14;
	text-decoration: none;
}

#content a:hover {
/*	color: #000;*/
	text-decoration: underline;
}

#content p {
	margin: 0 0 15px 0;
	padding: 0;
}


div#formular {
	border: 1px solid rgb(186, 177, 177);
	padding: 15px;
	width: 300px;
	text-align: left;
	background-color: rgb(204, 207, 188);
}

div#formular label {
	display: block;
	font-weight: bold;
	margin: 0 0 2px 0;
}

div#formular .textinput {
	border: 1px inset #000;
	font-family: arial,sans-serif;
	font-size: 12px;
	width: 300px;
}

div#formular textarea.textinput {
	height: 100px;
}



hr {
	border: 0px;
	border-top: solid 1px #000;
	background-color: #000;
}

.grau-kursiv {
	font-style: italic;
	color: grey;
}

.grau-kursiv hr {
	border: 0px;
	border-top: solid 1px grey;
	background-color: grey;
}
