/* Grundelemente */
body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: #a2a51a;
	color: #fff;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../gfx/home/hauptbild.jpg);
}


/* Navigation */
#navigation {
	width: 60em;
	height: 2em;
}

#navigation li {
	display: inline;
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic; 
	margin-right: 2.5em;
}

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

#navigation a:hover {
	text-decoration: underline;
}


/* Content */
#content {
	width: 66em;
	height: 32em;
	margin-top: 0.4em;
	padding: 1em 0 0 2.5em;
}

#main {
	width: 30em;
	height: 25em;
	border: 4px solid #fff;
	background-image: url(../gfx/layout/main_bg.png);
	background-repeat: repeat;
	overflow-y: scroll;
	padding: 1em 0 1em 1em;
}

#main h1 {
	font-size: 1.3em;
	font-style: italic;
	margin-top: -0.1em;
	margin-bottom: -0.5em;
}

#main h2 {
	font-size: 1.2em;
	font-style: italic;
	margin-bottom: -0.5em;
}


#main a,
#main a:visited {
	color: #fff;
	text-decoration: underline;
}

#slogan {
	width: 29.5em;
	height: 2em;
	background-color: #fff;
	padding: 1em;
	margin-bottom: 1em;
}

#slogan h1 {
	color: #542a2b;
	font-style: italic;
	font-size: 1.8em;
	margin-top: -0.5em;
	margin-bottom: -0.7em;
	word-spacing: 0.6em;
}

#slogan h2 {
	color: #158538;
	font-style: italic;
	font-size: 1.2em;
}


/* Footer */
#footer {
	width: 67.5em;
	height: 2em;
	margin-top: 3em;
	text-align: right;
}

#footer p {
	color: #fff;
}

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

#footer a:hover {
	text-decoration: underline;
}

/* Intro Hauptbild */


/* Wiederkehrende Klassen */
.fahrplan {
	float: left;
	margin-right: 1em;
}

.galerieLeft {
	float: left;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
}

.galerieRight {
	float: left;
	margin-bottom: 0.5em;
}


