body {
	background-color: #303030;
	font-family: Arial;
	}
img {
	border: 0px;
	}
	
a, a:link, a:visited, a:active{
	color: #4c8cca;
	font-weight: bold;
	text-decoration: none;
	}
	
a:hover {
	color: #4c8cca;
	font-weight: bold;
	text-decoration: underline;
	}
	
.teamnews_td a:link, a:visited, a:active {
	color: #404040;
	font-weight: bold;
	text-decoration: none;
	}
.teamnews_td a:hover {
	color: #404040;
	font-weight: bold;
	text-decoration: underline;
	}

.mainborder {
	border: 2px solid white;
	}
	
.no_border_table {
	border: 0px;
	border-spacing: 0;
	border-collapse: collapse;
	}
	
.dotted_line {
	height: 3px;
	background: url('img/divide_line.png');
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 0.1pt;
	}
	
.input_t {
	background-color: transparent;
	color: #e8e8e8;
	border: 1px solid #cecece;
	font-size: 8pt;
	font-family: Arial;
	height: 15px;
	width: 80px;
	}
	
.login  {
	color: #fff;
	background-color: red;
	width: 50px;
	height: 18px;
	font-size: 8pt;
	border: 1px solid white;
}
	
#overhead {
	background: #fff url('img/overhead.png');
	background-repeat: no-repeat;
	height: 21px;
	}
	
#headlogo {
	background: #fff url('img/head.png');
	background-repeat: no-repeat;
	height: 102px;
	}
	
#nav {
	background: #fff url('img/nav_end.png');
	background-repeat: no-repeat;
	background-position: right top;
	height: 33px;
	width: 970px;
	color: #fff;
	font-size: 8pt;
	}
	
#nav a, a:link, a:visited, a:active {
	color: #4c8cca;
	text-decoration: none;
	font-size: 8pt;
	}
#nav a:hover {
	color: #4c8cca;
	font-weight: bold;
	text-decoration: underline;
	font-size: 9pt;
	}

#nav img {
	cursor: pointer;
	}
	
	
#subnav {
	background: #fff url('img/subnav.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 970px;
	padding-left: 115px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 7pt:
	}
	
	
#content, #c_box1, #c_box2 {
	vertical-align: top;
	}	
	
#content {
	background-color: #fff;
	border: 0px;
	width: 635px;
	font-family: Arial;
	font-size: 8pt;
	padding: 0px;
	margin: 0px;
	}
	
#div_content {
	width: 626px;
	border: 1px solid #cecece;
	margin-left: 2px;
	}

/* TEAMNEWS IM CONTENT */
#teamnews_head {
	background: url('img/news/title_equipnews.png');
	background-position: top left;
	background-repeat: no-repeat;
	border-top: 1px solid #cecece;
	border-bottom: none;
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	width: 290px;
	height: 20px;
	}

#teamnews_content {
	border-bottom: 1px solid #cecece;
	border-top: none;
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	width: 288px;
	height: 20px;
	vertical-align: top;
	}

.teamnews_td {
	color: #414141;
	font-size: 9pt;
	font-weight: bold;
	}
#teamnews_td1, #teamnews_td2 {
	width: 288px;
	height: 30px;
	padding-left: 25px;
	color: #414141;
	font-size: 9pt;
	font-weight: bold;
	}
	
#teamnews_td1 {
	background: url('img/news/file.png');
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 4px center;
	}

#teamnews_td2 {
	background: url('img/news/file2.png');
	background-color: #e8e8e8;
	background-repeat: no-repeat;
	background-position: 4px center;
	}



/* TEAMRESULT IM CONTENT */
#teamresult_head {
	background: url('img/news/title_teamresults.png');
	background-position: top left;
	background-repeat: no-repeat;
	border-top: 1px solid #cecece;
	border-bottom: none;
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	width: 339px;
	height: 20px;
	}
	
#teamresult_content {
	border-bottom: 1px solid #cecece;
	border-top: 0px;
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	width: 339px;
	height: 20px;
	}
	
.teamresult_td td {
	width: 339px;
	height: 30px;
	/*padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;*/
	border-collapse:separate;
	
	vertical-align: middle;
	font-size: 9pt;
	} 
.teamresult_vs {
	color: #508cca;
	font-weight: bold;
	}
	
.teamresult_won {
	color: #88a900;
	font-weight: bold;
	font-size: 10pt;
	}

