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

body {
	font: 0.76em Thoma, Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	background:#FF5700 url(images/background.jpg) repeat-y top center ;
}

a:link{
	color:#000;
	}
a:visited{
	color:#000;
	}
a:hover{
	color:#F00;
	text-decoration:none;
}

h2, h1 {
  font-size:0.9em;
	color:#BE0000;
}
/* ========= Main container ====== */
#container{
	width:990px;
	height:auto;
	margin-bottom:20px;
	background:#000;
}
/* ==== Header Container  ======= */

#header{
	width:990px;
	height:130px;
	background-color: #9C8978;
	background: url(images/header.jpg) no-repeat;
	text-align:center;
	padding:20px 0px 0px 0px;
}
#header h1{
	float:left;
	/*width:300px;*/
	font-size:1.6em;
	color:#FFF;
	margin:150px 10px 0px 280px;
}
* html #header h1{
	margin:150px 10px 0px 140px;
}
#header h2{
	float:left;
	/*width:350px;*/
	font-size:1.6em;
	color:#FFF;
	margin:150px 0px 0px 0px;
}
/* ==== Topmenue Container  ======= */
#topmenue{
	width:990px;
	height:20px;
	background-color:#FF5700;	
}

/* ==== Lefdside Container  ======= */
#leftside{
	float:left;
	width:180px;
	min-height:1200px;
	background-color:#fff;
	margin:5px 10px 10px 10px;
	display:inline;
	color: #333333;
}
* html #leftside{
	margin:20px 10px 10px 5px;
}
#leftside h2{
	width:180px;
	text-align:center;
	padding:5px 0;
	font-size:1.2em;
}

#leftside .nisches{
	margin:10px 0px 20px 0px;
}

#leftside .affairebox{
	width:175px;
	height:170px;
	background-color:#fff;
	margin:140px 0px 0px 2px;
}
/* ==== Content Container  ======= */
#content{
	float:left;
	width:590px;
	background-color:#000;
	min-height:1200px;
	margin:20px 0px 10px 0px;
	color:#fff;
	display:inline;
}
#content a{
	color: #fff;
	text-decoration:none;
}

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


#content .bannercontent{
	width:585px;
	font-size:2.5em;
	text-align:center;
	margin-bottom:15px;
}

#content .videocovers{
	width:530px;
	height:500px;
	margin:0px 0px 20px 40px;
	
}
#content .videocovers .videocover{
	float:left;
	padding:0px 5px 0px 5px;
	margin:10px 15px 0px 0px;
	text-align:center;
}

#content .videocovers .videocover a{
	text-decoration:none;
}
#content .videocovers .videocover img{
	width:100px;
	height:142px;
	
}
#content .videocovers .videocover .catname{
	font-size:0.8em;
}
/* ==== Right Container  ======= */
#rightside{
	float:left;
	width:170px;
	min-height:1200px;
	background-color:#fff;
	margin:5px 10px 10px 10px;
	padding:0px 5px;
	overflow:hidden;
	text-align: center;
	display:inline;
	color: #333333;
}
* html #rightside{
	margin:20px 3px 10px 10px;
}
#rightside h2{
	width:170px;
	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;
}
/* ==== Footer Container  ======= */
#footer{
	clear:both;
	width:990px;
	height:20px;
	background-color:#FF5700;
}

#leftside ul {
	text-align: left;
	margin: 10px 15px 10px 8px;
    padding: 0;
	border-top: 1px solid #EFEFEF;
}
#leftside ul li {
	list-style: none;
	font-size: 11px;
	margin: 0;
	padding: 7px 5px;
	border-bottom: 1px solid #EFEFEF;
}
#leftside ul li {	height: 1%; }
#leftside ul li a:link,
#leftside ul li a:visited {
   color: #FF5700;
	padding-left: 0;
	font-weight: bold;
   text-transform: uppercase;
}
#leftside ul li a span {
	color: #959595;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
}
#leftside ul li a:hover { color: #000; }
#leftside ul ul { margin: 0 0 0 5px; padding: 0; }
#leftside ul ul li { border: none; }


#overside{
	float:left;
	width:370px;
	background-color:#fff;
	margin:20px 10px 5px 10px;
	padding:0px 5px;
	overflow:hidden;
	text-align: center;
	display:inline;
}
#rightside ul {
	text-align: left;
	margin: 10px 15px 10px 8px;
  padding: 0;
	border-top: 1px solid #EFEFEF;
}
#rightside ul li {
	list-style: none;
	font-size: 11px;
	margin: 0;
	padding: 7px 5px;
	border-bottom: 1px solid #EFEFEF;
}
#rightside ul li {	height: 1%; }
#rightside ul li a:link,
#rightside ul li a:visited {
   color: #FF5700;
	padding-left: 0;
	font-weight: bold;
   text-transform: uppercase;
}
#rightside ul li a span {
	color: #959595;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
}
#rightside ul li a:hover { color: #000; }
#rightside ul ul { margin: 0 0 0 5px; padding: 0; }
#rightside ul ul li { border: none; }

#content .join {
	font-size:1.2em;
	color:#BE0000;
	text-decoration: blink;
}
.bckl {
	width:725px;
	height:60px;
	text-align: center;
	color:#FF5700;
	
}
.bckl a{
	text-align: center;
	color:#FF5700;
	
}
.bckl p{
	width:725px;	
}
