html, body {
	margin: 0;
	padding: 0;
	background : #FFFFFF;
	color: #696358;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

*html body {
	fontsize: x-small; /* für IE5/Win */
	f\ont-size: small; /* für andere IE-Versionen */

}

a:link {
	text-decoration: none;
	color:#696358;
	font-family: Garamond;
	font-weight: bold;
	font-variant: normal;
	font-size: 130%;



}

a:visited {
	text-decoration: none;
	color:#696358;
	font-family: Garamond;
	font-size: 130%;
	font-weight: bold;



}

a:hover {
	text-decoration: none;
	outline: none;
	color:#CFD9C0;
	font-family: Garamond;
	font-size: 130%;
	font-weight: bold;



}

h1 {
	font-family: "Garamond";
	font-size: 150%;
	text-transform: uppercase;
}

h2 {
	font-family: "Verdana";
	font-size: 120%;
	font-style: normal;
}

h3 {
	font-family: "Garamond";
	font-size: 100%;
	font-style: normal;
}	

img {
	border: 0;

}


#start {
	margin: 200px auto 0px;
	padding: 0;
	width: 800px;
	text-align: left;

}
	
#wrapper {
	margin: 20px auto 0px;
	padding: 0;
	width: 800px;
	height: 600px;
	text-align: left;
	background-repeat: no-repeat;
	background-image: url(Bilder/hintergrund_box.jpg);
	top: 20px;

}


#navibereich {
	margin: 15px 0px 0px;
	font-size: 12px;
	text-align: right;
	position: static;
	height: 45px;
	width: 750px;
	padding: 5px 10px 0px 0px;
	float: right;




}

#navibereich li {
	display: inline;
	list-style-type: none;
	margin: 1px;
	color: #FFFFFF;
	padding: 5px 5px 0px 0px;
	text-transform: uppercase;



}

#navibereich a.aktuell {
	color: #ffffff;
}

#hauptbereich {
	text-align: center;
	clear: none;
	margin: 0;
	padding: 20px 0 0;
	position: static;
	height: 400px;



}	

#bildbereich {
	margin: 0px 0 0;
	padding: 3px 0 0;
	width: 300px;
	float: left;
}

#textbereich {
	margin: 30px 20px 10px;
	padding:0px 20px 10px;
	width: 350px;

	float: ;
	overflow: auto;
	height: 330px;
	position: static;
	float: right;
	top: 60px;


}

#textbereich a {
	color: #696358;
	font-family: Verdana;
	font-size: 130%;
	font-weight: bold;
	text-decoration: underline;



}	

#textbereich li {
	list-style-type: square;
	font-size: 85%;

	
}

#news #textbereich a {
	color: #696358;
	font-family: Verdana;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
}
	
#fussbereich {
	margin: 0px;
	padding: 0;
	width: 100%;
	height: auto;
	text-align: center;
	position: static;
	font-family: Verdana;
	font-size: 85%;
	color: #666666;
	vertical-align: top;



}

#fussbereich a {
	font-family: Verdana;
	color: #999999;
	font-size: 100%;



}

#titelzeile {
	text-align: center;
	font-size: 130%;
	height: 50px;
	padding-top: 10px;
	margin: 0px;
	font-family: Garamond;



}


