body 
{
	background-color: #ffffff;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 13px;
	letter-spacing:0.07em;
	word-spacing:0.09em;
	line-height:155%;
	text-decoration: none;
	margin: 0px;
	color: #4d4d4d;
	height:100%;
}

a
{
	text-decoration: none;
		color: #4d4d4d;
}


p
{
	margin: 0px;
	padding: 10px;
	}

h1
{	
font-size: 14px;
}


#site
{
	width:1000px;
	}


#header
{
	width:1000px;
	margin-top: 20px;
	margin-left: 10px;
	height:80px;
	background-color: #ffffff;
}

#content
{
	background-image: URL(images/bg_left.png);
	background-repeat: repeat-y;
	position: relative;
	width:1000px;
	color: #4d4d4d;
}

#navigation
{
	position: relative;
	width:590px;
	left: 90px;
	white-space: nowrap;
	padding-top:5px;
	color: #000;
	font-size: 16px;
}


#navigation a {
	font-size: 16px;	
	color: #4d4d4d;
}

#navigation a:hover {
		color: #000000;
}


#contentbox_left
{
margin-left: 100px;
padding-top: 20px ;
width:600px;
}

.logo
{
margin-top: 95px;
}

#contentbox_logo
{
width:290px;
float: right;
}

#bottom
{
	width:700px;
	background-color: #ffffff;
	
}

a.unten
{
color: #ffffff;
}





