/*
# CSS Document 
# file name: sbb_styles.css
# author: Christoph Loeffler <email@christoph-loeffler.de>
# project: schlossbergbahn.de

# je Seite andere Hintergrundfarbe der Linien:
89BA16 - Home
BBCC00 - Der Schlossberg
89BA16 - Tarife
45A12B - Betriebszeiten
669628 - Lageplan
8A950E - Technische Daten

 
*/

body {
	text-align:center;
	font-family:  arial, helvetica, sans-serif;
}
h2 { color: #45A12B; }
#maincontain p, #maincontain li { font-size: 0.9em;}
#textmain li { margin-left: -20px; list-style-type: square; }

#container {
	width: 931px;
	margin:0 auto;
	text-align: left;
	border: solid black 1px;
}
#head {
	background-image: url(../images/schlossberg-000.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
/*  BEGIN Menu CSS */
#menu {
	background-color: #89BA16;  	/* muss je nach Seite angepasst werden  */
	margin-top: 1px;
}
html>body div#subhead img {
	margin-top: -1px;
}
#menu ul {
	text-align: center;
	font-weight: bold;
	font-size: small;
	line-height: 20px;
}

ul#navlist {
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	white-space: nowrap;
}

#navlist li {
	display: inline;
	list-style-type: none;
}

#navlist a { padding: 2px 12px; }
#navlist a#current {
	color: #000;
	padding-bottom: 10px;
}

#navlist a:link, #navlist a:visited {
	color: #fff;
	text-decoration: none;
}

#navlist a:hover {
	text-decoration: none;
	padding-bottom: 10px;
}


#Menu1 a:link, #Menu1 a:visited {
	background-color: #89BA16;
}
#Menu2 a:link, #Menu2 a:visited {
	background-color: #BBCC00;
}
#Menu3 a:link, #Menu3 a:visited {
	background-color: #89BA16;
}
#Menu4 a:link, #Menu4 a:visited {
	background-color: #45A12B;
}
#Menu5 a:link, #Menu5 a:visited {
	background-color: #669628;
}
#Menu6 a:link, #Menu6 a:visited {
	background-color: #8A950E;
}


/*  END Menu CSS */



#textmain {
	margin-left: 25px;
	margin-bottom: 10px;
	padding-right: 10px;
	border-right: solid black 1px;
	width: 550px;
	float: left;
}



#helper01 {
clear: left;
}

#textright {
	width: 240px;
	float: left;
	margin-left: 10px;
}

#footer {
	clear: both;
	text-align: right;
	background-color: #89BA16; /* Farbe des Footers muss angepasst werden, je nach Seite */
	height: 20px;
}

.impressum {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: x-small;
	font-weight: bold;
	padding-right: 80px;
	padding-top: 3px;
}

.impressum a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: x-small;
	font-weight: bold;
	text-decoration: none;
}

