#box 
	{
	width:1000px;
	margin:0;
	padding:0px;
	text-align:left; background-color:#E9E9E9;
	}

#inhalt
 	{
	width:498px;
	float:left;
	overflow: hidden;
	border-left:solid 1px #c2c2c2;
	border-right:solid 1px #c2c2c2; background-color:#FFFFFF;
	}

#kopf 
	{
	background-color: #6600FF
	}

#links 
	{
	width:250px;
	padding:0;
	margin:0;
	float:left; 
	background-color:#E9E9E9;
	height:1%;
	overflow:hidden;
	}

#rechts 
	{
	width:249px;
	border-right:solid 1px #c2c2c2;
	float:left;
	text-align: justify;
	font-family:"Trebuchet MS";
	margin:0;
	background-color:#E9E9E9;
	height:1%;
	overflow:hidden;
	}

.forms 
	{ 
	font:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#666666;
	}
	
.forms input, textarea, select 
	{
	border: 1px solid #999999;
	}
	
#main-content h1 
	{
	color:#006495; 
	font-size:16px; 
	font-weight:bold; background-color:#FFFFFF;
	}