body {
	background-repeat:repeat-x;
	background-position:left center;
	background-attachment:fixed;
}

div#site {
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-453px;
	margin-top:-313px;
	
	/*border:1px solid blue;*/
	width:906px;
	height:626px;
}

div#site_bg {
	/* ie filter bug */
	width:906px;
	height:626px;
	background-image:url('../images/bg_page.png');
}

div#logo {
	position:absolute;
	top:-7px;
	left:27px;
	width:154px;
	height:31px;
	background-image:url('../images/logo.png');
}

div#menubar {
	position:absolute;
	left:34px;
	top:47px;
	width:837px;
	height:25px;
	background-image:url('../images/bg_menu.gif');
}

div#menu {
	position:absolute;
	top:47px;
	left:367px;
	width:504px;
	height:25px;
	z-index:10;
}

div#menu a {
	display:block;
	float:left;
	margin-left:10px;
	margin-right:10px;
}

div#menu_sub {
	position:absolute;
	left:47px;
	top:340px;
	width:300px;
	height:200px;
	/*border:1px solid red;*/
	z-index:10;
}

div#menu_sub a {
	display:block;
	margin-bottom:7px;
	font-size:15px;
}

div#site a {
	/* ie filter bug */
	position: relative;
	z-index: 1;
	
}
div#bimg_top {
	position:absolute;
	/*background-color:red;*/
	left:34px;
	top:47px;
	width:333px;
	height:28px;
}

div#bimg_left {
	position:absolute;
	/*background-color:yellow;*/
	/*background-image:url('../images/red/bimg_left.jpg');*/
	width:333px;
	height:250px;
	left:34px;
	top:75px;
}

div#bimg_right {
	position:absolute;
	/*background-color:green;*/
	/*background-image:url('../images/red/bimg_right.gif');*/
	width:504px;
	height:250px;
	left:367px;
	top:75px;
}

div#main {
	position:absolute;
	left:34px;
	top:325px;
	width:839px;
	height:270px;
	/*background-image:url('../images/red/bg_main.gif');*/
	/*background-color:red;*/
}

div#main {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: black;
	line-height:1.5em;
}

/* smo */
div#left {
	position:absolute;
	left:47px;
	top:340px;
	width:300px;
	height:200px;
	/*border:1px solid red;*/
	z-index:10;
}

div#left {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: black;
	line-height:1.5em;
}
/* smo */

div#menu_sub {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
}

div#menu_sub a.selected {
	font-weight:bold;
}

a img {
	border:none;
}

div#header {
	margin-top:15px;
}

div.contentcontrolitem_control {
	margin-top:10px;
}

div.news div.detaillink {
	display:none;
}

div.news div.shorttext p {
	margin:0px;
	padding-top:0px;
	padding-bottom:10px;
}

div.news div.title {
	font-weight:bold;
}

table.form td {
	border:none;
}

table.form input.textbox {
	width:400px;	
}

table.form textarea {
	width:400px;
	height:50px;
}

div#txt_bands, div#txt_rhythmus {
	font-size:12px;
	line-height:1.4em;
}

div#txt_rhythmus {
	margin-top:-10px;
}

ul {
		margin-left:0px;
		padding-left:17px;
}


/* SCROLLGALLERY */

div.scrollgallery div.outer {
	width:839px;
	height:150px;
	overflow:hidden;
	/*border:1px solid red;*/
	
	/* ie bug */
	/* http://www.brunildo.org/test/OverflowR.html */
	position:relative;
	left:0px;
	top:0px;
}
	
div.scrollgallery div.inner {
	width:4500px;
	height:150px;
	position:relative;
	left:0px;
	top:0px;
}

div.scrollgallery table td {
	border:none;
	vertical-align:bottom;
	border-collapse:collapse;
	padding:2px;
}

div.scrollgallery a.arrow_left {
	float:left;
	display:block;
}

div.scrollgallery a.arrow_right {
	float:right;
	display:block;
}

/* FOR ADMIN MODE */
div.contentcontrolitem_editframe {
	background-color:white;
}
