/* screen.css */

body {
	margin: 0;
	padding: 0;
	background: #ccc;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
}

.news_home{
	font-size: 12px;
	color: #fff;
	font-weight: normal;
}

a:hover.news_home{
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	border-bottom: 1px dotted #fff;
}

#rahmen{
	position: absolute;
	width: 820px;
	height: 745px;
	top:  0px;
	left: 50%;
	margin: 0 0 0 -410px;
	z-index: 10;
	background-color: #ffffff;
	background: url(images/bildschatten2.jpg) no-repeat bottom left;
/*  	padding: 4px 10px 12px 10px;*/
}

* html #rahmen{
	position: absolute;
	width: 814px;
	height: 745px;
	top:  0px;
	left: 50%;
	margin: 0 0 0 -400px;
	z-index: 10;
	background: url(images/bildschatten3.png) no-repeat bottom left;
  	padding: 4px 4px 12px 20px;
}

.nav_link{
	font-size: 12px;
	color: #fff;
	line-height: 18px;
}

.nav_sublink{
	font-size: 11px;
	color: #fff;
	line-height: 15px;
}

a:hover.nav_link{
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	border-bottom: 0px dotted #fff;
}

a:hover.nav_sublink{
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	border-bottom: 0px dotted #fff;
}

.aktuell {
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	border-bottom: 0px dotted #fff;
}

#logo{
	position: absolute;
	width: 800px;
	height: 160px;
	top:  6px;
	left: 50%;
	margin: 0 0 0 -400px;
	z-index: 10;
	background-color: #000000;
	background-image: url( images/header.jpg);
}

* html #logo{
	position: absolute;
	width: 800px;
	height: 160px;
	top:  4px;
	left: 50%;
	padding-left: 5px;
	margin: 0 0 0 -398px;
	z-index: 10;
	background-color: #000000;
	background-image: url(../images/header.jpg);
}

#kalender{
	position: absolute;
	left: 50%;
	top: 130px;
	width: 175px;
	height: 150px;
	margin: 400px 0 0 -405px;
	padding-left: 15px;
	padding-top: 10px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12px;
}

.kalender_text{
	color: #fff;
}

a:hover.kalender_text{
	color: #fff;
	border-bottom: 1px dotted #fff;
}

.row{
	border: 1px solid black;
}

#navigation{
	position: absolute;
	left: 50%;
	top: 169px;
	width: 185px;
	height: 520px;
	margin: 0 0 0 -400px;
	padding-left: 10px;
	padding-top: 10px;
	background-image: url(images/navi_bg.gif);
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	color: #fff;
	}
	
* html #navigation{
	position: absolute;
	left: 50%;
	top: 169px;
	width: 195px;
	height: 530px;
	margin: 0 0 0 -398px;
	line-height: 20px;
	}

#bwin{
	position: absolute;
	left: 50%;
	top: 465px;
	z-index: 50;
	margin: 0 0 0 -378px;
}

#inhalt {
	position: absolute;
	top: 169px;
	left:  50%;
	width: 578px;
	height: 515px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12px;
	margin: 0 0 0 -203px;
	text-align: justify;
	line-height: 15px;
	background-color: #fff;
	padding-left: 10px;
	padding-right: 15px;
	padding-top: 15px;
	z-index: 10;
	overflow: auto;
}

* html #inhalt {
	position: absolute;
	top: 169px;
	left:  50%;
	width: 600px;
	height: 530px;
	margin: 0 0 0 -200px;
}


#news {
	z-index: 10;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #000000;
	line-height: 15px;
	background-color: #fff;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 40px;
	letter-spacing: 0px;
	overflow: auto;
}

#foto {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 0px solid #a02f00;
	color: #000;
}


h1#titelzeile{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	letter-spacing: 2px;
	margin-bottom: 14px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom-color: #000000;
	border-bottom: 1px solid;
	z-index: 20;
}

#fusszeile {
	position: absolute;
	bottom: 0px;
	top: 705px;	
	left:  50%;
	width: 800px;
	height: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 10px;
	color: #000;
	text-align: Center;
	letter-spacing: 1px;
	background-color: #333;
	margin: 0 0 0 -400px;
	background-image: url( images/footer.jpg);
}

* html #fusszeile {
	position: absolute;
	bottom: 0px;
	top: 703px;	
	left:  50%;
	width: 800px;
	height: 15px;
	margin: 0 0 0 -398px;
}

#iframe {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	letter-spacing: 1px;
	background-color: #fff;
	width: 578px;
	height: 423px;
	z-index: 30;
}

* html #iframe{
	width: 575px;
	height: 410px;
}

/*#termine_frame {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	margin: -13px 0 0 101px;
	width: 100%;
	height: 426px;
	background-color: #fff;
}*/

a {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: None;
	color: #000000;
}

a:visited {
}

a:hover {
	color: #000000;
	border-bottom: 1px dotted #000000;
}

a:active {
	text-decoration: Underline;
}
a.extra {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 10px;
	text-decoration: None;
	color: #000;
}

a.extra:visited {
}

a.extra:hover {
	color: #FFFFFF;
	border-bottom: 1px dotted #FFFFFF;
}

a.extra:active {
	text-decoration: Underline;
}

p{
	margin-left: 15px;
	margin-right: 15px;
	text-align: Justify;
}

.select{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12px;
	color: #fff;
	border: 1px solid #000;
	width: 175px;
	background-color: #990000;
}

.spielerliste_button{
	
}

.termine_button{
	
}

.newsam{
	font-size: 11px;
}

#webstats{
	position: absolute;
	left: 50%;
	top: 675px;
	z-index: 50;
	margin: 0 0 0 -261px;
}

.text{
	font-size: 12px;
	font-weight: bold;
}

.spam{
	font-size: 12px;
	font-weight: bold;
}

.input{
	font-size: 11px;
	border: 1px solid #000;
	height: 20px;
	width: 250px;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
}

.input_button{
	font-size: 11px;
	border: 1px solid #000;
	height: 18px;
	width: 100px;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	vertical-align: middle;
}

.input_spam{
	font-size: 12px;
	border: 1px solid #000;
	height: 18px;
	width: 100px;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
}

.input_inhalt{
	font-size: 12px;
	border: 1px solid #000;
	height: 100px;
	width: 250px;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
}