/* STYLE-SHEET für Gebr. Schäfer - Schreinerei & Treppenbau
   zur Verfügung gestellt durch...
   
   			www.go4go.com - Die Webdesign Company
	
	Im Anschluss bitte keine Änderungen vornehmen, falls sie
	nicht genau wissen, was sie machen.
*/

/*  STYLES für standart konforme Links */
a {
    text-decoration: none;
    font-weight: bold;
}
a:link {
    text-decoration: none;
    color: #DE9C46;
}
a:visited {
    text-decoration: none;
    color: #DE9C46;
}

a:hover {
    text-decoration: none;
    color: #DEBB43;
}

/*  STYLES für den Hauptteil der Seite */
body {
    background-color: #FFFFCC;
}


/*  STYLES für Tabellen und deren Inhalt */
table {
    background-color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
    text-align: left;
}

.table_top {
	background-color: #000000;
}

.table_adress {
	background-color: #DE9C46;
	font-size: 9px;
	color: #FFFFFF;
}

.table_mainbox_top {
	background-color: #DDDDDD;
}

.table_mainbox_main {
	background-color: #EEEEEE;
}

.table_bottom {
    background-color: #FFFFCC;
	font-size: 9px;
	color: #666666;
}

/* STYLES für die Menüs */

.topmenu {
        background-color: #DEBB43;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}
.topmenu_aktiv {
        background-color: #AAAAAA;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}
.topmenu_link:link, .topmenu_link:active, .topmenu_link:visited, .topmenu_link:hover { color: #FFFFFF; font-weight: bold; }
.topmenu_in { background-color: #888888; text-align: center; }
.topmenu_out { background-color: #DEBB43; text-align: center; }

.submenu {
	background-color: #AAAAAA;
	font-size: 9px;
	color: #FFFFFF;
	text-align: center;
	font-weight: normal;
}
.submenu_aktiv {
	background-color: #999999;
	font-size: 9px;
	color: #FFFFFF;
	text-align: center;
	font-weight: normal;
}
.submenu_link:link, .submenu_link:active, .submenu_link:visited, .submenu_link:hover { color: #FFFFFF; font-weight: normal; }

.bottommenu {
    background-color: #AAAAAA;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}
.bottommenu_aktiv {
	background-color: #999999;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}
.bottommenu_link:link, .bottommenu_link:active, .bottommenu_link:visited, .bottommenu_link:hover { color: #FFFFFF; font-weight: bold; }
.bottommenu_in { background-color: #888888; text-align: center; }
.bottommenu_out { background-color: #AAAAAA; text-align: center; }

.impressum_link:link, .impressum_link:active, .impressum_link:visited, .impressum_link:hover { text-decoration: none; color: #DE9C46;; font-weight: normal; }
