body{
	font-family : "Trebuchet MS", Georgia, Times, serif;
	font-size : 12px;
	padding : 0;
	margin : 0;
	background-color : #F3F0E4;
	background-image : url(../bilder/hg-logo.jpg);
	background-position: 50% 350px;
	background-repeat : no-repeat;
}

a:link {
	color: #000000;
}

a:visited {
	color: #836F31;
}

a:hover {
	color: #F8C20F;
}

#inhalt {
	padding-top : 180px;
	padding-bottom : 30px;
	padding-left : 40px;
	padding-right : 20%;
	min-height : 480px;
}

#inhalt h1{
	font-size : 1.5em;
	font-weight : normal;
	color : #000000;
	text-decoration: underline;
}

#inhalt h2 {
	font-size: 1.3em;
	font-weight: bold;
	color: #000000;
}

#inhalt h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
}

#inhalt h4 {
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
}

#inhalt p {
	font-size : 1em;
	font-weight : normal;
	color : #000;
	line-height : 120%;
}

#logo{
	position : absolute;
	top : 55px;
	right : 50px;
	text-align : right;
	height: 1px;
	z-index : 100;
}

#kopf {
	position : absolute;
	top : 0;
	left : 0;
	width : 100%;
	height : 160px;
	background-image : url(../bilder/bg.gif);
	background-repeat : no-repeat;
}  

#kopfzeile {
	position : relative;
	top : 250px;
	left : 25px;
	text-align : left;
	height : 21px;
}

#navigation {
	position : absolute;
	top : 130px;
	left : 40px;
	width : 900px;
	background-image : url(../bilder/streifen.gif);
	background-repeat : no-repeat;
}

#fusszeile {
	padding-left : 40px;
	padding-bottom : 10px;
}

#fusszeile p {
	font-size : .8em;
	font-weight : normal;
	color : #000;
}

.bgform {
	font-family : "Trebuchet MS", Georgia, Times,serif;
	font-size : 1em;
	background-color : #fffdf5;
	border-top : 2px double #000;
	border-right : 1px solid #f8c20f;
	border-bottom : 1px solid #f8c20f;
	border-left : 2px double #000;
}

.schalter {
	background-color : transparent;
	border-width : 0px;
	cursor : pointer;
}

.fett {
	font-weight: bold;
}

input:focus, input:hover {
	background-color : #ffffff;
}