/* CSS Document */

/*
alle links*/

/*alle abst”nde auf 0 setzen* und f¸r alle Elemente Basis-Schriftart setzen*/
html, body, table, tr, td, dl, dt, dd, h1, h2, h3, h4, hr, p, div, span, ul, ol, li, fieldset, blockquote, br,a {
margin: 0;
padding: 0;
border: 0;
font-family: RotisSansSerif, Tahoma, Verdana, Arial, Helvetica, sans-serif;  
}

body {  background-color:#333; color: #000;
font-size: 101%;

}
/*da nur eine einzige Tabelle auf der Seite ist, braucht es keine id*/
table {
 width:980px;
 height:701px;
}
/*link-Farbe der aktiven Seite*/
.aktiv {
color: #ccc;
	
}

 
 a:link { color:#777777; text-decoration:none; }
 a:visited { color:#777777; text-decoration:none; }
 a:hover { color:#cccccc; text-decoration:none; }
 a:active { color:#cccccc; text-decoration:none; }
 
 
 
#toplinks, #fusslinks { 
	color: #777;
	font-size: 12px;
	vertical-align: top;
	text-align: right;
	line-height: 12px;
	font-weight: bolder;
	text-decoration: none;
		}
	
#home {
	font-size: 14px;
	font-weight:600;
	font-stretch:semi-expanded;
	color: #d9d9d9;
	margin-top: 27px;
	margin-bottom: 27px;
	margin-left: 47px;
	margin-right: 47px;
	max-height:348px;
	max-width:484px;
	text-align: left;
	vertical-align:middle;
	line-height: 17px;
	text-decoration: none;
}


#content {
	background-color: #d9d9d9;
	vertical-align:top;
	color: #333;


}


#bu {
	font-size: 14px;
	margin-left: 47px;
	background-color: #d9d9d9;
	vertical-align:top;
	color: #333;	
}

/*defininition f¸r alle Links die im grauen feld*/
#bu a:link { color:#999999; text-decoration:none; }
#bu a:visited { color:#999999; text-decoration:none; }	
#bu a:hover { color:#333333; text-decoration:none; }
#bu a:active { color:#333333; text-decoration:none; }





/*defininition f¸r alle Links die im contentbereich stehen*/
#content a:link { color:#333333; text-decoration:none; }
#content a:visited { color:#333333; text-decoration:none; }	
#content a:hover { color:#333333; text-decoration:none; }
#content a:active { color:#333333; text-decoration:none; }



/*ein h1 tag sollte jede Seite haben weil Suchmaschinen danach suchen und diesen Text besonders wichtig nehmen. */
/*Diese Anweisuung bezieht sich nur auf h1 innerhalb content.*/
#content h1 {
	background-color: #d9d9d9;
	font-size: 13.5px;
	font-weight:300;
	font-stretch:semi-expanded;
	color: #333;
	margin-top: 27px;
	margin-bottom: 27px;
	margin-left: 47px;
	margin-right: 47px;
	max-height:348px;
	max-width:484px;
	text-align: left;
	vertical-align:top;
	line-height: 17px;
	text-decoration: none;
}

#content h1 .zab-narrow {
	line-height: 15.5px;
}


/*defininition f¸r alle Links die im contentbereich stehen*/
#content h1 a:link { color:#333333; text-decoration:none; }
#content h1 a:visited { color:#333333; text-decoration:none; }	
#content h1 a:hover { color:#999999; text-decoration:none; }
#content h1 a:active { color:#999999; text-decoration:none; }



#content h1 .wichtig {
	font-weight:bolder;
}

#menue { 
	color: #ff3333;
	font-size: 13px;
	font-weight: bolder;
	line-height: 16px;
	margin-top: 27px;
	margin-bottom: 27px;
	margin-left: 47px;
	margin-right: 47px;
    max-height:348px; 
	max-width:484px;
	text-align: left;
	vertical-align:top;

	text-decoration: none;
	
	}



