/* CSS Document */

html, body {
	padding:0px;
	margin:0px;
	font-family: Arial, Verdana, sans-serif;
	font-size:12px;
	line-hight:16px;
	text-align:center;
	overflow-x:hidden;
	}

h1{ font-size:14px;
	font-weight:bold;
	color:#627F97;
}

h2{ font-size:12px;
	color:#FFF;
	letter-spacing:0.2em;
}

table, td, tr {
	font-family: Verdana, sans-serif;
	font-size:11px;
	vertical-align:top;
	padding:3px 0 ;
	}
	
/****************************/
/*       div tag style      */
/****************************/

#wrapper {
	position:absolute;
	top:0px;
	left:0;
	width:820px;
	height:auto;
	text-align:left;
	visibility: visible;




	}
	
#content {
	top:0px;
	left:0;
	width:780px;
	background:white;
	padding:15px;
	height:auto;
	}	
	
#text {
	margin: 0 auto auto 15px;
	padding:0;
	height:auto;
	overflow:hidden;
	width:600px;
	float:left;
	z-index:50;
	}

#text1 {
	margin: 0 auto auto 15px;
	padding:0;
	height:auto;
	overflow:hidden;
	width:600px;
	float:left;
	z-index:50;
	
}

#header {
	display:none;
	z-index:1;
}

#crossbar, #c_rechts, #images_le, #newswrapper, #footer_wr, #footer, #menue, #sub_menue { 
	display:none;
	}

#turnier table , #turnier td , #turnier tr {
	font-family: Verdana, sans-serif;
	font-size:11px;
	vertical-align:top;
	padding:5px;
	border-bottom:1px solid grey;
	}
/****************************/
/*       font style         */
/****************************/
	
.nav_halt{
	color:#FFF;
	text-decoration:none;
	padding:8px 15px 8px 15px;
	line-height:31px;
	border-right:1px solid white;
	letter-spacing:0.2em;
	background: #627F97;
	}

.subnav_halt{
	color:#FFF;
	text-decoration:none;
	padding-left:15px;
	padding-right:15px;
	border-right:1px solid white;
	letter-spacing:0.2em;
	background: #627F97;
	}
	
.white_bold {
	color:#FFF;
	font-weight:bold;
}

.rahmen {
	border:1px solid #627F97;
	padding:5px;
}

.rahmen_pic {
	border:1x solid #660038;
	margin-left:4px;
	margin-bottom:3px;
}

