/* regiius gaming - main stylesheet */

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

body {
	background:url(../images/bg_main.jpg) repeat-x #eee;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#222;
}


a, a:visited, a:active {
    color: #0f5c9e;
    text-decoration: none;
    font-weight: normal;
}

a:hover {
    color: #0f5c9e;
    text-decoration: underline;
    font-weight: normal;
}

a.titlelink, a.titlelink:visited, a.titlelink:active {
    color: #333333;
    text-decoration: none;
    font-weight: bold;
}

a.titlelink:hover {
    color: #000000;
    text-decoration: underline;
    font-weight: bold;
}

a.category, a.category:visited, a.category:active {
    color: #333333;
    text-decoration: none;
}

a.category:hover {
    color: #000000;
    text-decoration: underline;
}
.inv {
	display:none;
}

.clearLeft {
	clear:left;
}

#mainContainer {
	width:900px;
	margin:0 auto;
	border-left:1px solid #244d70;	
	border-right:1px solid #244d70;
}

#header {
	background:url(../images/header.jpg) no-repeat;
	width:900px;
	height:162px;
}


/* navigation */

#nav {
	width:547px;
	height:31px;
	padding:126px 0 0 353px;
	list-style:none;
}
	
#nav a {
	display:block;
	text-decoration:none;
}

#nav ul {
	padding:0;
	margin:0;
	list-style: none;
}

#nav li {
	float:left;
}

#nav li ul {
	position:absolute;
	left:-999em;
	text-align:center;
	margin-top:-31px;
}

#nav li:hover {
    position:static;
}

#nav li:hover ul, #nav li.sfhover ul {
	left:auto;
}

#nav li ul li a{
	color:#222;
}

#nav li ul li a:hover {
	color:#0f5c9e;
}

#nav li ul .lastLi {
	background:url(../images/dropdown_bottom.png) no-repeat;
	height:8px;
	width:136px;
}

#nav li ul .lastLiNews {
	background:url(../images/dropdown_bottom_news.png) no-repeat;
	height:8px;
	width:140px;
}

#news a{
	background:url(../images/navi_news.jpg);	
	width:140px;
	height:31px;
}

#news a:hover {
	background:url(../images/navi_news-hover.jpg);
}

#clan a{
	background:url(../images/navi_clan.jpg);	
	width:136px;
	height:31px;
}

#clan a:hover {
	background:url(../images/navi_clan-hover.jpg) no-repeat;
}

#newsSub {
	width:140px;
}

#newsSub li a, #newsSub li a:hover {
	width:140px;
	height:20px;
	background:url(../images/dropdown_bg_news.png);
}

#clanSub, #mediaSub {
	width:136px;
}

#clanSub li a, #clanSub li a:hover, #mediaSub li a, #mediaSub li a:hover {
	width:136px;
	height:20px;
	background:url(../images/dropdown_bg.png);
}

#media a{
	background:url(../images/navi_media.jpg);	
	width:136px;
	height:31px;
}

#media a:hover {
	background:url(../images/navi_media-hover.jpg) no-repeat;
}

#forums a{
	background:url(../images/navi_forums.jpg);	
	width:135px;
	height:31px;
}

/* navigation end */

#contentContainer {
	background:url(../images/content_layout.jpg) repeat-y left top;
	float:left;
}

.scbg {
	background:url(../images/scbg.jpg);
	height:146px;
	width:207px;
}

#leftColumn {
	float:left;
	width:210px;
}

#catWARS {
	background:url(../images/latestwars.jpg);
	height:28px;
	width:207px;
}

#catPOLLS {
	background:url(../images/polls.jpg);
	height:28px;
	width:207px;
}

#poll {
	padding:5px;
	margin:5px 8px 5px 5px;
	border:1px solid #d5d5d5;
}

#catSHOUTBOX {
	background:url(../images/shoutbox.jpg);
	height:28px;
	width:207px;
}

#shoutbox {
	padding:5px;
	margin:5px 8px 5px 5px;
	border:1px solid #d5d5d5;
}

#content {
	float:left;
	width:480px;
	min-height:48px;
	background:url(../images/topsep.jpg) repeat-x;
}

#contentBox {
	padding:10px;
}

#rightColumn {
	float:left;
	width:207px;
	margin:0 0 0 3px;
}

#catNEWS {
	background:url(../images/latestnews.jpg);
	height:28px;
	width:207px;
}

#catPARTNERS {
	background:url(../images/partners.jpg);
	height:28px;
	width:207px;
}

#partners {
	height:150px;
}

#catSTATS {
	background:url(../images/stats.jpg);
	height:28px;
	width:207px;
}

#stats {
	padding:5px;
	margin:5px 8px 5px 5px;
	border:1px solid #d5d5d5;
}

#catSERVERS {
	background:url(../images/servers.jpg);
	height:28px;
	width:207px;
}

#servers {
	padding:5px;
	margin:5px 8px 5px 5px;
	border:1px solid #d5d5d5;
	text-align:center;
}

/* footer */

#footer {
	background:url(../images/footer_bg.jpg);
	height:30px;
}

#footer a {
	float:left;
	display:block;
	height:30px;
}

#copy {
	background:url(../images/footer_copy.jpg);
	width:257px;
	height:30px;
	float:left;
}

#impressum {
	background:url(../images/footer_impressum.jpg);
	width:81px;
}

#contact {
	background:url(../images/footer_contact.jpg);
	width:70px;
}

#com a {	
	background:url(../images/footer_com.jpg);
	width:133px;
	margin:0 0 0 311px;
}

#top a {	
	background:url(../images/footer_top.jpg);
	width:48px;
}
