#homelink {
	position: absolute;
	width: 140px;
	height: 60px;
	margin-left: 638px;
	margin-top: 12px;
}

body {

	background-color: #CCC800;
	margin-top: 30px;
	text-align: center;
}

p {
	margin: 0px;
}

a {
	color: #C7C320;
	text-decoration: none;
}

td {
	vertical-align: top;
}

input, select {
	border: 1px solid #D6D36F;
	color: #666666;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

textarea {
	border: 1px solid #D6D36F;
	color: #666666;
	font-size: 11px;
	width: 285px;
	font-family: Arial, Helvetica, sans-serif;
}

.legende {
	font-style: italic;
}

a:hover {
	text-decoration: underline;
}

#page {
	width: 800px;
	margin: auto;
	text-align: left;
	background-image: url(/fileadmin/pics/bg.jpg);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

#page #content {
	width: 800px;
	background-image: url(/fileadmin/pics/head.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#page #topnavi {
	position: absolute;
	margin-left: 190px;
	margin-top: 152px;
	width: 377px;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
}

#page #topnavi a {
	color: #C7C320;
	text-decoration: none;
}

#page #breadcrumb {
	position: absolute;
	margin-left: 190px;
	margin-top: 152px;
	width: 400px;
	font-size: 10px;
	font-weight: normal;
	display: none;
}

#page #breadcrumb a {
	color: #666666;
	text-decoration: none;
}

#page #content #navi {
	float: left;
	width: 170px;
	margin-top: 124px;
	padding-bottom: 100px;
}

#page #content #main {
	float: left;
	width: 377px;
	margin-left: 20px;
	margin-top: 186px;
	text-align: justify;
	font-size: 11px;
	line-height: 15px;
	padding-bottom: 30px;
}

#page #content #main h1 {
	font-size: 15px;
	font-weight: bold;
	color: #C7C320;
	margin-top: 0px;
	margin-bottom: 6px;
}

#page #content #teaser {
	margin-left: 600px;
	padding-top: 184px;
	padding-right: 20px;
	text-align: justify;
	font-size: 11px;
	line-height: 15px;
	padding-bottom: 20px;	
}

#page #content #teaser .Teaser-Spitzmarke {
	font-size: 10px;
	padding-bottom: 10px;
}

#page #content #teaser .Teaser-Titel {
	font-size: 15px;
	margin-top: 0px;
	margin-bottom: 4px;
	line-height: 16px;
	font-weight: bold;
}

#page #footer {
	clear: both;
}

#page #footer #copyright {
	font-size: 10px;
	padding-left: 192px;
	padding-bottom: 8px;
}

#page #footer #copyright .highlight {
	color: #C7C320;
}

#page #footer #icons {
	position: absolute;
	margin-top: -74px;
	margin-left: 20px;
}

/** Begin Navi **/
#navi .group {
	font-size: 11px;
	margin-top: 25px;
	margin-left: 20px;
	line-height: 19px;
}

#navi .group .head a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}

#navi .group .element a {
	text-decoration: none;
	color: #C0BC00;
	font-weight: bold;
}

#navi .group .element-act a {
	text-decoration: underline;
	font-weight: bold;
	color: #C1BD00;
}
/** End Navi **/


