/* 
 * SilverStripe panzerboyz Theme
 * (c)2009 by team-o onlinedienstleistungen - ttp://www.team-o.de
 * 
 * layout.css - Stylesheet Design
*/
 
/* ALLGEMEINES 
-------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
body {
	width: 100%;
	height: 100%;
	background-image: url(../images/background.jpg);
}
a img{
	border: 0;
}

/* SEITENAUFTEILUNG 
-------------------------------------------- */
#content_box {
	width: 863px;
	height: 100%;
	float: left;
}
#ad_box {
	width: 144px;
	float: left;
}
#top {
	width: 862px;
	height: 189px;
	background-image: url(../images/bg_top.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#logo {
	float: left;
}
#navi {
	width: 190px;
	height: 164px;
	float: right;
	margin-right: 19px;
	padding: 20px 0 5px 20px;
	background-image: url(../images/bg_navi.jpg);
	background-repeat: no-repeat;
}
#content {
	clear: both;
	width: 780px;
	margin: 0 70px 0 16px;
	padding: 0 20px 0 20px;
	background-image: url(../images/bg_content.jpg);
	background-position: top;
	background-repeat: repeat-y;
	overflow: auto;
}
#main_content {
	padding: 0 20px 0 20px;
}
#footer {
	height: 91px;
	width: 863px;
	background-image: url(../images/bg_footer.gif);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 37px;
}

/* HAUPTNAVIGATION
-------------------------------------------- */
ul#Menu1 {
		list-style-type: none;
	}
		ul#Menu1 li {
			font: bolder 1.2em/1.1em "Courier New", Courier, monospace;
			color: #000000;
			padding-left: 15px;
			background-image: url(../images/pfeil_gr.gif);
			background-repeat: no-repeat;
			background-position: 0 4px;
		}
			ul#Menu1 li:hover, ul#Menu1 li.current, ul#Menu1 li.section {
				color: #B21616;
				background-image: url(../images/pfeil_gr_aktiv.gif);
			}
			ul#Menu1 li a {
				text-decoration: none;
			}
			ul#Menu1 li.current a, ul#Menu1 li.section a {
				color: #B21616;
			}