html 
{
	margin: 0px;
	padding: 0px;
}

body
{	
	height:100%;
    margin: 0px;
	padding: 0px;
	text-align: left;
	background-color: #ffffff; 
	text-align:center;
}

body, p, td, li, a, #main, input, select
{	
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none; 
	font-size: 13px;
	line-height: 17px;
}

#container
{
	text-align: left;
	width:550px;
	height: 640px;
	color: #205380;
	background: #FFF;
	background-image: url(../images/titel.jpg);
	background-repeat: no-repeat;
	border: 0px solid #B96C80;
}


#content1
{
	width: 100%;
	float: left; 
	color: #7F007F;
	font-size: 28px;
	font-weight: bold;
	line-height: 33px;
	text-align: center;
	height: 130px;
	
}

#content2
{
	width: 100%;
	float: left; 
	color: #7F007F;
	font-size: 17px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	height: 100px;
}


#content3
{
	width: 100%;
	float: left; 
	color: #000000;
	font-size: 16px;
	font-weight: normal;
	line-height: 21px;
	text-align: center;
	height: 325px;
}

#content4
{
	width: 485px;
	float: right; 
	color: #000;
	font-size: 16px;
	font-weight: bold;
	line-height: 21px;
	text-align: left;
}

#clear
{
	clear: both;

}
	
