html, body {
	height: 500px;
}

body {
	background: url(background.jpg);
	background-position: center;
}

img {border: none;}

body, p a {
	color: #404040; background-color: white;
	font-size: 100.01%;
	font-family: sans-serif;
	margin: 0; padding: 0;
	min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
}

h1 {
	font-size: 1.5em;
	margin: 0 0 0.7em; padding: 0.3em;
	text-align: center;
	background-color: #fed;
	border: 2px ridge silver;
}

html>body h1 {
	border-color: gray;  /* Farbangleichung an den Internet Explorer  */
}

div#container {
	position: relative;
	margin: 0px auto 0px auto;
	width: 1025px;
}

div#head {
	position: absolute;
	left: 1px;	/* <-- Hier den Film nach rechts oder links verschieben... */
	height: 240px;
	/* background: black;  */
}
/* body#head-small div#head {margin-top: 35px;} */


div#navigation {
	position: absolute;
	left: 138px; top: 238px; /* top: 273px; */
	width: 740px; height: 29px;
	border: 3px solid #eed372; border-top-width: 0px; border-bottom-width: 0px;
	background: url(navigation/background.gif) repeat-x white; background-position: 0px 2px;
	overflow: show;
	z-index: 1;
}

div#navigation img {
	border: none;
	float: left;
	padding: 2px 0px;
}

div#content {
	position: absolute;
	left: 138px; top: 267px; /* top: 302px; */
	width: 740px; min-height: 500px;
	border: 3px solid #eed372; border-top-width: 6px; border-bottom-width: 0px;
	background: url(main/background.gif) repeat-x white; background-position: 0px 2px;
}

* html div#content {
	height: 500px;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
}

div#content a {
	color: #404040;
}

div#content img {
	border: none;
}
/*
div#content form {
	width:	284px;
}
*/
div#caption {
	padding: 22px 0px 15px 0px;
}



#content #block {
	padding:	0px 0px 32px 60px;
	width:		409px;
	clear:		both;
	font-size:	11px;
}

#content #block #headline {
	position:		relative;
	border-width:	0px 0px 1px 0px;
	border-color:	#eed372;
	border-style:	solid;
	font-weight:	bold;
}

#content #block #headline #caption {
	display:		inline;
	font-weight:	bold;
}

#content #block #headline #date {
	display:		inline;
	position:		absolute;
	right:			0px;
	font-weight:	normal;
}

#content #block #text {
	padding:		4px 0px 0px 0px;
	text-align:		justify;
}

#content #block img.left {
	display:		block;
	float:			left;
	margin:			2px 16px 14px 0px;
}

#content #block img.right {
	display:		block;
	float:			right;
	margin:			2px 0px 14px 16px;
}

#content #block img.middle {
	display:		block;
	float:			none;
	margin:			2px auto 2px auto;
}


div#slideshow {
	position: absolute;
	left: 651px; top: 330px;
}

div#featuredbands {
	position: absolute;
	left: 651px; top: 550px;
}

div#featuredbands img {
	border: none;
}

div#newsletter {
	position: absolute;
	left: 15px; top: 349px; /* top: 384px; */
}

div#trailer {
	position: absolute;
	left: 9px; top: 528px; /* top: 563px; */
}

div#partners {
	position: absolute;
	left: 893px; top: 332px; /* top: 367px; */
}

div#disclaimer {
	position: absolute;
	left: 56px; top: 705px; /* top: 740px; */
}

div#disclaimer a {
	color: #43392e;
	font-size: small;
	font-family: sans-serif;
	font-weight: bold;
	text-decoration: none;
}

#foot {
	position: absolute;
	left: 0px; 	bottom: 0px;
	width: 740px; height: 9px;
}