/* RESET CSS */
	/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ---------------------- RESET CSS END ------------------------*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-color: #6e6e6e;
}
a {
	color: #004e7e;
	text-decoration: none;
}
.clearb {
	clear: both;
	height: 1px;
}
.floatl {
	float: left;
}
.floatr {
	float: right;
}


#page {
	height: 740px;
	width: 953px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	z-index: 1;
}
#header {
	height: 218px;
	width: 953px;
	background-image: url(images/header_bg.png);
	z-index: 2;
}
#headerpic    {
	z-index: 3;
	width: 920px;
	height: 177px;
	overflow: hidden;
	position: absolute;
	top: 61px;
	margin-left: 17px;
}
#logo {
	position: absolute;
	top: 20px;
	left: auto;
	z-index: 5;
}
#menu {
	height: 495px;
	width: 115px;
	float: left;
	margin-left: 17px;
	margin-right: 6px;
	margin-top: 5px;
}
#menu .menuitem {
	display: block;
	background-color: #FFF;
	width: 113px;
	height: 43px;
	border: solid 1px #313131;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin-bottom: 5px;
}
#menu a.menuitem:hover {
	background-color: #004e7e;	
	color: #FFF;
}
#menu a.menuitem .title {
	background-image: url(images/menu_bg.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	text-align: center;
	border: 1px solid #535353;
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 2px;
	line-height: 13px;
}
#menu a.menuitem .txt {
	margin: 2px;
	text-align: center;
}
#innerpage {
	height: 500px;
	width: 618px;
	float: left;
}
#menu2 {
	height: 20px;
	width: 596px;
	margin-top: 5px;
	margin-bottom: 6px;
	border: 1px solid #535353;
	background-image: url(images/menu2_bg.gif);
	background-repeat: repeat-x;
	line-height: 20px;
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}
#menu2 a {
	text-decoration: none;
	color: #FFF;
}
#menu2 a:hover {
	color: #e2bd00;
}
#menu2 .act {
	color: #e2bd00;
	text-decoration: underline;
}

#content {
	height: 435px;
	width: 576px;
	padding: 10px 20px 20px;
	line-height: 17px;
	overflow: auto;
	overflow-x: hidden;
	scrollbar-face-color: #999999;
	scrollbar-highlight-color: #999999;
	scrollbar-3dlight-color: #999999;
	scrollbar-darkshadow-color: #999999;
	scrollbar-shadow-color: #999999;
	scrollbar-arrow-color: #004e7e;
	scrollbar-track-color: #FFFFFF;
	background-color: #FFFFFF;
	border: 1px solid #313131;
	position: relative;
}
#content h3 {
	font-size: 14px;
	color: #004e7e;
	margin-bottom: 12px;
	margin-top: 8px;
}
#content h4{
	font-size:14px;
	margin-bottom: 0px;
	color: #e2bd00; /*009993;*/
	font-weight: bold;
}
#content hr {
	color: #004e7e;
	margin-top: 15px;
	margin-bottom: 15px;
}
#content hr.big {
	color: #006098;
	margin-top: 15px;
	margin-bottom: 15px;
	height:3px;
	background-color: #006098;
}
#content .importent {
	background-color: #999999;
	padding: 15px;
	color: #FFFFFF;
	border: 1px solid #666;
	width: 550px;
	line-height: 15px;
}
#content td {
	vertical-align: top;
}
#content iframe {
	width: 100%;
	border: none;
}
#content  .party {
	width: 260px;
}
#content  .party  h4 {
	background-color: #004e7e;
	color: #FFFFFF;
	line-height: 25px;
	padding-left: 5px;
	margin-bottom: 5px;
}
#content .party p {
	margin-left: 5px;
}
#content #partnerpics img {
	margin: 6px;
	border: 1px solid #004e7e;
}
#content #pressebilder td, #pressebilderakt td {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #004e7e;
	font-size: 10px;
}
#content #pressebilder .btn,  #pressebilderakt td .btn {
	color: #FFFFFF;
	background-color: #004e7e;
	height: 20px;
	width: 100%;
	display: block;
	line-height: 20px;
	text-decoration: none;
	margin-bottom: 10px;
	padding: 5px;
}
#content .imgborder {
	border: 1px solid #004e7e;
}
#content a {
	text-decoration: underline;
}
#content a:hover {
	color: #e2bd00;
}
#content ul {
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 20px;
}
#content .box {
	background-color: #004e7e;
	display: block;
	color: #FFFFFF;
	padding: 5px;
	border: 1px solid #999999;
}
#content .tborder td {
	border: 1px solid #004e7e;
	padding: 3px;
}
#content .tborder tr:hover {
	color: #000000;
	background-color: #e2bd00;	
}
#content th {
	color: #FFF;
	background-color: #004e7e;
	padding: 3px;
	border: 1px solid #004e7e;
}
#content .video {
	border: 2px solid #004e7e;
	padding: 5px;
	width: 521px;
	margin-bottom: 15px;
	margin: 0 0 5px;
}
#content .presse {
	width: 531px;
	margin-bottom: 15px;
	margin: 0 0 5px;
}
#content .tag {
	width: 560px;
	margin-bottom: 15px;
	margin: 0 0 5px;
}
#content .foto {
	width: 540px;
	margin-bottom: 15px;
	margin: 0 0 5px;
}
#content .videoh, #content .presseh, #content .tagh, #content .fotoh {
	padding: 0;	margin: 0 0 5px 0;
	color: #FFFFFF;
	background: url(images/videoh_bg.png) no-repeat;
	width: 560px;
	height: 30px;	line-height: 30px;
	font-weight: normal;
}
#content .videoh a, #content .presseh a, #content .tagh a, #content .fotoh a{
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 0 0 50px;
}
#content .videoh a:hover, #content .presseh a:hover, #content .tagh a:hover, #content .fotoh a:hover {
	background-color: transparent;
	color: #e2bd00;;
}
#content .videoactive, #content .presseactive, #content .tagactive, #content .fotoactive  {
	background-position: left bottom;
}
#content table.gallery {
	border-collapse: separate;
	border-spacing: 11px;
}
#content .gallery td {
	border: 1px solid #CCCCCC;
	padding: 5px;
}
#content table.erg tr {
	border-bottom: 1px solid #004e7e;
}
#content table.erg td {
	line-height: 30px;
	height: 30px;
}
#content table.erg td.name {
	font-weight:bold;
} 

