body {
	margin: 0;
	padding: 0;
	background-color: rgb(255,255,255);
	background-repeat: repeat-y;
 	background-position: center;
 	background-image: url(images/bg.gif);
	font-family: Verdana, Arial, Helvetica;
 	font-size: 0.8em;
	}
	
.menu {
	padding: 0;
	margin: 45px auto 3em auto;
	text-align:left; 
	width: 400px;
	}
	
.menu ul{
	padding: 0;
	margin: 0;
	text-align: left;
	list-style: none;
	display: block;
	height: 4em;
	}
	
.menu ul li{
	display: block;
	float: left;
	text-transform: uppercase;
	font-size: 0.9em;
	line-height: 1.4em;
	padding: 0 1em 0 0;
	margin: 0.1em 0;
	white-space: nowrap;
	}
	
#inhalt {
	position: relative;
	left: auto;
	right: auto;
	padding: 0;
	margin-bottom: 45px;
	margin-right: auto;
	margin-left: auto;
	text-align:left; 
	width: 400px;
	}
	
h1{font-family: Garamond, Times New Roman, Times;
 	font-size: 1.5em;
 	line-height: 1.6em;
 	color: rgb(72,72,72);
 	text-align: left;
 	margin-bottom: 0.5em;
 	text-transform: uppercase;
 	clear: both;}
 	
h2{	text-align: center;
	font-family: Verdana, Arial, Helvetica;
 	font-size: 0.8em;
7 	color: rgb(62,62,62);
	line-height: 1.4em;
	font-weight: normal;}
 	
p{	text-align: left;
	margin-bottom: 2em;
	color: rgb(62,62,62);
	line-height: 1.4em;}
	
.toplink{
	display: block;
	width: 355px;
	text-align:right;}
	
.sprachlink{
	float: right;}
	
img{text-align: left;
	margin-bottom: 1.5em;
	border-style: solid;
	border-width: 10px;
	border-color: rgb(255,255,255);}
	

	
a	{text-decoration: underline;
	color: rgb(62,62,62);}
a:hover {text-decoration: none;
	color: rgb(62,62,62);}
	
#preview img{
	float:left;
	margin-right: 2em;
	margin-bottom: 2em;}
	
#preview .toplink{
	clear: both;}


