body,html
{
	background-color: #b9b9b9;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 10px; 
}

#box{
	width: 900px; 
	/* height: 100%;  */
	position: absolute;
	left: 50%; 
	margin-left: -450px; 
}
#spacer {
	width: 900px;
	height: 51px;
	background-image:url(../gfx/Elemente/spacer.png);
	background-repeat: no-repeat;
}
#frame {
	/* position:absolute; */
	float: left;
	clear: left;
	display: block;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;	
	width: 900px;
}
#header{
	width: 900px;
	height: 169px;
	background-image:url(../gfx/Elemente/header.png);
	background-repeat: no-repeat;
}

.aheader{
	float: right;
	margin-top: 20px;
	margin-right: 20px;
	width: 300px; 
	height: 70px;

}


#navi{
	background-image:url(../gfx/Elemente/navi.png);
	background-repeat: no-repeat;	
	width: 900px;
	height: 51px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	float: left;
	clear: both;
}

#content{
	width: 780px;
	/* height: 100%; */
	background-color: #f0f0f0;
	background-image:url(../gfx/Elemente/content.png);
	background-repeat: no-repeat;	
	
	font-family: Trebuchet MS;
	color: #3e3e3e;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.4em;
	font-size: 1.4em;
	padding: 20px;
	padding-right: 100px;
	float: left;
	clear: both;
}

#footer{	
	width: 900px;
	height: 66px;
	background-image:url(../gfx/Elemente/footer.png);
	background-repeat: no-repeat;
	float: left;
	clear: both;
	text-align: center;
	}



h1{
	font-family: Trebuchet MS;
	color: #1b1b1b;
	font-size: 1.2em;

	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	margin-top: 30px;
}
h2{
	font-family: Trebuchet MS;
	color: #1b1b1b;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	padding-top: 15px;
	font-size: 1.1em;
}
h3 {
	font-family: Trebuchet MS, helvetica, sans;
	font-weight: bold;
	font-size: 11pt;
	color: #C9690B;
	text-decoration: none;
}
h4 {
	font-family: Trebuchet MS, helvetica, sans;
	font-weight: bold;
	font-size: 11pt;
	color: #C9690B;
	text-decoration: none;
}


a:hover {
	color: #cc071e;
	text-decoration: underline;
	
}
a {
	font-family: Trebuchet MS, helvetica, sans;
	font-weight: normal;
	color: #cc071e;
	text-decoration: underline;
	word-spacing: normal;
	letter-spacing: 0;
	
}


ul.navi {
	margin: 15px;
}
ul.navi li {
	display: inline;
}
ul.navi li a {
	padding: 10px;
	font-family: Trebuchet MS, helvetica, sans;
	font-weight: bold;
	font-size: 11pt;
	color: #1b1b1b;
	text-decoration: none;
}
ul.navi li a:hover {
	color: #cc071e;
	text-decoration: underline;
}
ul.navi li a:visited {
		text-decoration: none;
}

ul.footer {
	margin: 5px;
}
ul.footer li {
	display: inline;
}
ul.footer li a {
	padding: 5px;
	font-family: Trebuchet MS, helvetica, sans;
	font-weight: bold;
	font-size: 11pt;
	color: #1b1b1b;
	text-decoration: none;
}
ul.footer li a:hover {
	color: #cc071e;
	text-decoration: underline;
}
ul.footer li a:visited {
		text-decoration: none;
}

form fieldset {
	border: 1px solid #aaa;
	background: #e0e0e0;
}

#content hr {
	border: 0px;
	border-bottom: 1px solid #aaa;
}

#content form div.error {
	font-size: 0.8em;
	color: red;
}
