/* allgemein */
#mainframe a {
	color: #ee0000;
}
#mainframe a:visited {
	color: #ce0000;
}
#inhalt p {
	max-width: 550px;
	line-height: 1.4;
}

	/*	#### Nach der Umstellung: Automatisches Dreieck bei h2-Überschriften ####
	#inhalt h2 {
		display: list-item;
		list-style-image:url('./design/pfeil.png');
		line-height: .8;
	}	#### 		----		 #### */

/* Hintergrund */

body {
	background-color: #b6b8b9;
	background-image: url('./design/background.png');
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}


/* Rahmen und grobe Unterteilung in Header, Mainframe, Footer */

#rahmen {
	margin: 20px auto 5px auto;
	padding: 0px;
	width: 1000px;
}

#header {
	margin: 0px;
	height: 168px;
	padding: 0px;
	background-image: url('./design/background_header.png');
}

#headbild {
	background-image: url('./design/background-images/staffel2.jpg'); /* hier einen Generator einfÃ¼gen */
}

#mainframe {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	min-height: 300px;
	background-image: url('./design/background_mainframe.png');
	background-repeat: repeat-y;
}

#footer {
	margin-top: 0px;
	margin-bottom: 0px;
	height: 100px;
	padding: 10px 0px 0px 0px;
	background-image: url('./design/footer.png');
	background-repeat: no-repeat;
}

#spiegelung {
	width: 1000px;
	height: 92px;
	/*background-image: url('./design/spiegelung.png'); 	BenniBV sagt: Nein.*/
}

/* Platz fuer den Schatten rechts */
.schatten {
	margin-right: 8px;
}


/* Inhalte des Headers */

#kopfbereich {
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0px;
	height: 149px;
}

#linkbalken {
	vertical-align: middle;
	font-family: Helvetica;
	font-weight: bold;
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 19px;
	background-image: url('./design/background_nav2.png');
	background-repeat: repeat-x;
	font-weight: bold;
	padding: 3px 0px 0px 15px;
}

#logo {
	height: 105px;
	width: 243px;
	margin: 0px;
	padding: 0px;
	border: 0px none #000000;
}

#rss {
	padding: 0px;
	height: 52px;
	width: 52px;
	margin-top: 131px;
	margin-right: 12px;
	margin-bottom: 0px;
	float: right;
	background-image: url('./design/rss.png');
	display: block;
	text-decoration: none;
}

#menues {
	height: 23px;
	width: 900px;
	margin-top: 21px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding: 0px;
}

.menue {
	margin-top: 0px;
	margin-bottom: 0px;
	height: 19px;
	width: 110px;
	background-image:url('./design/button_90.png');
	margin-right: 5px;
	display: block;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	padding-top: 4px;
	font-weight: bold;
	float: left;
}

.menue:hover {
	background-image:url('./design/button_150.png');
}

.menue.aktiviert {
	background-image:url('./design/button_200.png');
}

.menue.abstand {
	margin-right: 20px;
}

.link, .link:visited {
	text-decoration: none;
	color: #e4e4e4;
	margin: 0px 10px 0px 0px;
}

.dots {
	color: #ce0000;
	margin: 0px;
}


/* Inhalte des Mainframes */

#kartenspalte {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	width: 250px;
	float: right;
}

#contentspalte {
	margin: 0px;
	padding: 0px;
	width: 742px;
}

.kartentitel {
	height: 27px;
	font-family: Helvetica;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 10px 0px 15px;
	background-image: url('./design/background_karte_title.png');
}

.karteninhalt {
	padding: 12px 10px 15px 15px;
}

#select {
	width: 120px;
}

#select-button {
	width: 40px;
	margin-left: 4px;
}

#titel {
	height: 27px;
	font-family: Helvetica;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 10px 0px 15px;
	background-image: url('./design/background_title.png');
	margin: 0px;

}

#inhalt {
	margin: 0px;
	padding: 12px 55px 8px 45px;
	min-height: 875px;
	list-style-image:url('./design/pfeil.png');
}

/* Inhalte des Footers */

#footerinhalt {
	margin: 0px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
	text-align: center;
}

.footlink {
	color: #000000;
}