/*
 * Cascaded Style Sheet (CSS 2.0) for Sportpark am Kreuzeck
 * Project: Website Rebrush - June 2007
 * Copyright (c) 2007 by Oliver Bildesheim, bitconsultancy
 * All rights reserved
 */

html {
	margin:0;
	padding:0;
	border:0;
	width:100%;
	height:100%;
}

body {
	margin:0;
	padding:0;
	border:0;
	width:100%;
	height:100%;
	background-color:white;
	background-image:url(/img/layout2/bodybg.jpg);
	font-family:Arial, Helvetica, Sans-serif, Sans Serif;
	font-size:8pt;
}

#layout {
	position:absolute;
	margin:0;
	/*margin-left:auto; margin-right:auto;*/
	padding:0;
	border:0;
	/*width:100%;*/	
	left:50%;
	margin-left:-475px;
	width:950px;
	height:100%;
	empty-cells:show;
	border-collapse:collapse;
	border-spacing:0;
	font-size:8pt;
	/*border-left:solid 5px rgb(168,192,144);
	border-right:solid 5px rgb(168,192,144);*/
	border-left:solid 3px rgb(238,192,55);
	border-right:solid 3px rgb(238,192,55);
}

#header {
	height:200px;
	/* background-color:rgb(168,192,144); */
	background-color:rgb(241,214,168);
	background-image:url(/img/layout2/headerbg.png);
	background-repeat:no-repeat;
	background-position:top;
	text-align:right;
}

#logo {
	height:100px;
	background-color:rgb(241,214,168);
	background-image:url(/img/layout2/logobg.png);
	background-repeat:no-repeat;
	background-position:right;
}

#main {
	width:950px;
	line-height:1.5em;
	vertical-align:top;
}

#content {
	width:695px;
	/* background-color:rgb(216,240,216); */
	background-color:rgb(255,255,220);
	background-image:url(/img/layout2/contentbg.png);
	background-repeat: repeat-y;
	padding-left:1em;
	padding-right:1em;
	/* border-right:5px solid rgb(168,192,144); */
}

#delimiter {
	width:3px;
	margin:0; padding: 0; border: 0;
	/* background-color:rgb(168,192,144); */
	background-color:rgb(238,192,55);
}

#marginal{
	width:250px;
	/*background-color:rgb(216,216,168); */
	background-color:rgb(236,232,195);
	background-image:url(/img/layout2/marginalbg.png);
	background-position:right bottom;
	background-repeat:no-repeat;
	/* color:rgb(255,255,220); */
}

#footer {
	font-weight:bold;
	text-align:right;
	/* color:rgb(216,240,216); */
	color:rgb(255,255,255);
	height:1.5em;
	/* background-color:rgb(168,192,144); */
	/* background-image:url(/img/layout2/footerbg.png); */
	background-image:url(/img/layout2/menubg.png);
}

#footer a {
	font-weight:bold;
	/* color:rgb(216,240,216); */
	color:rgb(255,255,255);
	text-decoration:none;
}

#footer a:hover {
	border-bottom:1px solid rgb(216,240,216);
}

#menu {
	/* background-color:rgb(33,33,110); */
	background-image:url(/img/layout2/menubg.png);
}

#menu a {
	color:rgb(255,255,255);
	text-decoration:none;
	font-weight:bold;
}

#menu li ul li a:hover {
	color:rgb(255,255,0);
	border-bottom:1px solid rgb(255,255,0);
}

#menu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	background-color:rgb(255,255,255);
}

#menu li { /* all list items */
	float: left;
	position: relative;
	width: 130px;
	line-height:1.5em;
}

#menu li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1.5em;
	left: 0;
	background-image:url(/img/layout2/menulevel2bg.png);
	border:1px solid rgb(20,57,179);
	border:0;
	padding-left:1em;
	padding-right:0.5em;
	padding-top:0.5em;
	padding-bottom:0.5em;
}

#menu li ul li { /* second-level list items */
	line-height:2.0em;
	color:rgb(255,255,255);
	font-weight:bold;
}

#menu li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	/*top: auto;
	left: auto; */
}

#menu li:hover ul, #menu li.over ul { /* lists nested under hovered list items */
	display: block;
}

p, #content p, #marginal p {
	margin-top:0.5em;
	margin-bottom:1.0em;
}

#marginal p {
	margin-left:0.5em;
	margin-right:0.5em;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	margin-top:0.5em;
	margin-bottom:0.5em;
	font-size:1.5em;
	font-weight:bold;
	color:rgb(33,33,110);
	clear:both;
}

#content h2, #content h3, #content h4, #content h5 {
	font-size:1.2em;
}

#content h3, #content h4, #content h5 {
	font-size:1.1em;
}

#content h4, #content h5 {
	font-size:1em;
}

#content h5 {
	font-weight:normal;
}

#content img {
	float:right;
	margin-left: 1em;
	margin-right: 1em;
	margin-bottom: 0.5em;
	clear:right;
	/* border:10px solid rgb(255,255,255); */
	/* border:5px solid rgb(216,216,168); */
	border:3px solid rgb(238,192,55);
}

#content img.thumb {
	float:left;
	margin:0.5em;
	/* border:3px solid rgb(216,216,168); */
	border:1px solid rgb(238,192,55);
}

#marginal img {
	border:0;
	margin:0;
	padding:0;
}

#content a, #marginal a {
	font-weight:bold;
	color:rgb(33,33,110);
	text-decoration:none;
}
