/************************************************************************/
/*																																			*/
/*						Stylesheet f�r Website: energize-the-bop															*/
/*						Autor: Gunther Vilzmann																		*/
/*						Date: 13.06.2010																					*/	
/*																																			*/
/************************************************************************/

body {
	background: #fff;
	text-align: center;
	height: 100%;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: none;
}

#page {
	width: 980px;
	margin: 0px auto;
	text-align: left;
	border: none;
	background-color: #728C92;
}

#image {
	background: #fff;
	border-left: 10px solid #AAAA7D;
	width: 100px;
	padding-left: 1px;
	background-image: url(../img/left.jpg);
	background-position: 1px;
	background-repeat: repeat-y;
}

#right {
	float: left;
	width: 868px;
	margin-left: 101px;
	border-left: 1px solid #fff;
}

*html #right {
	float: left;
	width: 868px;
	margin-left: 50px;
	background-color: #728C92;
}

#logo {
	float: left;
	width: 150px;
	height: 100px;
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#header {
	float: right;
	width: 696px;
	height: 80px;
	background: #B1C3C8;
	border-left: 1px solid #fff;
	color: #fff;
	padding: 10px;
	border-right: 1px solid #fff;
}

#header h1 {
	font-size: 100%;
	margin: 0 0 10px 5px;
	padding: 0px;
}

#header h2 {
	font-size: 90%;
	margin: 0 0 10px 5px;
	padding: 0px;
}

#header p {
	font-size: 90%;
	margin: 0 0 0 5px;
	padding: 0px;
}

#navi {
	float: left;
	width: 150px;
	border-top: 1px solid #fff;
	background: #728C92;
}

#navi ul {
	margin: 0px 10px 10px 10px;
	padding: 0px;

}

#navi li {
	font-size: 90%;
	list-style: none;
	margin: 0;
	padding-top: 20px;

}

#navi li.active {
	color: #E5A357;
}

#navi a {
	color: #fff;
	font-size: 90%;
	text-decoration: none;
}


#content {
	float: right;
	width: 717px;
	background: #fff;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	padding-top: 5px;
}

#content p, h1, h2, h3, h4 {
	margin: 15px;
	padding: 0px;
}

#content ul, li {
	margin: 0px;
}

*html #content ul, li {
	margin-left: 30px;
}

#content h1 {
	font-size: 90%;
}

#content h2 {
	font-size: 90%;
}

#content p, li, a {
	font-size: 70%;
}

#footer {
	float: right;
	width: 717px;
	height: 100px;
	background: #fff;
	border-left: 1px solid #fff;
	background-image: url(../img/footer_2.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#clear {
	clear: both;
	width: 980px;
	background: #fff;
	height: 0.1px;
}

*html #clear {
	clear: both;
	width: 980px;
	background: #fff;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}

a {
	color: #728C92;
	font-size: 90%;
	text-decoration: none;
}

span.hidden {
	display: none;
}
