body, html
{
	height:100%;
	overflow:auto;
	margin:0;
	background-color:#FFFFFF;
}

#site
{
	margin-left:auto;
	margin-right:auto;
	width:910px;
	height:580px;
}

#top
{
	width:905px;
	height:160px;
	background-image:url(../images/bg.png);
	background-repeat:no-repeat;
	background-position:center;
}

#info
{	
	float:left;	
	width:223px;
	height:420px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#006699;
	padding-top:5px;
	padding-left:5px;
	border-left:1px solid #3399CC;
	border-bottom:1px solid #3399CC;
	background-image:url(../images/bg2.png);
}

#main
{
	overflow:auto;
	float:left;
	width:670px;
	height:420px;
	padding-top:5px;
	padding-left:5px;
	border-right:1px solid #3399CC;
	border-bottom:1px solid #3399CC;
	background-image:url(../images/bg2.png);
}

a:link 
{
	text-decoration:none;
	color:#6C8AB0;
}
a:visited 
{
	text-decoration:none;
	color:#6C8AB0;
}
a:hover 
{
	text-decoration:none;
	color:#fea63e;
}
a:active 
{
	text-decoration:none;
	color:#6C8AB0;
}

table
{
	padding-left:35px;
	width:570px;
	height:30px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#6C8AB0;
}

input
{
	width:200px;
	height:15px;
}

textarea
{
	width:200px;
	height:91px;
}

.button
{
	width:100px;
	height:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#3399CC;
	border:1px solid #3399CC;
	background-color:#FFFFFF;
}

h1
{
	font-size:15px;
	text-align:left;
}

.content
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#006699;
	padding-left:15px;
}

.info_content
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#006699;
}

.hinweis
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#999999;
}

