/* Main configuration stuff */
body {
	background-color: #2E2E2E;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}
/* /MAIN STUFF */






/* Links */
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #444444;
}
a:active {
	text-decoration: none;
	color: #000000;
}
/* /LINKS */






/* NIGHT NAV */
.naviMain {
	width: 174px;
	background-image: url(../images/box_left_bg.gif);
	background-repeat: repeat-y;
}
.links {
	width: 165px;
	padding-left: 3px;
}
.links a {
	background-image: url(../images/buttons/button2.gif);
	background-repeat: repeat-y;
	float: left;
	height: 21px;
	padding-top: 3px;
	width: 165px;
}
.links a span {
	padding-left: 8px;
}
.links a:hover {
	background-image: url(../images/buttons/nbutton1.gif);;
}

.slinks a:hover {
	background-image: url(../images/buttons/nbutton4.gif);;
}
.slinks a {
	background-image: url(../images/buttons/button3.gif);
	background-repeat: repeat-y;
	float: left;
	height: 21px;
	padding-top: 3px;
	width: 133px;
}
/* /NIGHT NAV */






/* Content */
.contBox {
	width: 611px;
	background-image: url(../images/news_bg.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	margin-left: 3px;
}
.contNews {
	width: 595px;
	padding-right: 8px;
	padding-left: 8px;
}
.contNews .pic {
	float: left;
	width: 75px;
}
.contNews .info {
	float: left;
	width: 400px;
	padding-left: 10px;
	padding-top: 5px;
}
#contComments {
	width: 611px;
}
#contPages {
	width: 595px;
	padding-right: 8px;
	padding-left: 10px;
}
#contPages #heading {
	font-size: 15px;
	font-weight: bold;
}
/* /Content */






/* Boxes */
.boxContent {
	width: 165px;
	margin: 5px;
}
#boxAuth {
	width: 174px;
	background-image: url(../images/cn2_07.gif);
	background-repeat: repeat-y;
	text-align: center;
	float:right;
	margin-bottom: 10px;
}
#boxStats {
	width: 174px;
	background-image: url(../images/cn2_07.gif);
	background-repeat: repeat-y;
	float:right;
	margin-bottom: 10px;
}
#boxPoll {
	background-image: url(../images/cn2_07.gif);
	width: 174px;
	background-repeat: repeat-y;
	text-align: center;
	float:right;
	margin-bottom: 10px;
}
#boxPartners {
	background-image: url(../images/box_left_bg.gif);
	background-repeat: repeat-y;
	width: 174px;
	text-align: center;
}
/* /Boxes */






/* Staff */
.staff {
	width: 500px;
	background-image: url(../images/2/staff_bg.gif);
	background-position:right;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}
.staffInfo {
	width: 380px;
	float: right;
	padding-right:5px;
}
.staffPic {
	width: 100px;
	float: left;
	margin-left: 10px;
}
/* /Staff */






/* Stuff */
.fehler {
	color:#FFFFFF;
	background-color:#FF0000;
}
.okay {
	color:#FFFFFF;
	background-color:#00CC00;
}
.style1 {
	font-size: 10px
}
/* /Stuff */






/* Comments */
.commentsMain {
	width: 608px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/news_bg.gif);
	background-repeat: repeat-y;
}
.comAdd {
	width: 608px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/news_bg.gif);
	background-repeat: repeat-y;
}
.comCont {
	width: 600px;
	padding-left: 8px;
}
/* /Comments*/



#gnote {
  width: 966px;
  height: 52px;
  
  padding-top: 2.2em;
  padding-left: 5px;
  
  font-weight: bold;
  
  text-align: center;
  
  color: #8A0808;
  
  background-image: url('../images/notice.gif');
  background-repeat: no-repeat;
}