body {
	margin:0px; 
	padding:0px;
	font-size:1em;
	font-family:Verdana, Geneva, sans-serif;
}

#box {
	position:absolute;
	left:50%;
	top:0px;
	margin-left:-400px;
	width:800px; 
	height:auto;
}

#top {
	width:100%; 
	height:100px;  
	text-align:center;
	float:left; 
	font-size:2em;
}

#top_left {
	background-image:url(images/top_left.gif);
	height:100px;
	width:160px;
	float:left;
}

#titel {
	text-align:right;
	font-size:0.6em;
	font-weight:bold;
	position:relative;
	top:0px;
	left:0px;
	width:570px;
	height:50px;
	line-height:50px;
}

#top_bg {
	background-image:url(images/top_bg.gif);
	background-repeat:repeat-x;
	height:100px;
	width:570px;
	float:left;
}

#top_right {
	background-image:url(images/top_right.gif);
	height:100px;
	width:70px;
	float:left;
}

#menu {
	width:570px; 
	height:40px;
	line-height:40px;
	text-align:center;  
	position:relative;
	left:0px;
	top:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.5em;
	color:#fdca01;
	font-weight:bold;
}

.menu:link {color:#fdca01; text-decoration:none; outline:none;}
.menu:active {color:#ffffff; text-decoration:none; outline:none;}
.menu:hover {color:#ffffff; text-decoration:none outline:none;;}
.menu:visited {color:#fdca01; text-decoration:none; outline:none;}
#menu_on {color:#ffffff;}

#content {
	width:700px;
	padding:50px;
	height:550px;
	overflow:auto;
	background-image:url(images/bg.gif); 
	float:left;
	text-align:justify; 
	font-size:0.7em;
}

#footer_left {
	background-image:url(images/footer_left.gif);
	height:25px;
	width:160px;
	float:left;
}

#footer {
	width:100%; 
	height:25px; 
	float:left;
}

#footer_bg {
	background-image:url(images/footer_bg.gif);
	background-repeat:repeat-x;
	height:25px;
	width:570px;
	float:left;
}

#footer_text {
	width:400px; 
	height:25px; 
	position:relative;
	top:0px;
	left:180px;
	text-align:right; 
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.6em;
	color:#fdca01;
}

#footer_right {
	background-image:url(images/footer_right.gif);
	height:25px;
	width:70px;
	float:left;
}

.textlink:link,
.textlink:visited {
	color:#24497e; 
	text-decoration:none;
	outline:none;
}

.textlink:active,
.textlink:hover,
.textlink:focus {
	color:#fdca01;
	text-decoration:none;
	outline:none;
}

.footer:link,
.footer:visited {
	color:#fdca01; 
	text-decoration:none;
	outline:none;
}

.footer:active, 
.footer:hover,
.footer:focus {
	color:#ffffff; 
	text-decoration:none;
	outline:none;
}

#button a:link,
#button a:visited {
	color:#24497e; 
	text-decoration:none;
	text-align:center;
	margin:0 20px;
	float:left;
	width:100px;
	height:100px;
}

#button a:active,
#button a:hover,
#button a:focus {
	color:#fdca01; 
	text-decoration:none;
	text-align:center;
	margin:0 20px;
	float:left;
	width:100px;
	height:100px;
}



#button {width:640px; height:200px; position:absolute; top:520px; left:132px;}

.form {color:#24497e; border:1px solid #24497e;}
.form:hover {color:#24497e; border:1px dotted #24497e; background:#fdca01;}

.clear {
	clear:both;
}

a img {
	border:none;
	outline:none;
}

#buttom img {
	border:1px solid #003377
}