body {
	font: 16px Arial, sans serif;
	color: #ffffff;
	text-align:center;
		}
		
#maincont {
	width: 768px;
	margin:0 auto;
		}
		
#top {
	background-image : url(gfx/bg_top.gif);
	background-repeat : repeat-y;
	height: 122px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	border-bottom-width: 1px;
	}

#topleft {
	float: left;
	font-size: 18px;
	padding-top: 25px;
	width: 217px;
	text-align: right;
	}
	
#topcenter{
	float: left;
	width: 318px;
	}

h1 {
	display:block;
	padding-left: 20px;
	margin:0;
	text-align:center;
	letter-spacing:8px;
	font-size: 50px;
	color:#FFFF00;
	}
	
h1 a {
color:#FFFF00;
text-decoration: none;
	}

h1 a:hover {
	color: #ffffff;
	text-decoration: underline;
	}	
	
#topright a{ 
	padding-top:20px;
	float: left;
	width: 233px;
	font-size: 30px;
	color:#FFFF00;
	text-align:center;
	line-height: 30px;
	text-decoration: none;
		}

#topright a:hover{ 
	color: #ffffff;
	text-decoration: underline;
		}
		
		
		
#content {
background-image : url(gfx/bg_content.gif);
background-repeat : repeat-y;
}
	
	
#leftcolumn {
	margin-right: 20px;
	float: left;
	}

#topmenue {
	padding:0 0 0 0;
	text-align: center;
	margin: 0;
	color: #FFFF00;
	 }

#topmenue a 	{
	color: #FFFF00;
	text-decoration: none;
	font-size: 15px;
		}

#topmenue a:hover {
	color: #ffffff;
	text-decoration: underline;
	}

#text {
	margin-left: 253px;
	margin-right: 10px;
	}

#text p {
	font-size: 13px;
	text-align: left;
	}
	
#bottommenue {
	color: #FFFF00;
	height: 40px;
	text-align:center;
	 }
	
#bottommenue a 	{
	color: #FFFF00;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	}

#bottommenue a:hover {
	color: #ffffff;
	text-decoration: underline;
	}

.logo {
	margin: 15px 0 0 88px;
	}	
	
	
.textlink {
	color: #FFFF00;
	font-weight:bold;
	text-decoration: none;
	}
.textlink:hover {
	color: #ffffff;
	text-decoration: underline;
	}
	
.textlinkframe {
	text-align: center;
	margin-right: 10px;
	border-style: solid;
	border-color: white;
	border-width: 1px 0 1px 0;
	}