.ahidden {
	display: none;
}


#sidemenu {
	float: left;
	height: 500px;
	width: 175px;
	margin-left: 6px;
}
#sidemenu #icons {
	height: 45px;
	width: 175px;
	text-align: center;
	margin-top: 5px;
}
#sidemenu .sidemenuitem {
	display: block;
	width: 173px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-bottom: 5px;
	border: solid 1px #313131;
}
#sidemenu .sidemenuitem .title {
	background-image: url(images/menu2_bg.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	text-align: center;
	border: 1px solid #535353;
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 2px;
	line-height: 20px;
}
#sidemenu .sidemenuitem .txt {
	margin: 3px;
	font-size: 10px;
	overflow: hidden;
	line-height: 12px;
}
#sidemenu #news {
	height: 86px;
}
#sidemenu #news .txt {
	height: 56px;
	color: #004e7e;
}

#sidemenu #partner {
	height: 91px;
}
#sidemenu #partner .txt {
	height: 61px;
}

/*#sidemenu #partnerpic {
	height: 60px;
	margin-top: 27px;
	margin-left: 9px;
	overflow: hidden;
	position: absolute;
}*/
#sidemenu #fotos {
	height: 125px;
}
#sidemenu #fotos .txt {
	height: 95px;
}


#sidemenu  #video {
	height: 125px;
}
#footer {
	clear: both;
	width: 909px;
	margin-left: 17px;
	margin-right: 17px;
	line-height: 20px;
	font-size: 10px;
	color: #FFFFFF;
	border-top: solid 1px #313131;
	height: 20px;
	margin-top: 8px;
	padding-left: 5px;
	padding-right: 5px;
}
#footer a {
	color: #FFFFFF;
}
#footer a:hover {
	color: #004e7e;
}
/* TURNIER */

.referees {
	display:none;
}

.row0 th {
	color:#FFF;
	background-color:#004e7e;
	padding:6px;
	border:1px solid #004e7e;
}

.row1 td, .row2 td{
	border:1px solid #004e7e;
	padding:3px;
}
.II td, .R9 td, .R7 td, .SF td, .F1 td{
	background-color: #00DDD2;
}

.schedule tr:hover{
	color:#FFFFFF;
	background:#004e7e; !important
}

table.schedule {
	border-collapse:collapse;
	border-spacing:0;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	width: 100%;
	font-family:verdana;
	font-size:10px;
	font-weight:normal;
}

.court, .cp, .no, .time, .round {
	text-align:center;
}
.winner {
	font-weight: bold;
}

#content th.v {
	vertical-align: top;
	padding: 5px;
	font-weight: bold;
	font-size: 10px;
	line-height: 14px;
	color: #ffffff;
}


#content td.v {
	vertical-align: top;
	padding: 0px 5px 0px 5px;
	font-weight: normal;
	font-size: 10px;
	line-height: 20px;
	height: 20px;
	color: #000000;
	border: 1px solid #004e7e;
}

#content td.va {
	vertical-align: top;
	padding: 0px 5px 0px 5px;
	font-weight: normal;
	font-size: 10px;
	line-height: 20px;
	height: 20px;
	color: #000000;
	background-color: #66CCFF;
	border: 1px solid #004e7e;
}
#tlist td img { margin-top: 4px; }
.small {
	font-size: 10px;
}

