@charset "UTF-8";
/* CSS Document */


* {
	margin: 0;
	padding: 0;
}

html, body {
	  
	background-image:url(../img/jazz_in_ulm_background.jpg);
	background-repeat:repeat-y;
	background-position:center;
	background-color:#cccc99;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height:16px;
	width:100%;
	height:101%;	
}



/*inhalt */

#container {
	margin: 0 0 0 -477px;
	background-color:#cccc33;
	position:absolute;
	left: 50%;
	width:954px;
	height:100%;
}

#header {
	position:absolute;
	width:955px;
	height:571px;
	top:0px;
	left:0px;
	
}

#titel {
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	position:absolute;
	width:220px;
	height:220px;
	top:36px;
	left:42px;
	
}

#container #titel strong {
	color: #313378;
}


a {
	color:#666666;
	font-weight:bold;
	text-decoration: none;
}

a:link, a:visited {
	color:#666666;
	
}

a:hover, a:focus {
	color:#313378;
	text-decoration: none;
	
}