/*
 * CSS Zweidlerfest
 * Schumacher-Schwarz
 *
*/

/* Gennerelle Styles */

body {
	margin: 0px;
	margin: 0px;
	color: #000000;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	background-image: url(background.gif);
	background-repeat: repeat-y;
	padding: 0px;
	background-color: #666666;
	background-position: 20px;
}


/*Links ------------------------------------------------ */
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	text-decoration: none;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

/* Layout ------------------------------------------------ */

#box {
	width: 1050px;
	min-height: 550px;
	height: 1000px;
	position: absolute;
	top: 160px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}

#wappen {
	width: 143px;
	height: 159px;
	left: 25px;
	position: absolute;
}

/* Navigation --------------------------------------- */

#navi {
	width: 138px;
	padding-right: 0px;
	padding-bottom: 20px;
	float: left;
	background-color: #EEF202;
	padding-left: 0px;
	padding-top: 0px;
}

#navi a {
	 text-decoration: none;
	 color: #CC0000;
	 line-height: 25px;
}

#navi .navi-no, #navi .navi-act {
	color: #000000;
	width: 137px;
	text-indent: 10px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CC0000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;

}

#navi .subnavi-no, #navi .subnavi-act {
	color: #000000;
	width: 137px;
	background-image: url(balken_duenn.gif);
	background-position: 0px center;
	background-repeat: no-repeat;
	text-indent: 10px;
}

#navi .navi-no a, a:link, a:visited {
	line-height: 25px;
	font-weight: bold;

}
#navi .navi-no a:hover, a:active {
	line-height: 25px;
	font-weight: bold;
	color: #EEF202;
	background-color: #CC0000;
	
}
#navi .navi-act a, a:link, a:visited {
	color: #CC0000;
	line-height: 25px;
	font-weight: bold;
}
#navi .navi-act a:hover, a:active {
	color: #CC0000;
	line-height: 25px;
	font-weight: bold;
}

#navi .subnavi-no a {
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#navi .subnavi-act a {
	color: #817B61;
	font-weight: normal;
}

/* Inhalt ------------------------------------- */ 
#contentbox {
	position: absolute;
	padding-left: 21px;
	width: 830px;
	left: 160px;
	height: 1000px;
}
#content {
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-left: 0px;
	float: left;
	position: absolute;
	top: 0px;
}
* html #content {
	padding-top: 24px;
	padding-right: 35px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#box #contentbox #content h1 {
	color: #CC0000;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: bold;
}


#content h2 {
	color: #33CC00;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: bold;
}


/* Formularelemente ------------------------------------- */ 

input {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5E583E;
	text-decoration: none;
	font-weight: normal;
	border: 1px solid #5E583E;
	background-color: #FFFFFF;
	line-height: 12px;
	padding: 2px;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5E583E;
	border: 1px solid #5E583E;
	line-height: 12px;
}
#box #contentbox #content ul {
	list-style-position: outside;
	list-style-type: disc;
	text-indent: -25px;
}
#box #contentbox #content li {
	text-indent: 0px;
}
#logo {
	position: absolute;
	left: 163px;
	top: 0px;
	height: 161px;
	width: 650px;
}
#logoseite {
	position: absolute;
	top: 259px;
	left: 0px;
}
#box #contentbox #content a {
	font-weight: bold;
	color: #CC0000;
}
#box #navtop {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 7px;
	width: 138px;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



span.rotnormal {
	font-size:11px;
	font-weight:bold;
	font-style:normal;
	color:#CC0000;
}

span.rotkursiv {
	font-size:11px;
	font-weight:bold;
	font-style:italic;
	color:#CC0000;
}

span.rotgross {
	font-size:13px;
	font-weight:bold;
	font-style:normal;
	color:#CC0000;
}

span.rotextragross {
	font-size:20px;
	font-weight:bold;
	font-style:normal;
	color:#CC0000;
}

span.gross {
	font-size:13px;
	font-weight:bold;
	font-style:normal;
}

span.extragross {
	font-size:20px;
	font-weight:bold;
	font-style:normal;
}




