html {height:100%;

}


body {
		/*height:600px; 
		width:1004px;*/
		position:relative;
		min-height:100%;
		min-width:100%;
		
		/* test */
    margin-bottom : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-top : 0px;
    padding-bottom : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-top : 0px;
	background-color : #000;
    color : #fff;
    font-family : 'Times New Roman', Serif,;
	font-size:15px;
	background-image: url(/img/content_bg.gif);
	background-repeat: no-repeat;
	background-attachment:fixed;
	text-align:center;
  }
  
  #gesamt {
		position:absolute; 
		top:50%;
		margin-top:-300px;
		left:50%;
		margin-left:-502px;}

TD {
	color: #ccc;
}


A, A:hover {
    color : #fff;
    text-decoration : none;
  }


A:hover {
    background-color:#fff;
    color:#000;
  }

A.imagelink:hover {
   background-color:#000;
   color:#000;
   text-decoration:none
  }
  
#navi, #navi2 {
    position:absolute;
    top:0px;
    left:0px;
	background-image:url(/img/navi_bg.gif);
	height:599px;
	width:355px;
  }

#navi2 {
	top: 4px;
	background-image: none;
}

#flash {
	position: absolute;
	top:0px;
	left:0px;
	z-index:12;
}

#contentdiv {
    position:relative;
    top:0px;
    left:355px;
}

SELECT {
	background-color: #000;
	color: #fff;
	border: dotted 1px;
}

.songheadline, .headline {
	font-size:30px;
}

TEXTAREA, INPUT {
	background-color: #333;
	color: #fff;
	border: dotted 1px;
}

.headlinePic {
	position: relative;
	top: 12px;
	left: 60px;
	display: block;
}

.impressum_text {
	margin-top:55px;
}
