/* CSS Document */
body {
	font-family: Univers, Arial, Verdana, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 14px;
	overflow: auto;
}
#index {
	text-align: left;
	position: absolute;
	width: 780px;
	height: 600px;
	z-index:20;
	left: 200px;
	top: 100px;
}
#index h1{
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #d73f2c;
}
#rahmen{
	background-color: #FFFFFF;
	position:absolute;
	left:0px;
	top:0px;
	width:980px;
	height:auto;
	z-index:1;
}
#bild{
	background-color: #000000;
	position:absolute; 
	left:200px; 
	top:90px; 
	width:780px; 
	height:168px; 
	z-index:30
}
#lnav{
	background-color: #e1e3e6;
	padding-top: 238px;
	text-align: left;
	list-style: none;
	text-decoration: none;
	height: 500px;
	position:absolute; 
	left:0px; 
	top:0px; 
	width:200px; 
	z-index:5
}
#lnav h2{
	list-style: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	margin-right: 20px;
	color: #666666;
}
#lnav ul{
	text-align: left;
	list-style: none;
	font-size: 14px;
}
#lnav A:link, A:visited, A:active{
	text-decoration: none;
	color: #000000;
}
#lnav A:hover{
	text-decoration: none;
	color: #000000;
	font-weight: bolder;
}
#lnav ul a:visited {
	color: #000000;
}
#titel{
	background-color: #000000;
	text-align: left;
	position:absolute; 
	left:0px; 
	top:0px; 
	width:980px; 
	height:60px; 
	z-index:10
	}

A:link, A:active, A:visited {
	text-decoration: none;
	color: #000000;
}
A:hover{
	text-decoration: none;
	color: #666666;
}
#text {
	text-align: left;
	position: absolute;
	left: 210px;
	top: 270px;
	width: 764px;
	padding-right:6px;
	height: 470px;
	z-index:20;
	overflow: auto;
	scrollbar-arrow-color: #d73f2c;
	scrollbar-base-color: #d73f2c;
	scrollbar-track-color: #F2F2F2;
	scrollbar-face-color: #e1e3e6;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFCC;
	scrollbar-darkshadow-color: #666666;
	scrollbar-shadow-color: #cccccc;
}
#text h1{
	font-size: 24px;
	color: #d73f2c;
}
#text h2{
	font-size: 18px;
	color: #d73f2c;
}
#text h2 .sponsoring {
	color:#000000;
}
#text h3{
	font-size: 16px;
	color: #d73f2c;
}
#text h4{
	font-size: 16px;
	color: #666666;
	font-weight: bold;
}
#text p{
	text-align: justify;
	padding-right: 6px;
	color: #000000;
	font-size: 14px;
}
#text .heading{
	text-align: center;
	font-weight:bold;
	font-style:italic;
}
#text .red {
	color: #d73f2c;
}

#text .heading a:link, a:hover, a:visited, a, a:active {
	color: #666666;
}

#menu {
	padding-top: 5px;
	text-align: left;
	padding-left: 202px;
	background-color: #d73f2c;
	clear:right;
	position:absolute; 
	left:0px; 
	top:60px; 
	width:778px; 
	height:28px; 
	z-index:40
}
#menu a:hover {
	color: #FFFFFF;
}
/*
 * IE 7 bug
 */
#menu a:visited {
	color: #000000;
}

#by_Oettli {
	position:absolute;
	left:10px;
	top:95px;
	width:50px;
	height:10px;
	z-index:100;
}
#Web_Oettli {
	position:absolute;
	left:10px;
	top:105px;
	width:150px;
	height:116px;
	z-index:101;
	visibility: hidden;
}
#Logo {
	position:absolute; 
	left:10px; 
	top:550px; 
	width:150px; 
	height:67px; 
	z-index:50
}
table {
	cellpadding: 4px;
	cellspacing: 2px;
	border: 0px;
}
table h3{
	background-color: #F0F0F0;
	padding-right: 2px;
	padding-left: 2px;
	margin-top: 20px;
}
td {
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
}

td .sponsoring {
	background-color: #F0F0F0;
}

td .sponsoring_right {
	background-color: #F0F0F0;
	text-align: right;
}

td.konzert {
	background-color: #d73f2c;
	color: #fff;
}

td.festwirtschaft {
	background-color: #f0f0f0;
}

th {
	text-align:left;
	border-bottom: 1px solid black;
}

