/* <![CDATA[ */
img { 
	display: block;
	border: 0px none; /* firefox related */
}

body{
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFF;
	font-size: x-small;	/* value for IE5/WIN */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /* value for compilant browsers */
	font-family: Trebuchet, Helvetica, sans-serif;
	line-height: 1.4em;
	background-color: #000;
}

#container{
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: left;
	}

#content{
	margin: 0 auto;
	padding: 215px 0 0 0;
	width: 550px;
}

#footer{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 25px;
	position: fixed;
	bottom: 0%;
		}

h1{
	text-indent: -9999px;
	text-align: center;
	margin: 0 auto;
	height: 297px;
	width: 100%;
	background: url("../img/header.jpg") 25% 0 no-repeat;
}

/* fonts */
#content p{
text-align: left;
	
	font-size: 110%;
	line-height: 1.2em;
	font-weight: normal;
}



#footer p{
	width: 100%;
	font-family: Verdana, sans-serif;
	margin: 0 auto;
	text-align: center;
	font-size: 80%;
	line-height: 1.2em;
	font-weight: normal;
}

#footer p #impressum{
	margin: 0 30px 0 0;
}


/* links */
		a:link{
			color: #e9c525;
			font-style: normal;
			text-decoration: underline;
		}
		
		a:visited
		{
			color: #e9c525;
			/*font-style: italic;*/
			font-style: normal;
			text-decoration: underline;
		}
		
		a:hover { 
			color: #e9c525;
			font-style: normal;
			text-decoration: underline;
		}
		
		a:active{
			color: #e9c525;
			font-style: normal;
			text-decoration: underline;
		}
		

/* ]]> */		
