@import url("fonts.css");

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: url(../images/bg.gif) repeat-y center #000000;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6, div#navigation, div#footer {
	font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Helvetica;
}

p {
	margin: 0;
	padding: 0;
}

div#page {
	position: relative;
	min-height: 100%;
	width: 960px;
	background: url(../images/head_dj.gif) no-repeat top center;
	margin: auto;
	padding: 0;
}

/* IE6 Hack */
* html div#page {
	height: 100%;
}


div#page span.screenreader a {
	position: absolute; 
	z-index: 2; 
	width: 10em; 
	overflow: hidden; 
	top: -1000em; 
	left: -1000em;
}

div#page span.screenreader a:focus {
	position: absolute; 
	z-index: 0; 
	width: 195px; 
	top: 35px; 
	left: 0%;
	margin-left: 19px;
	padding: 3px;
	text-decoration: underline; 
	color: #000; 
	background: #ffc; 
	font-size: 90%;
}	
	
div#page span.screenreader a:active {
	position: absolute; 
	z-index: 0; 
	width: 195px; 
	top: 35px; 
	left: 0%;
	margin-left: 19px; 
	padding: 3px;	
	text-decoration: underline; 
	color: #000; 
	background: #efefef; 
	font-size: 90%;
}	

div#head {
	width: 960px;
	height: 215px;
}

div#head div#logo {
	float: left;
	width: 162px;
	padding-top: 18px;
	padding-left: 10px;
	height: 197px;
}

div#head div#collage {
	float: left;
	width: 500px;
	height: 215px;
}

div#head div#collage div#djbild {
	float: left;
	width: 500px;
	height: 174px;
}

div#head div#collage div#breadcrumb {
	float: left;
	width: 354px;
	height: 31px;
	text-align: left;
	padding-top: 7px;
	padding-left: 146px;
}

div#head div#stabnavigation {
	float: right;
	text-align: right;
	width: 280px;
	height: 40px;
	padding-top: 10px;
	padding-right: 7px;
}

div#head div#slogan {
	float: right;
	width: 183px;
	height: 60px;
	padding-top: 76px;
	_padding-top: 105px;
	padding-right: 5px;	
	text-align: right;
}


div#head div#slogan h6 {
	color: white;
	font-size: 93%;
	font-weight: normal;
	text-transform: uppercase;
}

div#main {
	width: 960px;
	min-height: 400px;
	padding-bottom: 30px;	
}

div#main div#navigation {
	width: 180px;
	float: left;
	height: auto;
	margin-top: 55px;
}

div#main div#content {
	float: left;
	width: 470px;
	margin-left: 45px;
	margin-bottom: 30px;
	padding-bottom: 31px;
}
	
div#main div#teaser {
	width: 185px;
	float: right;
	margin-top: 46px;
}

div#main div.clear {
	clear: both;
	font-size: 0px;
	line-height: 1px;
	height: 1px;
	width: 100%;
}

div#button {
	position: absolute;
	bottom: 35px;
	width: 725px;
	height: 15px;
	padding-left: 230px;
	padding-top: 10px;
	margin: auto;
}

div#footer {
	position: absolute;
	bottom: 0;
	width: 725px;
	height: 21px;
	background: url(../images/bg_footer.gif) repeat-x;
	padding-left: 230px;
	padding-top: 10px;
	margin: auto;
	font-size: 86%; 
}

div#footer a {
	color: #000;
}

div#footer a.cms {
	color: #918c21;
	text-decoration: none;
}

div#footer a:hover {
	color: white;
}

div#footer a.cms:hover {
	color: black;
	text-decoration: none;
}

body.cms_editpage div#footer {
	visibility: hidden;
}