html 
{
	margin: 0px;
	padding: 0px;
}

body
{	
	height:100%;
    margin: 0px;
	padding: 0px;
	text-align: left;
	
	background: #FFF url(../images/bg_menue.gif);
}

body, p
{	
	font-family: Arial, Helvetica, sans-serif;
	color: #1A171B;
	text-decoration: none; 
	font-size: 13px;
	line-height: 17px;
	font-weight: normal;
}

#container
{
	width:500px;
	text-align: left;
	height: auto;
	background: #FFF;
	background-repeat: no-repeat;
	text-align: left;
	margin-top: 30px;
	margin-bottom: 30px;
}

#content1
{
	width: 140px;
	float: left; 
	padding-top: 20px;
	height: 110px;
	
}

#content1 img
{
	margin-left: 20px;
}

#content2
{
	width: 350px;
	float: left;  
	padding-top: 20px;
	height: 110px;
	
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	background: none;
}

#content2 p
{
	margin-bottom: 5px;
}

#content2 h1
{
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	background: none;
}

#content3
{
	width: 480px;
	float: right; 
	height: 50px;

	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	color: #4D239C;
}

#content4
{
	width: 480px;
	float: right; 
	height: 260px;
	
	font-size: 13px;
	font-weight: normal;
	line-height: 17px;
	background: url(../images/home_pfeil.jpg) right bottom no-repeat;
}

#content5
{
	width: 100%;
	float: left; 
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	background: none;
	text-align: left;
}

#content6
{
	width: 100%;
	float: left; 
	height: 40px;
	
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	background: none;
	color: #4D239C;
	text-align: center;
	padding-top: 10px;
}

#clear
{clear: both;}