/*
 * CSS von CSS | SH-Blasmusikverband
 * Christa Schumacher-Schwarz
 *
*/

/* Gennerelle Styles */

body {
	margin: 0px;
	margin: 0px;
	color: #505050;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	background-image: url(bg.jpg);
	background-repeat: repeat-y;
	padding: 0px;
	background-color: #FFFFFF;
}


/*Links ------------------------------------------------ */
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	text-decoration: none;
	font-weight: normal;
}

/* Layout ------------------------------------------------ */

#box {
	width: 870px;
	margin: 0px;
	position: absolute;
	top: 280px;
	left: 91px;
	height: auto;
	visibility: visible;
	background-color: #FFFFFF;
	z-index: 3;
}

#banner {
	width: 900px;
	height: 270px;
	position: absolute;
	top: 0px;
	z-index: 2;
}

/* Navigation --------------------------------------- */

#navi {
	width: 180px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	float: left;
}

#navi a {
	text-decoration: none;
	color: #365B31;
	line-height: 20px;
}

#navi .navi-no, #navi .navi-act {
	color: #505050;
	width: 180px;
	text-indent: 30px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	font-size: 10px;

}

#navi .subnavi-no, #navi .subnavi-act {
	color: #73942B;
	width: 180px;
	text-indent: 40px;
	text-transform: uppercase;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	font-size: 10px;
}

#navi .navi-no a, a:link, a:visited {
	line-height: 20px;
	font-weight: bold;

}
#navi .navi-no a:hover, a:active {
	line-height: 20px;
	font-weight: bold;
	
}
#navi .navi-act a, a:link, a:visited {
	color: #365B31;
	line-height: 20px;
	font-weight: bold;
}
#navi .navi-act a:hover, a:active {
	color: #365B31;
	line-height: 20px;
	font-weight: bold;
}

#navi .subnavi-no a {
	color: #73942B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}
#navi .subnavi-act a {
	color: #817B61;
	font-weight: normal;
}

/* Inhalt ------------------------------------- */ 
#contentbox {
	position: absolute;
	width: 700px;
	height: auto;
	left: 185px;
}
#content {
	padding-top: 20px;
	float: left;
	position: absolute;
	left: 78px;
	top: 0px;
	height: auto;
}
* html #content {
	padding-top: 24px;
	padding-right: 35px;
	padding-left: 0px;
}

#content h1 {
	color: #505050;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;

}


/* Formularelemente ------------------------------------- */ 

input {
	font-size: 11px;
	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: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5E583E;
	border: 1px solid #5E583E;
	line-height: 12px;
}
#balken {
	width: 55px;
	float: left;
	padding-top: 28px;
}
#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: 388px;
	top: 17px;
	height: 168px;
	width: 637px;
}
#logoseite {
	position: absolute;
	top: 350px;
	left: 0px;
}
#box #contentbox #content a {
	color: #73942B;
}
#box #contentbox #content hr {
	color: #CCCCCC;
}

#adresse {
	position: absolute;
	width: 175px;
	left: 91px;
	bottom: 15px;
	float:inherit;
	z-index: 1;
}

