html {
    margin:0;
    padding:0;
    height:100%;
    border:medium none;
        color: white;
        text-align: center;
        background: #000000 url('grafik/bg_wf.jpg') repeat-y center 0%;
	}


body {
    margin:0;
    padding:0;
    height:100%;
    border:none;
        color: black;
        text-align: center;
}

body, input, textarea {
        font-size: 12px;
        font-family: Verdana,Helvetica,Arial,sans-serif;
		color: #FFFFFF;
}

#fullsize { height:100%; }

#maintable {
        height:100%;
        border: 0px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px;
        margin-bottom: 0px;
}

#headline {
	margin:0px auto;		
	padding-top: 2px;
	width: 500px;
	height: 18px;
	background-image:url(grafik/bg_headline.jpg);
	font-size: 14px;
	font-weight: bold;
	color: white;
	border: solid 1px #666666;
	border-bottom: none;
	}
	
#infotext {
	position:static;
	margin:0px auto;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 10px;
	padding-right: 10px;				
	width: 480px;
	background-image:url(grafik/bg_text.png);
	border: solid 1px #666666;	
	
}

#infotext  a, a:link, a:visited {
        text-decoration: none;
        color: #FFFFFF;
        font-weight: bold;
}

#infotext a:hover {
        text-decoration: none;
        color: #999999;
        font-weight: bold;
}

#date {
	padding-right: 10px;
	font-weight: bold;
	color: white;
}

#bandshead {
	margin-left:9px;
	font-size: 14px;
	font-weight: bold;
	color: white;
}

#bands {
	margin-left:9px;
	font-size: 12px;
	font-weight: bold;
	color: white;
}

#bands  a, a:link, a:visited {
        text-decoration: none;
        color: #FFFFFF;
        font-weight: bold;
}

#bands a:hover {
        text-decoration: none;
        color: #999999;
        font-weight: bold;
}

#nav {
	position:static;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	color: white;
	background-image:url(grafik/bg_nav.png);
	width: 620px;
	border-bottom: solid 1px #666666;
}

#nav  a, a:link, a:visited {
        text-decoration: none;
        color: #FFFFFF;
        font-weight: bold;
}

#nav a:hover {
        text-decoration: none;
        color: #999999;
        font-weight: bold;
}

#lang {
	position:static;
	width: 90px;
}