body 
	{
	background-color: rgb(251,251,241);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	}

a
	{
	font-style : normal;
	font-family: georgia;
	text-decoration: none;
	font-size : 12px; 
	line-height: 17px;
	color: rgb(47,47,47);
	}

div, p
	{
	font-style : normal;
	font-family: georgia;
	text-decoration: none;
	font-size : 12px; 
	line-height: 17px;
	color: rgb(47,47,47);
	}

h2
	{
	font-style : normal;
	font-family: georgia;
	text-decoration: none;
	text-transform: uppercase;
	font-size : 12px; 
	line-height: 17px;
	color: rgb(0,47,4);
	}

#bodywrap
	{
	position: absolute;
	padding: 0px;
	width: 1100px;
	height: 800px;
	top: 50%;
	left: 50%;
	margin-top: -400px;
	margin-left: -550px;
	background-color: rgb(251,251,241);
	background-image: url("pic/bodywrap_bg_2.jpg");
	}

#headmenue
	{
	position: absolute;
	padding: 0px;
	width: 996px;
	height: 30px;
	top: 50%;
	left: 50%;
	margin-top: -170px;
	margin-left: -498px;
	background-image: url("pic/headmenue_bg.gif");
	}

#headmenue a
	{
	position: absolute;
	padding: 5px 7px 5px 7px;
	width: 95px;
	height: 30px;
	color: rgb(47,47,47);
	background-repeat: no-repeat;
	}

#headmenue a:hover
	{
	background-image: url("pic/headmenue_but_hi_2.gif");
	color: rgb(251,251,241);
	}

#headmenue .active
	{
	background-image: url("pic/headmenue_but_active.gif");
	color: rgb(251,251,241);
	}
	
#content
	{
	position: absolute;
	padding: 9px;
	width: 998px;
	height: 378px;
	left: 50%;
	top: 50%; 
	margin-left: -498px;
	margin-top: -110px;
	}

#contentmenue
	{
	position: absolute;
	width: 170px;
	top: 9px;
	left: 9px;
	height: 75%;
	}

#contentmenue a
	{
	display: block;
	margin-top: 2px;
	padding: 5px 7px 5px 7px;
	font-style : normal;
	font-family: georgia;
	text-decoration: none;
	font-size : 12px; 
	color: rgb(47,47,47);
	}

#contentmenue .active
	{
	background-color: rgb(125,200,65);
	color: rgb(251,251,241);
	}

#contentmenue a:hover
	{
	background-color: rgb(125,200,65);
	color: rgb(251,251,241);
	}
		
#contenttext
	{
	position: absolute;
	width: 400px;
	left: 200px;
	padding-top: 7px;
	}
	
#contentbild
	{
	position: absolute;
	width: 260px;
	left: 630px;
	padding-top: 7px;
	}	
	
#footer
	{
	position: absolute;
	padding: 0px;
	width: 170px;
	height: 30px;
	top: 50%;
	left: 50%;
	margin-top: 215px;
	margin-left: -498px;
	}
		
	

