/* typography.css */

body { 
font : 80%/1.5 Arial, Verdana, Helvetica, sans-serif; color : #000; line-height: 1.4;}


h3 { 
margin-bottom : .15em;
font : 130% Tahoma, Helvetica, Verdana, sans-serif; 
font-weight : bold; 
letter-spacing : 0px; }

h2 { 
font-weight: bold; 
margin-bottom: 17px;
}

#hauptnavi { 
color : #b4ae76;}

a:link, a:visited { 
text-decoration : none;
color : #b20133; }

a:hover{ 
color : #b20133;
text-decoration:underline; }

#hauptnavi a { 
color : #b4ae76; 
text-decoration: none;
font-weight: normal;
}


#hauptnavi a:hover { 
color : #fff; 
text-decoration: none;
font-weight: bold;
}

#unternavi a { 
color : #b4ae76; 
text-decoration: none;
font-weight: normal;
}


#unternavi a:hover { 
color : #fff; 
text-decoration: none;
font-weight: bold;
}

#ausgewaehlt{
color : #fff; 
font-weight: bold;
}

#text p{
margin-bottom: 17px;
}