/* ======= Algemeine Definitionen ===================*/ 
* {
    margin: 0 auto;
    padding: 0;
    border: 0;
}

body {
	font: 0.76em Thoma, Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	background-image:url(img/bg2.jpg);
	background-color: #5D0000;
}

a:link{
	color:#000;
	}
a:visited{
	color:#000;
	}
a:hover{
	color:#F00;
	text-decoration:none;
}
h2, h1 {
  font-size:1.2em;
	color:#BE0000;
}
/* ========= Main container ====== */
#container{
	width:942px;
	height:auto;
	margin-bottom:0px;
}
/* ==== Header Container  ======= */

#header{
	width:942px;
	height:81px;
	background: url(img/bg_head.jpg) no-repeat;
}

/* ==== Topmenue Container  ======= */
#topmenue{
	float:left;
	width:942px;
	height:217px;
	background-color: #CCCCCC;
	color: #fff;
	font-weight:bold;
	font-size:1em;
}

#content{
	float:left;
	max-height: 730px;
	width:632px;
	height:auto;
	background-color:#FFFFFF;
	margin:0px 0px 0px 0px;
	color:#000;
	display:inline;
}
#content a{
	color: #990000;
	text-decoration:none;
}


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

/* ==== Right Container  ======= */
#rightside{
	float:left;
	width:300px;
	max-height: 680px;
	background-color:#fff;
	padding:5px 5px;
	overflow:hidden;
	text-align: center;
	display:inline;
	color: #333333;
}
* html #rightside{
	margin:10px 3px 10px 10px;
}
#rightside h2{
	width:300px;
	text-align:center;
	padding:5px 0;
	font-size:1.2em;
}
#rightside .galimage{
	width:150px;
	height:120px;
	padding: 5px 5px 5px 5px;
}
#rightside .galimage img{
	width:150px;
	height:120px;
	
}
#rightside .bannerbox{
	width:175px;
	height:170px;
	text-align:center;
	margin:10px 0px 0px 2px;
}
#rightside ul li {
	list-style: none;
	font-size: 11px;
	text-align:left;
	margin: 0;
	padding: 7px 5px;
	border-bottom: 1px solid #666;
}
#rightside ul li a:link,
#rightside ul li a:visited {
    color: #BE0000;
	padding-left: 0;
	font-weight: bold;
}
#rightside .cats{
	padding:0px 0px 10px 0px;
	color: #000;
	font: Thoma, Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
}
/* ==== Footer Container  ======= */
#footer {
	border: 1px solid white;
	height: 160px;
	width: 942px;
	text-align:center;
	background-image: url(img/bg_footer.jpg);
	background-repeat:repeat-x;
	background-position: 0 2px;
	clear: both;
	color: #999999
}

#footer #footer_content {
	padding-top: 15px;
}
.join {
	font-size:24px;
	font-weight: bolder;
	color: #990000;
}
ul#navlist {
	list-style:none;
	margin:0;
	float:right;

}
ul#navlist li {
	display:block;
	float:left;
	margin-right:2px;
}
 ul#navlist li a {
 	display:block;
	float:left;
	height:20px;
	width:auto;
	color:#2b2724;
	margin:2px 0 2px 0;
	*margin:5px 0 2px 0;
	padding:2px 5px 3px 7px;
	*padding:3px 5px 3px 7px;
	background-image:url(/img/bg_nav.jpg);
	background-repeat:no-repeat;
	background-position:right;
	text-decoration:none;
 }
 ul#navlist li a:hover, ul#navlist li a#current {
	background-image:url(/img/bg_nav_current.jpg);
	text-decoration:none;
	color:#474a48;
 }
 ul#navlist li a#current {
 	font-weight:bold;
 }
 #navcontainer {
	float:right;
	width:875px;
	margin:52px 2px 0 0;
}

.screen {
	border: 5px solid grey;
	margin: 5px 5px 5px 5px;
}

