body{
	background-color: #330000;
	background-repeat: repeat;
    font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	font-size: 14px;
	color: #666666;
	margin: 0px;
}

a{
	text-decoration: none;
	color: #666666;
}

a:hover{
	border-bottom: 1px dotted #666666;
}

img{
	float: left;
	margin-right: 0px;
	border: none;
}

.padme{
	padding-top: 20px;
	padding-bottom: 20px;
}

.news_post{
	padding-top: 0px;
	padding-bottom: 70px;
}

.news_post img{
	float: right;
	margin: 10px;
	margin-bottom: 20px;
	margin-top: 0px;
	padding: 0px;
	padding-left: 10px;
}


h1, h2{
    margin-left: 20px;
    width: 460px;
    color: white;
    margin-bottom: 0px;
}

h1{
    font-size: 18px;
    border-bottom: 1px solid white;
}

h2{
	font-family: verdana;
    font-size: 35px;
    line-height: 26px;
    text-transform: uppercase;
    border-bottom: 1px solid white;
    margin-top: 20px;
}

#iframetag{
	overflow: scroll;
	height: auto;
}

#container {
	position: absolute;
	z-index: 10;
	left: 455px;
	margin-left: -250px;	
	width: 600px;
	top: 20px;
}

#header{
	width: 500px;
	height: 267px;
	background: no-repeat url(images/logo.gif);
	margin-bottom: -20px;
}

#since{
	position: absolute;
	right: 30px;
	top: 30px;
}

#dateinheader{
	position: absolute;
	right: -15px;
	top: 185px;
}

#navi{
	text-align:center;
}

#navi ul{
	list-style-type: none;
	margin: 0;
	padding: 5px;
	text-transform: uppercase;
	padding-top: 3px;
	height: 17px;
}

#navi li{ /* BUG FIREFOX: some space is added between list elements */
	display: inline;
	padding: 18px;
}

#navi li:hover{
	position:relative;
	z-index: 15;
	background-image: url(images/star_tilt.gif);
	background-position: 0px -5px;
	background-repeat: no-repeat;
}

#navi a{
	color: #ba5117;
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: bold;

}

#navi a:hover {
	text-decoration: none;
	letter-spacing: 1px;
	color: white;
	border: none;
}




#main{
	position: absolute;
	left: 249px;
	margin-left: -250px;
	width: 600px;
	background: url(images/main_background.gif);
	color: white;
	border-top: 3px solid white;
	min-height: 60%;
	top: 273px;
}

#main p{
	padding: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	color: white;
}

#main a{
	color: #ff9933;
}

#main .date{
	margin-top: 3px;
	margin-bottom: -17px;
	text-transform: uppercase;
	color: white; 
}


.programliste{
	font-family: verdana;
	text-transform: uppercase;
	font-size: 25px;
	text-align: left;
	line-height: 21px;
	margin-bottom: 150px;

}

#liste a{
	padding-left: 5px;
}

#liste a:hover{
	margin: -2px;
	padding: 0px;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	border-left: 2px solid white;

}

.bandliste h2{
	margin-top: 200px;
}

.bandliste img {
	padding-right: 10px;
	padding-bottom: 10px;
	
}


#wood{
	position: fixed;
	z-index: 0;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: auto;
}

#wood img{
    width: 100%;

}

#iecompliance{
	z-index: 2;
}

@media screen {

* html, 
* html body { 
overflow: hidden!important; 
height: 100%;
margin: 0;
padding: 0; 
}

* html #iecompliance { 
height: 100%;
overflow: scroll;
position: relative;
}

* html div#wood {
position: absolute;
}
