/* Kopfbereich Hintergrund */
.head {
	background-color: #777777;
}

/* Überschrift im Textbereich */
h1 {
	font-size: 22px;
	font-weight: normal;
	color: #777777;
	font-family: "Times New Roman", Times, serif;
	line-height: 120%;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #777777;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* --- TOP --- */
/* Menuepunkte in der Navigation TOP in der 
   Seiten-entsprechenden Farbe */
.menu_top {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

/* Aktiv ausgewaehlter Menuepunkt in der Navigation TOP
   in der Seiten-entsprechenden Farbe */
.menu_top_akt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #FFFFFF;
}

/* Links Navigation TOP in der Seiten-entsprechenden Farbe */
a.nav_top {  
	color: #FFFFFF; 
	text-decoration: none
}
a.nav_top:hover {  
	color: #FFFFFF; 
	text-decoration: none
}
a.nav_top:active { 
	color: #FFFFFF; 
	text-decoration: none
}

/* Aktive Links Navigation TOP in der Seiten-entsprechenden Farbe */
a.nav_top_akt {  
	color: #777777; 
	text-decoration: none
}
a.nav_top_akt:hover {  
	color: #777777; 
	text-decoration: none
}
a.nav_top_akt:active { 
	color: #777777; 
	text-decoration: none
}
/* --- ENDE: T O P --- */


/* --- L E F T --- */

/* Menüpunkte für die Navigation LINKS */
.menu_left {
	margin-top: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #777777;
	color: #FFFFFF;
}

/* Links für die Navigation LINKS */
 
a.nav_left {
	text-decoration: none;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 120%;
}
a.nav_left:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.nav_left:active {
	color: #FFFFFF;
	text-decoration: underline;
}

/* Aktive Links für die Navigation LINKS */  
.nav_left_akt {
	color: #FFFFFF;
	font-size: 11px;
	}
a.nav_left_akt {
	font-weight: bold;
	text-decoration: none;
	line-height: 120%;
}
a.nav_left_akt:hover { 
	color: #FFFFFF;
	text-decoration: underline
}
a.nav_left_akt:active {
	color: #FFFFFF;
	text-decoration: underline;
}


/* Unternavigation LINKS */ 
.menu_left_sub {
	background-color: #FFFFFF;
	color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #777777;
	border-bottom-color: #777777;
	border-left-color: #777777;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* Links für die Unternavigation LINKS */    
a.nav_left_sub {
	text-decoration: none;
	font-size: 11px;
	color: #777777;
	line-height: 120%;
}
a.nav_left_sub:hover {
	color: #777777;
	text-decoration: underline;
}
a.nav_left_sub:active {
	color: #777777;
	text-decoration: underline;
}

/* --- ENDE:  L E F T --- */


/* --- Navigation über Textteil --- */

/* Link der Brotkrumen-Navigation oberhalb dem Textteil */
a.nav_crumb {
	text-decoration: underline;
	font-weight: normal;
	color: #888888;
}
a.nav_crumb:hover {
	color: #555555;
	text-decoration: none;
}
a.nav_crumb:active {
	color: #555555;
	text-decoration: none;
}

/* Aktiver Link der Brotkrumen-Navigation oberhalb dem Textteil */
a.nav_crumb_akt {
	text-decoration: none;
	font-weight: normal;
	color: #777777;
}
a.nav_crumb_akt:hover {
	color: #777777;
	text-decoration: underline;
}
a.nav_crumb_akt:active {
	color: #777777;
	text-decoration: underline;
}

/* --- ENDE:  Navigation über Textteil --- */



/* Textformatierung in der Fusszeile */
.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #AAAAAA;
}

/* Link in der Fusszeile */
a.cop {  
	color: #AAAAAA; 
	text-decoration: none
}
a.cop:hover {  
	color: #555555; 
	text-decoration: none
}
a.cop:active { 
	color: #555555; 
	text-decoration: none
}


/* Formatierung fuer Eingabe-Boxen */
.input_box {  
	border: #777777; 
	border-style: solid; 
	border-top-width: 1px;
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px
}


/* kleiner Text im rechten Bereich der Website */
.klein {
	font-size: 10px;
	color: #555555;
	line-height: 130%;
}
.right_box {
	background-color: #777777;
	color: #FFFFFF;
	line-height: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
}

.right_bold {
	color: #777777;
	font-weight: bold;
}

