/* PottersWheel - Thomas Maiwald - 2008-06-15 */

/******************/ 
/* Headers        */ 
/******************/ 



H4 {
	font-size: 100%;
}
H1, H2, H3, H4, H5, H6 { 
	/*border-bottom: 1px solid #aec4de;
	border-top: 1px solid #aec4de;
	border-right: 20px solid #6183ad;*/
	/*border-bottom: 1px solid #616161;
	border-top: 1px solid #616161;	
	border-right: 5px solid #616161;*/
	color: black; /*#6183ad;*/
	font-weight: bold;
	margin: 5px 0 5px 0;
	background: #135494; /*1d691e; */
	clear: both;
}

H1 {
	font-size: 130%;
	margin: 0 0 0 0;
/*	border-top: 1px solid #616161;*/
	border-bottom: 1px solid #616161;
	text-align: center;
}

H2 {
	font-size: 120%;
	/*border-top: 1px solid #90452e;
	border-bottom: 1px solid #90452e;	*/	
	/*border-bottom: 1px solid #616161;	*/
	padding: 0 0 0 10px;
}

H3 {
	font-size: 110%;
	/*border-top: 1px solid #90452e;
	border-bottom: 1px solid #90452e;		*/
	border-bottom: 1px solid #616161;	
	padding: 0 0 0 10px;	
}
/** {
	border: 0;
	margin: 0;
	padding: 0;
}*/

body {
	/*background: #ffffff url(./Figures/background.png) center repeat-y;*/
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	/*text-align: justify;*/
}

#main li {
	color: black;
	list-style: square outside;
	/*text-indent: 10px;*/
}

#left ul ul {
	text-indent: 5px;
	font-size: 85%;
}

#wrapper {
	/*background: #798c93 url(./Figures/background.jpg) center repeat-y;*/
	position: relative;
	left: 0;
	top: 0;
	text-align: left;
	width: 1000px;
	margin: 0 auto 0 auto;	
}

#left {
	/*background: url(./Figures/Tree.jpg) left no-repeat;*/
	display: none;
	position: absolute;
	left: 0px;
	top: 140px;
	height: 632px;
	padding: 0 0 0 0;
	margin: 20px 0 0 10px;
	width: 184px;
	color: white;
}

#left ul {
	padding-left: 0;
	margin-left: 10px;
	line-height: 1.5em;
}

#left ul li {
	list-style: none;
	color: white;
}

#left ul li a {
	text-decoration: none;
	color: white;
}

#left ul li a:hover {
	text-decoration: underline;
	/*background-color: #d37b50;*/
	/*font-size: 113%;*/
}

#left ul li a:visited {
	color: white;
}

#main {
	position: absolute;
	left: 0px;
	top: 0px;
/*	padding: 20px 100px 20px 120px;*/
	margin: 0 0 0 0;
	width: 614px;
	text-align: justify;
}

#main a {
text-decoration: none;
color: black;
}

#main p {
	/*	text-align: justify;*/
	/*padding: 50 50 50 50;*/
}

#header {
	display: none;
	position: absolute;
	/*padding 0;*/
	/*margin-top: 0;
	margin-bottom: 0;*/
	left: 210px;
	/*background: url(./Figures/Wiese.jpg) left no-repeat;*/
	width: 614px;
	height: 137px;
	/*margin-left: auto;
	margin-right: auto;*/
}

.imgRight {
	float: right;
}

.imgLeft {
	float: left;
}


#copyrightline {
	font-size: .7em;
	text-align: center;
}

