body {
	background-color: #0e0e0d;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: top;
	
}

body.show {
	background-color: #0e0e0d;
	background-image: url(images/background_show.jpg);
	background-repeat: no-repeat;
	background-position: top;
	
}

body.impressbg {
	background-color: #0e0e0d;
	background-image: url(images/background_contact.jpg);
	background-repeat: no-repeat;
	background-position: top;
	
}

body.over {
	background-color: #0e0e0d;
	background-image: url(images/background_over.jpg);
	background-repeat: no-repeat;
	background-position: top;
	
}


	
.td_header {
	background-image: url(images/bg_header.gif);
}





html
{
height: 100%;
}

body
{
height: 97%;
}

#nonFooter
{
position: relative;
min-height: 99%;
}

* html #nonFooter
{
height: 99%;
}

#content
{
padding-bottom: 0em;
}

#footer
{
	position: relative;
	margin-top: -1,5em;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
} 

.content {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
		  } 
		  
.uebeschrift {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
		  } 