.teamresult_lose {
	color: #e54f4e;
	font-weight: bold;
	font-size: 10pt;
	}
.teamresult_draw {
	color: #fdec00;
	font-weight: bold;
	font-size: 10pt;
	}
	
#teamresult_td1 td {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: left center;
	}

#teamresult_td2 td {
	background-color: #e8e8e8;
	background-repeat: no-repeat;
	background-position: left center;
	}
	


/* LATEST POSTS IM CONTENT */
	
#latest_posts_head {
	background: url('img/news/title_latestposts.png');
	background-position: top left;
	background-repeat: no-repeat;
	border-top: 1px solid #cecece;
	border-bottom: none;
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	width: 174px;
	height: 20px;
	}

.latest_posts_td1 td {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 2px;
	}

.latest_posts_td2 td {
	background-color: #e8e8e8;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 2px;
	}

#latest_posts_content {
	border-bottom: 1px solid #cecece;
	border-top: 0px;
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	width: 174px;
	height: 20px;
	}
	
.latest_posts_td td {
	width: 174px;
	height: 30px;
	/*padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;*/
	border-collapse:separate;
	text-align: center;
	vertical-align: middle;
	font-size: 9pt;
	} 
	
/* NEWS */

.news {
	margin-left: 1px;
	width: 624px;
	}
	
.news_title {
	width: 524px;
	height: 21px;
	background: url('img/news/title_news.png');
	color: #fff;
	font-size: 8pt;
	font-weight: bold;
	padding-left: 5px;
	}

.news_comments {
	width: 100px;
	height: 21px;
	background: url('img/news/title_news.png');
	background-position: right top;
	color: #fff;
	text-align: right;
	font-size: 8pt;
	padding-right: 5px;
	}
	
.news_pic {
	background: url('img/news/content_news.png');
	background-repeat: no-repeat;
	background-position: top left;
	border-left: 1px solid #cecece;
	border-top: 1px solid #cecece;
	padding: 10px;
	vertical-align: top;
	}
	
.news_text {
	width: 100%;
	background: url('img/news/content_news.png');
	background-repeat: no-repeat;
	background-position: top right;
	border-right: 1px solid #cecece;
	border-top: 1px solid #cecece;
	padding: 5px;
	vertical-align: top;
	text-align: justify;
	font-size: 8pt;
	}
	
.news_bottom {
	border-left: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	border-right: 1px solid #cecece;
	font-size: 8pt;
	padding: 2px; 
	}
	
.news_author {
	width: 100%;
	background-color: #e8e8e8;
	margin: 1px;
	font-size: 8pt;
	}	
	
.news_readmore {
	background-color: #e8e8e8;
	margin: 1px;
	font-size: 8pt;
	}	
	
/* LINKE BOX SPALTE */
#c_box1 {
	background-color: #fff;
	border: none;
	width: 184px;
	margin: 0;
	font-family: Arial;
	font-size: 9pt;
	text-align: center;
	padding-left: 2px;
	padding-top: 3px;
	
	}
.randomuser_table {
	width: 180px;
	}
	
.randomuser_table td{
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	}
	
#randomuser_title {
	background: url('img/box/title_randomuser.png');
	height: 22px;
	width: 178px;
	border-top: 1px solid #cecece;
	padding: 1px;
	}
	
#randomuser_name {
	background-color: #e8e8e8;
	font-size: 9pt;
	height: 30px;
	padding-left: 2px;
	}
	
#randomuser_border {
	border-left: 1px solid #cecece;
	border-left: 1px solid #cecece;
	}
	
#randomuser_border_bottom {
	border-left: 1px solid #cecece;
	border-left: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	}

	
#vote_title {
	background: url('img/box/title_recentvotes.png');
	height: 22px;
	width: 178px;
	border-top: 1px solid #cecece;
	padding: 1px;
	}	

.vote_cell1 {
	background-color: #fff;
	font-size: 9pt;
	height: 30px;
	text-align: center;
	}
	
.vote_cell2 {
	background-color: #e8e8e8;
	font-size: 9pt;
	height: 30px;
	padding-left: 2px;
	text-align: left;
	}
	
#ticker_title {
	background: url('img/box/title_resultticker.png');
	height: 22px;
	width: 178px;
	border-top: 1px solid #cecece;
	padding: 1px;
	}
	
#shop_title {
	background: url('img/box/title_shop.png');
	height: 22px;
	width: 178px;
	border-top: 1px solid #cecece;
	padding: 1px;
	}

