/* CSS für Seete.com
////////////////////////*/

/* CSS für Schrift
////////////////////////*/

/* Allgemein */
body {
     font-size: 11px;
     font-family: Arial, Verdana, "Arial Narrow","Trebuchet MS", sans-serif;
     font-weight: normal;
     text-align: left;
     color: #333333;
     line-height: 1.2em;
     }

select, option {
     font-size: 11px;
     font-family: Arial, Verdana, "Arial Narrow","Trebuchet MS", sans-serif;
     color: #333333;
     }

* html select, option {
     font-size: 0.9em;
     }

a    {
     color: #333333;
     text-decoration: none;
     }

#news_box,
#adress_box,
#quick_link {
     line-height: 1em;
     }

/* Style für die Überschrift der Seite */
#head_heading {
     font-size: 1.6em;
     color:#E9E9E9; /* white;*/
     line-height: 1.2em;
     }

/* Schriftfarbe für überfahrene Links */
a:hover {
     color: #ad302f;
     }

/* Überschrift der Quicklink Boxen */
.box_content_heading {
     font-size: 13px;
     }

/* Überschrift des Inhaltes */
#content_heading {
    color: #ad302f;
    font-size: 1.6em;
    font-weight: bold;
    }

#impressum,
#impressum a {
     color: #a1a1a1;
     }

#impressum a:hover,
#impressum a.active {
     color: #ad302f;
     }

#content a {
	border-bottom: 1px dotted #ad302f;
	 }
	 
#content a:hover {
	border:none;
	}