a:link, a:active, a:visited  { color:#903; text-decoration:none; font-weight:bold; }
a:hover { color: #903; text-decoration: underline; font-weight:bold; }


html, body {
	overflow: auto;
	height:100%;
}

body {
	padding: 0px;
	margin: 0px;
	text-align:center;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:12px;
	background-color:#FFFFFF;
	background-image:url(../images/aufbau/background.jpg);
	background-repeat:repeat;
	color:#333333;
	scrollbar-base-color:#903;
	scrollbar-3d-light-color:#f7f2ec;
	scrollbar-arrow-color:#903;
  	scrollbar-darkshadow-color:#903;
  	scrollbar-face-color:#f7f2ec;
  	scrollbar-highlight-color:#f7f2ec;
  	scrollbar-shadow-color:#f7f2ec;
  	scrollbar-track-color:#f7f2ec;
}

*+html body {
	text-align:center;
	overflow: hidden;
}

* html body {
	overflow: hidden;
}


#distance { 
	overflow: hidden;
	width:1px;
	height:50%;
	margin-bottom:-300px; /* half of container's height */
	float:left;
}

#wrapper {
	margin: 0 auto;
	clear:left;
	width:1000px;
	height: 640px;
	position:relative;
	background-image:url(../images/aufbau/wrapper.png);
	background-repeat:no-repeat;
}

* html #wrapper {
	background-image:url(../images/aufbau/wrapper.gif);
}

#logo {
	width:255px;
	height: 200px;
	position:absolute;
	background-image:url(../images/aufbau/logo.png);
	background-repeat:no-repeat;
	top:12px;
	left:32px;
}
* html #logo {
	background-image:url(../images/aufbau/logo.gif);
}


#musiker {
	width:269px;
	height: 358px;
	position:absolute;
	background-repeat:no-repeat;
	bottom:100px;
	left:30px;
	-moz-opacity: 0.50;
	opacity:.50;
	filter: alpha(opacity=50);
}

#sack {
	width:244px;
	height: 238px;
	position:absolute;
	background-image:url(../images/aufbau/sack.png);
	background-repeat:no-repeat;
	bottom:10px;
	left:0px;
}
* html #sack {
	background-image:url(../images/aufbau/sack.gif);
}

#posaune {
	width:325px;
	height: 152px;
	position:absolute;
	background-image:url(../images/aufbau/posaune.png);
	background-repeat:no-repeat;
	bottom:15px;
	right:0px;
}
* html #posaune {
	background-image:url(../images/aufbau/posaune.gif);
}

#navi {
	position:absolute;
	top:80px;
	left:320px;
	border-bottom:1px solid #000;	
}


#navi ul { list-style-type: none; margin: 0px; padding: 0px; }
#navi ul li { display: inline; float: left; text-align: left;}
#navi ul li a { display: block; padding-right: 25px; text-decoration: none; color: #903; text-decoration: none; font-weight: bold; font-size: 12px;}
#navi ul li a:hover { color:#666; text-decoration: none; }
#navi ul li a.last { padding-right: 0px; }


#inhalt {
	position:absolute;
	top:140px;
	left:320px;
	width:604px;
	height:420px;
	text-align:left;
	overflow:auto;
}

#bild {
	float:left;
	padding-right:20px;
	padding-bottom:20px;
}

select, input, textarea {
	border: #333333 1px solid;
	background: #FFFFFF;
	margin-bottom:3px;
	font-size:11px;
}
input.button {
	border: #333333 1px solid;
	background: #903;
	color:#FFFFFF;
}
.grafikcheck {
	padding:0px;
	margin-bottom:5px;
}


h1 { font-size:15px; font-weight:bold; color:#000; margin: 0px 0px 10px 0px; }
h3 { font-size:15px; font-weight:bold; color:#000; margin: 0px 0px 5px 0px; }
p { margin: 0px 0px 10px 0px; }
table { font-size:12px; }
