/*****************************
*	SYSTEM TAGS				 *
******************************/

html {
	overflow: hidden;
	}

body {
	background: #151515;
	margin: 0;
	overflow: hidden;
	}
	
a,a:active {
	color: #C62500;
	text-decoration: none;
	outline: none;
	}
	
a:hover {
	color: #C62500;
	font-weight: bold;
	text-decoration: none;
	}
	
h3 {
	color: #b12201;
	letter-spacing: 4px;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	}
	
ul {
	list-style: square inside;
	list-style-position: outside;
	padding: 0 0 0 10px;
	margin: 0 0 0 20px;
	color: #e0c8c3;
	}
	
img {
	border: 0;
	}	

p {
	margin: 0 0 0px 0;
}

label {
	font-size: 10px;
	clear: both;
	margin: 6px 0 2px 0;
}

form {
	margin: 0;
	padding: 0;
}
	
/*****************************
*	RAHMEN				 	 *
******************************/

#rahmen {
	width: 980px;
	height: 570px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -285px 0 0 -490px;
	background: #B12201 url("../images/rahmen/bgverlauf.jpg") repeat-x;
	}
	
#content {
	position: absolute;
	left: 0;
	top: 0;
	width: 980px;
	height: 570px;
}

#navigation {
	width: 294px;
	fheight: 181px;
	position: absolute;
	top: 280px;
	left: 0;
	background: #ffffff;
	padding: 10px 10px 10px 10px;
	}
	
/*****************************
*	STARTSEITE				 *
******************************/

#startseite_inhalt h2 {
	font: bold 14px arial,helvetica,sans-serif;
	color: #ffffff;
	margin: 7px 0 7px 0;
	text-transform: uppercase;
	}
	
#startseite_inhalt {
	width: 330px;
	position: absolute;
	top: 185px;
	left: 610px;
	font: 11px arial,helvetica,sans-serif;
	color: #000000;
	padding: 0 30px 10px 10px;
	}

/*****************************
*	INHALT   				 *
******************************/

#inhalt {
	width: 637px;
	min-height: 435px;
	height: auto !important;
	_height: 435px;
	position: absolute;
	top: 6px;
	left: 297px;
	padding: 40px 0 20px 40px; 
	font: 13px arial,helvetica,sans-serif;
	line-height: 18px;
	color: #e0c8c3;
	}
	
#inhalt h2 {
	font: normal 18px arial,helvetica,sans-serif;
	color: #b12201;
	margin: 7px 0 7px 0;
	letter-spacing: 4px;
}
	
#inhalt a:hover {
	color: #ffffff;
}
	
#inhalt #infobox a {
	width: auto;
	clear: left;
	background: none;
}

#inhalt #infobox .bild {
	border: 1px solid #7B0500;
	margin-bottom: 7px;
	}
	
#mask {
	clip: rect(0 630px 400px 0);
	width: 400px;
	height: 400px;
	position: absolute;
	float: left;
}

#artikel {
	position: relative;
	top: 0;
	float: left;
	width: 400px;
}

#infobox {
	width: 180px;
	position: absolute;
	left: 480px;
	top: 74px;
}
	
#sliderbox {
	position: absolute;
	left: 460px;
	top: 74px;
	height: 370px;
	width: 4px;
	border: solid 1px #b12201;
}
#slider {
	position: absolute;
	top: 0px;
	left: 0px;
	background: #b12201;
	width: 4px;
	height: 370px;
}
#knopf {
	position: absolute;
	width: 4px;
	height: 6px;
	background: #e0c8c3;
}

#textaufzaehler {
	font-size: 12px;
	color: white;
}

/*****************************
*	KLASSEN				 	 *
******************************/

.spaltenormal {
	float: left;
	width: 190px; 
}

.spalteweiss {
	float: left;
	width: 170px; 
	background: white;
	padding: 10px;
	height: 350px;
	color: #110300;
}

#inhalt .spalteweiss a:hover {
	color: #110300;
}

/*## bild ###*/
.bild_links {
	float: left;
	display: inline;
	margin: 0 5px 5px 0;
	}	

.bild_rechts {
	float: right;
	display: inline;
	margin: 0 0 5px 5px;
	}
	
.bild_umbruch {
	clear: both;
	margin: 5px 0 5px 0;
	}
	
/*## link ###*/	
.download_beschreibung {
	font: italic 11px arial, helvetica, sans-serif;
	}
	
/*## abstand ###*/	
.abstand_klein {
	width: 410px;
	margin-top: 10px;
	float: left;
	line-height: 0;
	}

.abstand_mittel {
	width: 410px;
	margin-top: 20px;
	float: left;
	line-height: 0;
	}
	
.abstand_gross {
	width: 410px;
	margin-top: 30px;
	float: left;
	line-height: 0;
	}
	
.nav_punkt {
	margin-bottom: 3px;
	}
	
	* html #navigation .nav_punkt {
		margin-bottom: 1.5px;
	}
	
.einleitung {
	font-weight: bold;
	color: #fff;
}

.einleitung a {
}

.guestbook {
	width: 100%;
	margin-bottom: 10px;
	border-bottom: solid 1px #7b0500;
	padding-bottom: 10px;
}

.eingabe {
	padding: 1px 3px 3px 3px;
	margin: 0;
	border: solid 1px #7b0500;
	width: 172px;
	font: normal 11px arial,helvetica,sans-serif;
}

.submit {
	padding: 1px 3px 1px 3px;
	margin: 8px 0 20px 0;
	border: solid 1px #7b0500;
	border-color: white black black white;
	width: 182px;
	font-size: 10px;
	font-weight: bold;
	color: white;
	background-color: #7b0500;
}

.texteingabe {
	padding: 1px 3px 1px 3px;
	margin: 0;
	border: solid 1px #7b0500;
	width: 172px;
	height: 80px;
	font: normal 11px arial,helvetica,sans-serif;
}

.publikation {
	float: left;
	width: 200px;
	margin: 10px 0 0 0;
	font-size: 10px;
}

.publikationbild {
	float: left;
	text-align: center;
	width: 80px;
	height: 80px;
	padding-right: 8px;
}

.publikation h3 {
	letter-spacing: 0;
	font-weight: bold;
}

.publikation img {
	border: solid 1px #e0c8c3;
}