/*  =========================================================
Stylesheet zur Formatierung am Bildschirm
Datei: bildschirm.css
Datum: 2009-04-10
Autor: Heiko Schmelz 
========================================================== */

@media screen { 

/* ======================================
   1. Allgemeine Styles
   ====================================== */
html{
	text-align:center;
}

body {
   background-color: #fff; 
   background-image:url(/system/images/bg_main.gif);
   background-repeat:repeat-x;
   color: #fff;
   width:990px;
   margin:0 auto;
   text-align:left;
}
h1 { 
   padding: 0; 
   margin: 0; 
}
address {
   text-align: center;  
   font-size: 80%;      
   font-style: normal;  
   letter-spacing: 2px; 
}
/* Hyperlinks */
a { text-decoration: none; outline: none;} 
a:link { color: #fff; } 
a:visited { color: #fff; }
a:focus,
a:hover { 
	color:#a71f1a;
}
a:active { 
   color: #a71f1a;
}
/* Allgemeine Klassen und IDs */



/* ==================================== 
   2. Styles für die  Layoutbereiche 
   ==================================== */
#basics{
	height:40px;
	text-align:right;
	padding-top:15px;
}

#basics li{
	display:inline;
	list-style:none;
	margin:0;
	margin-right:7px;
}
#basics a{
	color: #888;
	text-decoration:none;
}
#basics a:hover{
	color: #a71f1a;
	text-decoration:none;
}
#border{
	position:relative;
	border:1px solid black;
	padding:10px;
	margin-top:15px;
}
#branding{
	background-image:url(/system/images/bg_navigation.jpg);
	background-repeat:no-repeat;
	height:94px;
	text-align:right;
	padding-top: 0px;
}
#branding li{
	display:inline;
	list-style:none;
	margin:0;

}

#brandig a{
	color:#fff;
	text-decoration:none;
}
#brandig a:hover{
	color:#a71f1a;
	text-decoration:none;
}
#brandig a:active{
	color:#a71f1a;
	text-decoration:none;
}
#navigation{
	height:27px;
}
#content{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	background-color:#000;
	padding-left:15px;
	padding-right:15px;
	padding-top:20px;
	padding-bottom:20px;
	
}
#footer{
	padding-top:3px;
	background-image:url(/system/images/bg_footer.jpg);
	background-repeat: no-repeat;
	color:#fff;
	height:20px;
	text-align:right;
}
#footer ul{
margin: 0;

}
#footer li{
	display:inline;
	list-style:none;
	margin:0;
	margin-right:6px;
	color: #fff;
	letter-spacing:1px;
}

#footer a:hover{
	color:#000;
}
/* ==================================== 
   3. Sonstige Styles 
   ==================================== */
#home li#startseite a,
#agb li#nav_agb a,
#kontakt li#nav_kontakt a,
#impressum li#nav_impressum a,
#callback li#nav_callback a,
#vita li#nav_vita a,
#stimmen li#nav_stimmen a,
#turniertisch li#nav_turniertisch a,
#aktuell li#nav_aktuell a
{
	color:#000;
}
#home div#marke img{
	position:absolute;
	left:523px;
	top:120px;
}
#stimmen div#marke img{
	position:absolute;
	left:615px;
	top:120px;
}
#turniertisch div#marke img{
	position:absolute;
	left:870px;
	top:120px;
}
#aktuelles div#marke img{
	position:absolute;
	left:725px;
	top:120px;
}
#kontakt div#marke img,
#impressum div#marke img,
#callback div#marke img,
#agb div#marke img{
	display:none;
}

.thumbnails {
	border: 1px solid #FFFFFF;
}

.subnav_zeile{
	width: 274px; 
	height: 53px; 
	color: #ffffff; 
	font-family: arial; 
	font-size: 17px; 
	vertical-align: top;
}

.subnav_zeilentrenner{
	width: 274px; 
	height: 1px;
	background-color: #5e5e5e;
	margin-top: 6px;
	margin-bottom: 5px;
}


} /* Ende @media - nicht löschen! */ 

/* ======================================= 
   E N D E  bildschirm.css 
   ======================================= */