#sbox_title {
	background: url('img/box/title_shoutbox.png');
	height: 22px;
	width: 178px;
	border-top: 1px solid #cecece;
	padding: 1px;
	}	
	
.sbox_msg1 {
	background-color: #fff;
	font-size: 9pt;
	height: 30px;
	padding-left: 2px;
	}
	
.sbox_msg2 {
	background-color: #e8e8e8;
	font-size: 9pt;
	height: 30px;
	padding-left: 2px;
	}
	
	
/* RECHTE BOX SPALTE */
#c_box2 {
	background-color: #fff;
	border: 0px;
	width: 150px;
	margin: -1;
	font-family: Arial;
	font-size: 9pt;
	padding-top: 3px;
	text-align: center;
	}

.sponsorbox_head {
	height: 21px;
	width: 149px;
	}

.sponsorbox_content {
	background: url('img/box/content_sponsor.png');
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
	text-align: center;
	height: 87px;
	width: 149px;
	}
	
	


#errors {
	color:#CC0000;
}
#sql {
	color:#666666;
}
.h1 {
	color: inherit;
	font-size: 14pt;
	font-weight: bold;
	text-decoration: none;
}
.h2 {
	color: inherit;
	font-size: 16pt;
	font-weight: normal;
	text-decoration: none;
}
.h3 {
	color: inherit;
	font-size: 20pt;
	font-weight: normal;
	text-decoration: none;
}

.headb {
	/*background-color:#cccccc;*/
	background: url('img/ueberschriften.png');
	background-repeat: repeat-x;
	background-color: #fff;
	color:inherit;
	font-weight:bold;
	padding:4px;
	text-align:left;
}
.bottom {
	background-color:#cecece;
	color:inherit;
	padding:4px 6px 4px 8px;
	text-align:left;
}
.newshead {
	/*background-color:#cccccc;*/
	color:inherit;
	font-size:11pt;
	font-weight:bold;
	padding:4px 6px 4px 8px;
	text-align:left;
}
.left,.center,.right {
	padding:1px;
}
.leftb,.centerb,.rightb {
	background-color:#FFFFFF;
	color:inherit;
	padding:4px 6px 4px 8px;
}
.leftc,.centerc,.rightc {
	background-color:#EEEEEE;
	color:inherit;
	padding:4px 6px 4px 8px;
}
.left,.leftb,.leftc {
	text-align:left;
}
.center,.centerb,.centerc {
	text-align:center;
}
.right,.rightb,.rightc {
	text-align:right;
}
.quote {
	background-color: #dbdbdb;
	border:1px dotted #444444;
	color:inherit;
	padding:6px;
	text-align:left;
}
.navhead,.navhead2 {
	background-color:#cccccc;
	border:solid #C4C4C4;
	border-width:0px 0px 0px 0px;
	color:inherit;
	font-weight:bold;
	padding:4px;
	text-align:center;
}
.error_message_box {
	border: 2px solid #660000;
	background:#FFD3D3;
	font-weight: bold;
	padding: 10px 0;
	margin: 0 auto;
}
.navbodyb,.navbody2b {
	background-color:#aaaaaa;
	border:0px solid #C4C4C4;
	color:inherit;
	list-style:none;
	padding:4px 6px 4px 6px;
	text-align:left;
}
.navbodyb a:link, .navbodyb a:visited {
	text-align:center;
	margin-top:1px;
	color:#000000;
	display:block;
	background-color:#FFFFFF;
	text-decoration:none;
	height:15px;
	width:100%;
}
.navbodyb a:hover, .navbodyb a:active {
	background-color:#cccccc;
	text-decoration:none;
}
.calhead {
	background-color:#555555;
	color:inherit;
	padding:4px 2px 4px 2px;
	text-align:center;
}
.calday,.calevent,.caltoday, .calweek {
	padding:4px 2px 4px 2px;
	text-align:right;
}
.calday {
	background-color:#666666;
	color:inherit;
}
.calevent {
	background-color:#444444;
	color:inherit;
}
.caltoday {
	background-color:#3E3E3E;
	color:inherit;
}
.calweek {
	background-color:#333333;
	color:inherit;
}

/*.form {
	background-color:#75a2d1;
	border:1px dotted #88BBF2;
	color:#CCCCCC;
	font-family:Arial,Helvetica,sans-serif;
	font-size:9pt;
	margin:2px;
	padding-left:3px;
}
.form:hover {
	background-color:#4c8cca;
}*/
