body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #000;
}

a, img{
	border: 0; 	
	padding: 0;
	margin: 0;
}
a,a:hover,a:visited {
	color:#ccc;
}

/*	Standardklassen */

.bold{
	font-weight: bold;	
}

.bigger{
	font-size: 1.1em;
}

.small{
	font-size: 0.9em;
}

.smaller{
	font-size: 0.7em;
}

.hell{
	color: #ccc;
}

.clearer{
	clear: both;
}

h2{
	font-size: 1.2em;
	font-weight: bold;
	padding:0;
	margin:0;
	text-align:center;
	color:#ccc;
}

h3{
	font-size: 0.6em;
	padding:0;
	margin:0;
	text-align:center;
}

hr{
	border: 1px solid #000;
	margin-top: 2px;
}

.light{
	color: #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	margin-top: 5px;
	margin-bottom:0;

}

/* Spezifisches */

#main{
	margin: auto;
	width: 950px;
}

#head{
	width: 950px;
	height: 230px; 
	background: url(../p/red/head2.png);
}

#navi{
	height: 54px;
	border-top: 1px solid #CE4B47;
	border-bottom: 1px solid #CE4B47;

}

#navi img{
	float: none;
	border: 0;
	padding: 0;
	margin: 0;
}

.imgbotbor{
	border-bottom: 1px solid #CE4B47;
}

#content{
	height: 481px;
}

#content #left{
	float: left;
	width: 300px;
	height: 481px;
	background: #000 url(../p/red/lbg.png) repeat-x ;
}

#content #leftcontent{
	padding: 4px;
}

/*

#content #leftcontent #shoutbox{
	border: 1px solid #000;
	width: 290px;
	height: 100px;
}

#content #leftcontent input{
	border: 1px solid #000;
}

*/
#content #leftcontent span{
	font-size: 0.8em;
}

#content #right{
	float: left;
	width: 650px;
	background: #363737 url(../p/red/rbg.png) repeat-x ;
}

#content #right .newsbox{
	padding: 10px 50px;
	color: #eee;
}

#content #right .newsbox .subhead{
	font-size: 0.6em;
}

#content #right .newsbox .content{
	font-size: 0.8em;
}

#content #right .newsbox .comment{
	font-size: 0.7em;
}

#content #right .newsbox img{
	float: left;
	padding: 5px;
}

#content #right .serverbox{
	padding: 10px;
	text-align:center;
}

#content #right iframe{
	text-align:center;
	margin: 8px;
}

.clanlife thead, .clanlife th{
	border-bottom: 1px solid #fff;
}

.clanlife td, .clanlife th{
	text-align: center;
	color:#ccc;
	padding-left: 10px;
	font-size: 0.8em;
}

.clanlife{
	width:98%
} 


