/* Hintergrund Schwarz / Schriftfarbe Weiss */
body {
	font-family: Verdana;
    font-size: 1.1em;  	
	color:white; 
    background-color:black;
    /* Ausrichtung container zentriert*/
    text-align: center;    
}

#container {
    width: 1000px;
    margin-bottom: 10px;
    margin:0 auto;
    background-color:black; 
    border: 2px solid silver;
    -moz-border-radius:10px;
    -khtml-border-radius:30px;    
}

#nav {
    background-color:black; 
    text-align: left;
    padding: 0px;
    margin: 10px;
    margin-bottom: 40px;    
}

#content {
    background-color:black; 
    padding: 8;
    margin-left: 10px;    
    margin-right:10px;
    text-align: left;  
}

/* Wichtig: Mindesthöhe */
div#content { 
    min-height:640px;
    height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}

.c_button {
    cursor: pointer;
	cursor: hand;    
    width:100px;
    background-color:red;    
    color:white;
    border:1px solid #aaaaaa;
    font-size: 1.1em;    
    /* Runde Ecken mit CSS 3 */    
    /* Gecko-browser wie Netscape, Mozilla und Firefox (mit -moz-prefix) und KHTML-Browser wie Safari und Konqueror (mit -khtml-prefix) */
    -moz-border-radius:10px;
    -khtml-border-radius:30px;    
}

a {
	font-family: Verdana;
    font-size: 1.1em;  	
}

a:link, a:visited {
	color:#faba00;
	text-decoration: underline;
}

a:hover {
    color:white; 
    background-color:red;        
}

/* Rahmen pro Grafik */
.c_img_frame {
  border:1px;
  border-style:solid;
  border-color:black;
  padding:1px;
    /* Runde Ecken mit CSS 3 */    
    /* Gecko-browser wie Netscape, Mozilla und Firefox (mit -moz-prefix) und KHTML-Browser wie Safari und Konqueror (mit -khtml-prefix) */
    -moz-border-radius:5px;
    -khtml-border-radius:15px;    
}

h1
{
  FONT-SIZE:1.3em; 
/*  color:#faba00;*/
  border-bottom: 1px solid silver;
}

h2
{
  FONT-SIZE:1.1em; 
}

td { 
  FONT-SIZE:1.1em; 
  FONT-FAMILY:Verdana; 
}

/* Mittige Links (klein) */
.c_ehelp24, .c_ehelp24 a:link, .c_ehelp24 a:visited {
	font-size: 1.0em;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color:#faba00; 
}

a.ehelp24:hover {
    color:white; 
    background-color:red;        
	text-decoration:underline;
}

a.test:hover {
    background-color:black;        
}

