body{
	padding: 0;
	margin: 0;
	background-color: #fdfcfb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: center;
}

img{ 
	border:0;
}

a:link, a:visited{ color: #112c5d; text-decoration: none;}
a:active, a:hover{ color:#666; text-decoration: underline;}


/* Die Hauptbox */

#content{
	background: #fdfcfb url(../images/bg.jpg) left top repeat-x;
	top: 20px;
	left: 40px;
	width: 808px;
	height: 600px;
	position: absolute;
}


/* Das obere Menue */

#menu{
	padding: 0;
	margin: 0;
	height: 64px;
	width: 800px;
	border-bottom: #56575c 1px solid;
	margin: 0px 4px;
	top: 4px;
	left: 0px;
	position: absolute;
}

/* Der Inhalt */

#inhalt{
	top: 120px;
	left: 0px;
	width: 520px;
	position: absolute;
	margin: 0px 4px;
	text-align: left;
}

h1{ font-size: 14px; font-weight: bold;}

