
/* DEFINIERTE STARTWERTE FÜR ALLE HTML-ELEMENTE */
* { 
 margin: 0; 
 padding: 0;
}
 
 
/* Allgemeine Einstellungen FÜR DIE BROWSERSEITE */
html, body {
background-color: #4B4B4B; 
font-size:95%;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000000;
	}
 
 
a:focus {
	outline: none;
}

 
 H1 { font-size:120%;
     color:#A40000; 
	 font-weight: 600;
	 
	 }

H2 { font-size:100%;
     color:#A40000; 
	 font-weight: 600;
	 
	 }
	 
H3 { font-size:95%;
     color:#A40000; 
	 
	 }
	 
H4 { font-size:95%;
     color:#A40000; 
	 
	 }
	   
 
a:link {
    color: #000000;
}

a:visited {
    color: #000000;
}

a:hover {
    color: #A40000;
}

a:active {
     color: #A40000;
	 
}
	
	
/*
* AUSSEHEN DIV TAGS FESTLEGEN FÜR banner, spacer, navigation, inhalt, news, fusszeile
*/
#container {
 width: 900px;
 margin: 10px auto;
 background-color: #D9D9D9;
 color: #000000;
 line-height: 140%;
 border-top-right-radius: 15px;
 border-top-left-radius: 15px;
 border-bottom-right-radius: 15px;
 border-bottom-left-radius: 15px;
 box-shadow: 3px 2px 20px #303331,
            -3px 2px 20px #303331;
 }
 
 
#banner {
 height: 150px;
 padding: .0em;
 background-color: #D9D9D9;
 background-image: url(/slotcar-raceway/media/logos/banner.png);
 font-size: 100%;
 border-top-right-radius: 15px;
 border-top-left-radius: 15px;
 }
 
 
#navigation1 {
 background-color: #1D1D1D;
 height: 27px;
 margin: 0;
 border-top: 4px ridge #F00D0D; /** #CCCCCC **/
 border-bottom: 4px ridge #F00D0D;
}
 
 
 #space2 {
 height: 10px;
 padding: .0em;
 background-color: #D9D9D9;
  }
 
 
 #inhalt {
 clear: left;
 /** float: left; **/
 background-color: #D9D9D9;
 padding: 20px 50px 20px 50px; /** geändert **/
}
 
 #space3 {
 clear: both;
 height: 10px;
 padding-left: 820px;
 background-color: #D9D9D9;
  }
  
 #fusszeile {
 clear: both;
 text-align: center;
 padding-top: 3px;
 padding-bottom: 5px;
 /** padding: .2em; **/
 color: #FFFFFF;
 background-color: #3C3C3C;
 border-top: 3px ridge #CCCCCC;
 border-bottom: 3px ridge #CCCCCC;
 font-size:85%;
 border-bottom-right-radius: 15px;
 border-bottom-left-radius: 15px;
 
 }
 
 
 #fusszeile a:link  {
        color: #FFFFFF;
        }

 #fusszeile a:visited  {
        color: #FFFFFF;
        }
		
 #fusszeile a:hover  {
        color: #FFFFFF;
        }
		
 #fusszeile a:active {
        color: #FFFFFF;
        }


 
 
 
/*
* CSS ANWEISUNGEN ZUR FORMATIERUNG DES MENÜS
*/
#navigation1 ul li {
display: inline;
}
 
#navigation1 ul li a {
height:27px;
color: #FFFFFF; 
float: left;
font-size: 99.99%;
font-weight: 700;
text-decoration: none;
/* padding: 0.15em 1em; */
padding: 0.25em 1em;
}
 
#navigation1 ul li.menu-current a, #navigation1 ul li.menu-parent a, #navigation1 ul li a:hover,
#navigation1 ul li a:active {
height: 19.5px;
color: #000000;
background-color: #FFFFFF;
/* padding: 0.15em 1em; */
padding: 0.25em 1em;
}
