/* 
 * SilverStripe E-A-O-Theme
 * (c)2009 by team-o onlinedienstleistungen - http://www.team-o.de
 * 
 * layout.css - Stylesheet Design
*/
 
/* ALLGEMEINES 
-------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
html, body {
	background-color: #B1B1B1;
	text-align: center;
	background-image: url(../images/background.jpg);
}
img{
	border: 0;
}

/* SEITEN-GRUNDLAGEN
-------------------------------------------- */
#wrapper {
	width: 891px;
	margin: 0 auto;
	text-align: left;
}

/* HEADER-DEFINITIONEN
-------------------------------------------- */
#header {
	height: 337px;
	margin-top: 10px;
	background: url(../images/bg_main_top.jpg) no-repeat;
}
#powered-by {
	position: absolute;
	top: 25px;
	margin-left: 645px;
}

/* HAUPTBEREICH-DEFINITIONEN
-------------------------------------------- */
#content {
	background: url(../images/bg_main.jpg) repeat-y;
}
/*hasLayout für IE 5-6*/
* html #content {
height : 1%;
}
/*hasLayout für IE 7*/
*+html #content {
height : 1%;
}

#main_content {
	width: 625px;
	padding: 0 7px 0 14px;
	float: left;
}
#sidebar_right {
	width: 245px;
	float: left;
}
#sponsoren {
	text-align: center;
	margin-top: -50px;
}
.clearer {
	clear : both;
	height :1%;
}

/* FOOTER-DEFINITIONEN
-------------------------------------------- */
#footer {
	height: 19px;
	width: 100%;
	background: url(../images/bg_main_bottom.gif) no-repeat;
	padding-top: 28px;
}

/* HAUPTNAVIGATION
-------------------------------------------- */
#navigation {
	position: absolute;
	z-index: 10;
	height: 67px;
	width: 522px;
	margin: 270px 0 0 12px;
	background: url(../images/bg_navi.gif) no-repeat;
	font-size: 18px;
}
ul#Menu1 {
	margin: 17px 0 0 18px;
	list-style-type: none;
}
ul#Menu1 li {
	margin-right: 15px;
	padding: 7px 8px 8px 7px;
	display: inline;
	float: left;
}
ul#Menu1 li.current, ul#Menu1 li.section {
	background: url(../images/bg_navi-button.gif) repeat-x center top;
}
ul#Menu1 li.current a, ul#Menu1 li.section a, ul#Menu1 li.current a:hover, ul#Menu1 li.section a:hover  {
	color: #000000;
} 
ul#Menu1 li:hover, ul#Menu1 li a:hover {
	color: #E77F00;
}
ul#Menu1 li a {
	color: #FFF;
	text-decoration: none;
}

/* UNTERNAVIGATION
-------------------------------------------- */
ul#Menu2 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
		ul#Menu2 li {
			list-style-image: url(../images/subnavi_bullet.gif);
			margin: 0 0 0 25px;
			padding: 0 0 5px 0;
		}
			ul#Menu2 li a {
				display: block;
				margin:  0;
				color: #000000;
				text-decoration: none;
			}
				ul#Menu2 li a:hover, ul#Menu2 li.current a, ul#Menu2 li.section a {
					color:#E77F00;
				}
				ul#Menu2 li.current, ul#Menu2 li.section, ul#Menu2 li a:hover {
					list-style-image: url(../images/subnavi_bullet_active.gif);
				}
				
/* SIDEBAR-BOXEN
-------------------------------------------- */
#sidebar_right {
	
}
.box_top {
	height: 36px;
	width: 190px;
	background: url(../images/bg_sidebarcontent_top.png) no-repeat;
	padding: 38px 0 0 40px;
}
.box_content {
	width: 205px;
	background: url(../images/bg_sidebarcontent.png) repeat-y;
	padding: 5px 15px 0 10px;
}
.box_bottom {
	height: 14px;
	width: 227px;
	background: url(../images/bg_sidebarcontent_bottom.png) no-repeat;
}

/* BAND-LISTE
-------------------------------------------- */
div.bandlist{
	padding: 19px 15px 0 15px;
	border-bottom: thin dashed #E77F00;
	border-top: thin dashed #E77F00;
	background-color: #FFFFFF;
	margin-bottom: 20px;
}

/* KOMMENTARE
-------------------------------------------- */
div#PageComments_holder {
	clear: both;
	border: thin #E77F00 solid;
	padding: 20px;
}

ul#PageComments, ul.actionLinks, li.even {
	list-style-type: none;
}
p.comment {
	background-color: #FFFFFF;
	padding: 10px;
	margin-bottom: 0;
}

/* TABELLEN
-------------------------------------------- */
table {
	display: inline;
}
td {
	padding: 5px;
	text-align: left;
	vertical-align: top;
}
tr {
	vertical-align: top;
}