/*
	knaecke.com
*/

html, body {
margin: 0;
padding: 0;
}

body
{
	background-color: #ffffff;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 101%;
	text-align: center;
	/*fuer IE_quirks*/
}

/*table
{ color: #666666;
font-size: 101%;
}
*/

		
/* mainboxes */
#wrapper
{
	position: relative;
	margin: 0px auto;
	width: 754px;
	background-image: url(../grafiken/warpper_back1.jpg);
	background-repeat: repeat-y;
		text-align: left;
	border:1px solid #4f4136;
	/*Aufheben von IE_quirks im BODY*/
	
}

#header {
background-color: #F90;
height: 104px;
}

.menue
{
	position: absolute;
	top: 130px;
	left: 0;
	margin: 0px;
	padding:0 0 0 10px;
	width: 160px;
	color: #FFF;
	background-color: transparent;
	line-height: 190%;
	font-size: 80%;
	font-weight: bold;
}

#content
{
	z-index: -2;
	margin: 0px 0px 0px 170px;
	padding: 20px 20px 20px 20px;
	background-image: url(../grafik/kreis_back.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 450px;
	
}



#teaser
{
	position: absolute;
	top: 115px;
	right: 0;
	left: 626px;
	margin:0px;
	padding:0px;
	width: 176px;
	

	
}

#teaser2
{
	position: absolute;
	top: 182px;
	right: 0;
	left: 614px;
	margin: 0;
	padding: 60px 0 0px 0;
	width: 176px;
	color: #00006a;
	
	
}

#footer
{
	background-color: #f0f0f6;
	color: #666;
	padding: 1px 5px 1px 5px;
	text-align: left;
	font-size: 80%;
	border-top: #e2e2e2 solid 1px;
	border-right: #e2e2e2 solid 1px;
	border-left: #e2e2e2 solid 1px;	
	
}

#linie
{
z-index: 1;
position: absolute;
top: 175px;
left: 560px;
width: 240px;
color: #00006a;

}



