body,html { 
	width:100%; 
	height:100%; 
	margin:0px; 
	padding:0px; 
	font-family:Arial,'Trebuchet MS',sans-serif;
	font-size:11pt;
	color:#000b97;
}

h1 { 
	color:#511308; 
	text-align:center;
	font-size:18pt;
	margin-bottom:4pt;
	padding-top:15pt;
	letter-spacing:0.2em;
}

div.h1after {
	margin-top:0px;
	margin-bottom:28pt;
}

h2 { 
	color:#428645; 
	text-align:center;
	font-size:16pt;
}

h3 { 
	color:#000b97; 
	font-size:13.5pt;
}

h4 { 
	color:#000;
	font-size:12pt;
}

p { 
	color:#000b97;
	font-size:11pt;
	font-family:Arial,'Trebuchet MS',sans-serif;
	letter-spacing:0.5pt;
	text-align:justify;
	line-height:18pt;
}

ul.writing {
	list-style:none;
	margin-left:0;
	padding:0;
}

ul.menu {
	text-align:center; 
	color:white; 
	margin-top:70px; 
	margin-left:180px; 
	padding:0px; 
	list-style:none;
}

li.menu {
	display:inline;
	padding:0px 8px;
	font-weight:bold;
	font-size:10.5pt;
}

li.selected {
	color:#7CC27D;
}

li.menu a:link {
	color:white;
	text-decoration:none;
}

li.menu a:visited {
	color:white;
	text-decoration:none;
}

li.menu a:hover {
	color:white;
	text-decoration:underline;
}

#content {
	margin-left:280px; 
	margin-top:195px; 
	margin-right:125px; 
	margin-bottom:0;
	padding:0 25px;
	padding-bottom:45px;
}

#middle {
	background-image:url('images/design7-mitte1.jpg'); 
	width:170px; 
	height:100%; 
	position:absolute; 
	top:0px; 
	left:0px;
}

html>body #middle {
	position: fixed;
}

#bottom {
	background-image:url('images/design7-unten1.jpg'); 
	height:82px; 
	width:170px; 
	position:absolute; 
	bottom:0px; 
	left:0px;
}

html>body #bottom {
	position: fixed;
}

#topbar {
	background-image:url('images/design7-oben2.jpg');
	background-repeat:repeat-x;
	height:116px;
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
}

html>body #topbar {
	position: fixed;
}

#topleft {
	background-image:url('images/design7-oben1.jpg'); 
	height:146px; 
	width:170px; 
	position:absolute; 
	top:0px; 
	left:0px;
}

html>body #topleft {
	position: fixed;
}

div.hrline {
	margin-top:10pt;
	margin-bottom:35pt;
}

#scroll {
	background-color:transparent;
	position:fixed;
	top:5px;
}

