@charset "utf-8";
/* CSS Document */
/* ---------------------------
		MAIN AREA
 --------------------------- */
  body
{
	font-family: Arial, sans-serif;
	margin: 0px;
	background-color: #C3C3C3;	
}
 #wrapper	{
		width:996px;
		height: 890px;
		margin: 0px auto 0px auto;
		padding: 0px 0px 0px 0px;
		background-color: #fff;
} 
#head		{
	width: 996px;
	height: 150px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
} 
#unten	{
 	width: 996px;
 	height: 25px;
 	text-align: center;
 	vertical-align: center;
 	color: #fff;
 	background-color: #069; 
	bottom: 250px;
	position: absolute;
}
#unten2	{
 	width: 996px;
 	height: 25px;
 	text-align: center;
 	vertical-align: center;
 	color: #000;
 	/*background-color: #069;*/ 
	bottom: 225px;
	position: absolute;
}


/* ---------------------------
		CONTENT AREA
 --------------------------- */ 
#content	{
	width: 996px;
	height: 875px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
}

#inhalt	{
	width: 966px;
	height: 560px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: auto;

}
 
h1		{
	text-align: left;
	font-size: 20px;
	text-transform: uppercase;
	color: #069;
	margin: 50px auto 0px auto;
	width: 250px;
} 
h2	{
 	text-align: center;
	font-size: 16px;
	color: #000;
	width: 966px;
}

p		{
 	width: 450px;
	margin: 50px auto 50px auto;
	padding: 0px 0px 0px 0px;
	text-align: center;
} 
 
a	{
	text-decoration: none;
	color: #000;
} 
a.link	{
 	text-decoration: none;
	color: #069;
	font-size: 18px;
	margin: 0px 0px 0px 15px;
}

a.me	{
		text-decoration: none;
		color: #fff;
		font-size: 12px;
		position: relative;
		bottom: 0px;
		right: -575px;
}

