a {
	color: #ec5406;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

img {
	border: 0px;
}

div.news_image_block {
	position: relative;
	right: 0px;
	display: block;
	width: 545px;
	height: 145px;
}

div.news_image {
	position: absolute;
	display: block;
	top: 30px;
	right: 0px;
	width: 253px;
	height: 140px;
}

div.news_image a.read_more {
	position: absolute;
	right: 10px;
	top: 120px;
	font-size: 10px;
	font-family: arial;
	text-decoration: underline;
	font-weight: bold;
}
div.news_image a.read_more:hover { text-decoration: none;  }

h1 {
	clear: both;
	margin: 0px 0px 10px 10px;
	color: #000;
	font-size: 15px;
	font-family: 'Trebuchet MS', Arial;
}

h2 {
	clear: both;
	margin: 10px 0px 10px 10px;
	font-size: 14px;
	font-family: Verdana, 'Trebuchet MS', Arial;
}

.newsbox h2 {
	padding: 6px 0px 0px 12px;
	margin: 0px;
	font-size: 11px;
	font-weight: bold;
}

p {
	margin: 0px 0px 10px 0px;
}

p.hr {
	padding-bottom: 10px;
	border-bottom: 1px solid #d4d4d4;
}

.newsbox p {
	margin: 2px 10px 3px 13px;
	padding: 0px;
	font-size: 10px;
	line-height: 13px;
}

.newsbox a {
	margin-left: 7px;
	color: #ec5406;
	font-weight: bold;
}
.newsbox a:hover { text-decoration: underline; }

#breadcrumbs a {
	text-decoration: underline;
	color: #fff;
	font-size: 10px;
}
#breadcrumbs a:hover { text-decoration: none; }

#rsstext a {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
#rsstext a:hover { text-decoration: underline; }

#tabs a {
	position: absolute;
	float: left;
	height: 33px;
	top: 0px;
	width: 106px;
	color: #fff;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 42px;
}

a#herren1			{ left: 0px; font-weight: bold; line-height: 38px; text-indent: 18px; background: url('../images/herren1.gif') 0px 5px no-repeat; }
a#herren2			{ left: 82px; text-indent: 17px; background: url('../images/herren2.gif') 0px 8px no-repeat; }
a#junioren		{	left: 155px; text-indent: 30px; background: url('../images/junioren.gif') 0px 8px no-repeat; }
a#streethawks	{ left: 234px; text-indent: 23px; background: url('../images/streethawks.gif') 3px 8px no-repeat; }

ul#menu {
	margin: 0px 0px 0px 6px;
	padding: 0px;
	height: 26px;
	overflow: hidden;
}

ul#menu li {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
		background: url('../images/menu_separator.gif') 0px 0px no-repeat;
}

ul#menu li a {
	display: table;
	font-weight: bold;
	line-height: 25px;
	height: 30px;
	padding-left: 10px;
	padding-right: 8px;
	color: #fff;
}
ul#menu li a:hover { color: orange; }

ul#menu li#first { background: none; }

#players table { 
	margin: 0px 0px 10px 10px;
	padding: 0px;
	border-collapse: collapse;
	border: 0px;
}

#players table tr {
	margin: 0px;
	padding: 0px;
}

#players table th {
	line-height: 17px;
	color: #000;
	background: #e5e5e5;
	padding: 0px 5px;
	margin: 0px;
	border: 0px;
}

#players table th a {
	color: #000;
	text-decoration: none;
}

#players table th a:hover {
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}

#players table th.top_left {
	background: url('../images/table-top-left.gif') #e5e5e5 top left no-repeat;
	padding: 0px;
	margin: 0px;
	width: 7px;
	height: 18px;
}

#players table th.top_right {
	background: url('../images/table-top-right.gif') #e5e5e5 top right no-repeat;
	padding: 0px;
	width: 7px;
	height: 18px;
}

#players table td {
	margin: 0px;
	padding: 3px 5px;
	border: 1px solid #e5e5e5;
}

#player_pic {
	float: right;
	margin: 2px 2px 0px 2px;
	padding:0px;
	height:100px;
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#000;
	text-align:center;
}

.total {
	font-weight: bold;
}

.player {
	position: relative;
	clear: both;
	margin: 10px;
	padding: 5px;
	background-color: #e5e5e5;
	border: 1px solid #000;
	display: block;
	height: 104px;
	color: #000;
}

.block_top_left,
.block_top_right,
.block_bottom_left,
.block_bottom_right {
	position: absolute;
	width: 8px;
	height: 8px;
	z-index: 200 !important;
}

.block_top_left {
	background: url('../images/block_top_left.gif') top left no-repeat;
	top: -1px;
	left: -1px;

}
.block_top_right {
	background: url('../images/block_top_right.gif') top left no-repeat;
	top: -1px;
	right: -1px;
}
.block_bottom_left {
	background: url('../images/block_bottom_left.gif') top left no-repeat;
	bottom: -1px;
	left: -1px;
}
.block_bottom_right {
	background: url('../images/block_bottom_right.gif') top left no-repeat;
	bottom: -1px;
	right: -1px;
}

.player a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
.player a:hover {
	text-decoration: underline;
}

#player_zoom {
	position: absolute;
	top: 100px;
	left: 100px;
	display: none;
	background-color: #000;
	z-index: 10;
	border: 2px solid #000;
	overflow:hidden;
}

#inlog_link {
	position: relative;
	top: 8px;
	left: 60px;
	width: 63px;
	height: 15px;
	line-height: 15px;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	display: block;
	border: 0px solid #000;
	background-color: transparent;
}

.input {
	width: 25px;
	height: 16px;
}

.uneditable {
	background-color: #e5e5e5;
	border: 1px solid #b4c8da;
}

.textitem {

}

.textitem_content {
	margin-left: 10px;
	margin-bottom: 10px;
}

#contact_form {
	margin-left: 10px;
	margin-bottom: 10px;
}

.shirt_container {
	position: relative;
	display: block;
	width: 520px;
}
.shirt_image {
	display: block;
	width: 370px;
	float: left;
}
.shirt_title {
	display: block;
	width: 150px;
	overflow: hidden;
}