body {
	font: 12px/170% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
	color: #666666; 	
	margin: 0; 
	padding: 0; 
	background: #FFF url(media/layout/bg.jpg) repeat-x;
	text-align: center;
}

/* ####################################################################################### */
/* Linkdarstellung */
/* Linkfarbe helles grün: #41AF8F */ 




a:link, a:visited {
	text-decoration: none;
	color: #709375;
}

a:hover {
	color:#ACC1AE;text-decoration:none;
}
a:link.more-link, a:visited.more-link {
	padding-bottom: 2px;
	font-weight: bold;
	color: #709375;
	border-bottom: 1px dotted #709375;
}
a:hover.more-link {
	text-decoration: none;
}

/* ####################################################################################### */
/* Datenbank */

#spielstats {
	background:#EEEEEE;
	width:auto;
	padding:10px;
	margin-bottom:15px;
}

#spielbericht {
	width:auto;
	padding:10px;
	background:#EEEEEE;
}

#besonderes {
	width:auto;
	background:#C2E0C2 url(media/layout/besonderes1.png) top left no-repeat;
	padding-left:45px;
	padding-top:10px;
	padding-right:10px;
	padding-bottom:10px;
	margin-bottom:15px;
	
}

#db_punkt {
	float:left;
	width:280px;
	padding:0px;
	margin-right:5px;
	border-right:1px dotted #999999;
}

#db_rest {
	float:left;
	width:280px;
	padding:0px;
	margin-right:5px;
}

#korrektur {
	border-top:1px dotted #999999;
	border-bottom:1px dotted #999999;
	width:auto;
	height:50px;
	margin-top:15px;
	padding-top:15px;
	padding-left:45px;
	background:url("media/layout/korrektur.png") top left no-repeat;
}

#verweis {
	width:auto;
	padding:15px;
	margin-right:20px;
	margin-bottom:20px;
	background:#EEEEEE;;
}

#newstext {
	width:auto;
	margin-right:20px;
	margin-bottom:20px;
}

.kommentar_antwort {
	width:auto;
	margin-top:10px;
	margin-left:30px;
	padding:10px;
}




/* ####################################################################################### */
/* Überschriften und Header */

h1 {
	font: bold 1em/1.5em Georgia, 'Times New Roman', Times, serif;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;	 
}


h2, h3, h4 {
	font: bold 1em/1.5em Georgia, 'Times New Roman', Times, serif;
	color: #709375;
	margin: 0px 0px 0px 0px;	 
}

h1 { font-size: 3.7em; font-weight: normal; letter-spacing: -2px; }
h2 { font-size: 2.2em; font-weight: normal; }
h3 { font-size: 2.2em; font-weight: normal; letter-spacing: -0.5px; padding-top: 0px; }
h4 { font-size: 1.4em; }

.trenner {
	margin-left:0px;
	margin-top:20px;
	/*border-top:1px dotted #999999;*/
	padding-top:5px;
}

.bereich {
	color:#999999;
	font-size:0.9em;
	padding-bottom:3px;
	margin-left:5px;
}

.hinweis {
	color:#C00000;
	font-weight:bold;
}

.table {
	border-bottom:1px dotted #999999;
}

.happy {
	color:#FE7226;
}

/* ####################################################################################### */
/* Seitenlayout */

#rahmen {
	background:#FFFFFF url(media/layout/bg_header7.jpg) top left no-repeat;	
	width: 910px;
	margin: 0 auto;
	text-align: left;
	border:1px dotted #999999;	
}

#header {
	position: relative;
	margin: 0 auto;
	padding-left:15px;
	height: 200px;	
	color:#FFFFFF

}

.spielerdetail {
	width:auto;
	padding:10px;
	border:1px dotted #999999;
}

#header h1#logo-text a:hover { border: none; color:#FFFFFF; }

#header p#zusatz {
	position: absolute;
	margin: 0; padding-left:  5px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.8em;
	font-style: italic;
	letter-spacing: -.3px;
	color: #FFFFFF;	
	
	left:10px;
}

#header #header-image {
	position: absolute;
	top: 12px; right: 30px;
	width: 292px;
	height: 234px;	
	background: url(media/layout/adler_logo1.png) no-repeat; 
}


/* footer-bottom */
#seitenende {
	clear: both;
	border-top:1px dotted #999999;
	width: 910px;
	height:200px;
	text-align:center;
	padding-top:40px;
	margin: 0px;	
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
	font-size: .9em;		
	color: #777;
	background:#FFFFFF url(media/layout/bg_footer.jpg) top left no-repeat;	
}


/* ####################################################################################### */
/*  navigation  */

