* {
    margin: 0 auto;
    padding: 0;
    border: 0;
}

body {
	font: 11px Georgia,Verdana,Arial,Helvetica,sans-serif;
	color: #000;
	background: url(images/bodybg.png);
}

a:link{
	color:#000;
	}
a:visited{
	color:#000;
	}
a:hover{
	color:#F00;
	text-decoration:none;
}
h2, h1 {
  font-size:0.9em;
	color:#BE0000;
}

#container{
	width:700px;
	margin:auto;
	padding-bottom:20px;
	background:#fff;
}

#header{
	width:680px;
	height:175px;
	background-color: #9C8978;
	background: url(images/h3.jpg) no-repeat;
	padding:0px 0px 0px 0px;
}
#header h1{
	float:left;
	font-size:2.2em;
	font-weight:lighter;
	color:#FFF;
	margin:5px 5px 0px 5px;
}

#header h2{
	float:left;
	font-size:1.6em;
	color:#FFF;
	margin:150px 0px 0px 0px;
}

#topmenue{
	width:680px;
	height:30px;
	background-color:#222;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-khtml-border-radius-bottomright:10px;
	-khtml-border-radius-bottomleft:10px;
	color: #FFFFFF;
	padding:5px 0px 0px 0px;
	text-align: center;
	font-size: 16px;
}

#content{
	float:left;
	width:480px;
	height:auto;
	min-height:820px;
	background-color:#fff;
	margin:5px 5px 10px 10px;
	color:#000;
	display:inline;
}
#content a{
	color: #993300;
	text-decoration:underline;
}

#content .welcometext {
	padding:10px;
	text-align:justify;
	
}
#content .welcometext h2, #content .welcometext h1{
	padding:5px 0px 5px 0px;
	font-size:1.2em;
}

#rightside{
	float:left;
	width:170px;
	min-height:820px;
	background-color:#fff;
	margin:5px 5px 5px 5px;
	padding:10px 5px;
	overflow:hidden;
	display:inline;
}
* html #rightside{
	padding: 10px 20px 0 0px;
}
#rightside h2{
	font-size: 14px;
	font-weight: bold;
}

#footer{
	clear:both;
	width:680px;
	height:45px;
	background-color:#222;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	color: #CCCCCC;
	padding:10px 0px 0px 12px;
	font-size: 12px;
}
#footer a:link{
	color:#fff;
	text-decoration:none;
}
#footer a:visited{
	color:#fff;
	text-decoration:none;
}
#footer a:hover{
	color:#fff;
	text-decoration:none;
}
ul {
margin: 0;
padding: 0;
}

ul li {
list-style-type: none;
list-style-image: none;
margin-bottom: 5px;
}
.join {
	font-size:1.2em;
	color:#BE0000;
	text-decoration: blink;
}
#footerback{
	clear:both;
	width:680px;
	padding:10px 10px 10px 10px;
}