#header #nav {
	position: absolute;
	left: 0px;	bottom: 20px;		
	margin: 0; padding-left:15px;		
	width: 760px;	
	background:#808080;	
	border-bottom: 1px solid #FFFFFF;	
	/* z-index: 99999; */
}
#header #nav ul {
	float: left;	
	list-style: none;	
	margin: 0;
	padding: 0;					
}
#header #nav ul li {
	float: left;
	margin: 0; padding: 0;			
}
#header #nav ul li a:link,
#header #nav ul li a:visited {
	float: left;
	margin: 0;
	padding: 5px 15px 10px 15px;
	color: #FFFFFF;
	font: bold 14px 'Trebuchet MS', Arial, Sans-Serif;
	text-transform: uppercase;		
	border-right: 1px solid #FFFFFF;	
}
#header #nav ul li a:hover, 
#header #nav ul li a:active {
	border: none;
	color: #000;	
	border-right: 1px solid #FFFFFF;
}
#header #nav ul li#current a {	
	background: transparent url(media/layout/nav_strich.jpg) repeat-x left bottom;	
	color: #FFFFFF;	
}

#header #nav ul li.first a:link, 
#header #nav ul li.first a:visited {
	border-left: 0px;	
}

/* ####################################################################################### */
/* Hauptinhalt */

#inhalt {
	position: relative;
	margin: 0 auto;
	padding:0px;

}

#linke_spalte {
	float:left;
	width:600px;
	margin: 0; padding: 10px 0 0 15px;
}

#rechte_spalte {
	margin-left:40px;
	padding: 50px 0 0 0px;
	width:240px;
	float:left;
}

.news {
	padding-bottom:10px;
	margin-bottom:20px;
	border-bottom:1px dotted #BEBEBE;
}

.news .image-block {
	float: left;
	width: 100px;	
	margin-right: 30px;
	padding: 10px 0 0 0;
	/*display: inline;*/
	border-right: 1px solid #DCF1FB;	
}

.news .image-block .link {
	text-decoration:none;
}

.newstext {
	float:left;
	padding:5px;
}

#mehrnews {
	padding-left:20px;
}


#spielbericht {
	padding:10px;
	border-left:1px dotted #808080;
	margin-left:20px;
	background:white;
}


/* ####################################################################################### */
/* Rechte Spalte Inhalte */

#heutevor {
	border:#808080;
	margin-top:20px;
	background:white;
	padding:0px;
}

#heutevor #countdown h4 {
	padding:0px;
	margin:0px;
}

#countdown {
	width:100%;
	margin-top:20px;
	padding:0px;
}

#twitter {
width:100%;
}

#preussenlinks {
width:100%;
margin-top:20px;
}

/* ####################################################################################### */
/* Datumsanzeige */

.datum {
	float:left;
	height:40px;
	width:30px;
	padding:3px;
	background:#BEBEBE;
	color:white;
	margin-left:20px;
	margin-right:10px;
	margin-bottom:5px;
	text-align:center;
}

.datum_tag {
	font-size:2em;
}

#topdatum {
	width:200px;
	float:right;
	top:15px;
	font-size:0.8em;
	color:#FFFFFF;
	text-align:right;
	padding-right:15px;
	z-index:100000;
}
/* ####################################################################################### */
/* Bilder */

img {
	background: #FAFAFA;
   border: 1px solid #E4E4E4;
	padding: 8px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

#bildanzeige {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}

.rahmenlos {
 border:0px;
 padding:0px;
}

.fotozeile {
	width:auto;
	padding:5px;
	font-size:0.9em;
	color:#999999;
	margin-bottom:15px;	
}

/* ####################################################################################### */
/* Formular-Anzeige */

form {
	border: 1px solid #F0F0F0;
	background: #F8F8F8;
	padding:10px;
}

input, select, textarea {
	margin: 5px 0;
	padding: 5px;
	color: #6A6969;
	border-width: 1px;
	border-style: solid;
  	border-color: #D4D4D4 #EBEBEB #EBEBEB #D4D4D4; 	
	font: 11px 'Lucida Grande', Verdana, Helvetica, sans-serif;
}

#rechte_spalte form#quick-search {
	padding: 0; margin: 10px 0 0 10px;
	width: 200px; height: 33px;
	background: #fff url(media/layout/header-search.gif) no-repeat;
	border: none;	
}
#rechte_spalte form#quick-search p {
	margin: 0; padding: 0;		
	border: none;
}
#rechte_spalte form#quick-search input {
	border: none;
	background: transparent;
	color: #BABABA;
	margin: 0; padding: 5px;
	font-size: .9em;	
	float: left;		
}
#rechte_spalte form#quick-search .tbox {
	margin: 6px 0 0 5px;
	width: 150px;	
	display: inline;	
}
#rechte_spalte form#quick-search .btn{
	width: 24px; height: 24px;		
	margin: 5px 0 0 0;	padding: 0;	
}
#rechte_spalte form#quick-search label {
	display: none;
}


































