body {
	background-color: #DCDCDC;
	color: Black;
	border: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: x-large;
	font-style: italic;
	color: #556B2F;
	background-color: #FFFFF0;
	border: 1px dashed #556B2F;
	padding: 10px 15px 10px 15px;
	margin: 15px;
	white-space: nowrap;
}
h2 {
	font-family: "Courier New", Courier, monospace;
	font-size: large;
	color: #2F6A44;
	background-color: transparent;
	margin-right: 25px;
	text-align: right;
	white-space: nowrap;
}

#page {
	margin: 10px;
	padding: 10px;
}
#menu {
	position: absolute;
	width: 150px;
	top: 100px;
	text-align: left;
	font-size: small;
}
#menu a{
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	padding: 5px;
	width: 120px;
	margin-bottom: 5px;
	border: 1px solid #000000;
	color: #000000;
	font-size: smaller;
}
#menu a:hover {
	background-color: Gray;
	color: White;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
#menu a.aktiv {
	background-color: #DCDCDC;
	color: black;
	border: 1px solid #000000;
}
#menu a.kubi {
	background-color: #DCDCDC;
	color: black;
	border: 0px solid;
}
#options a{
	background-color: #6B8E23;
	color: White;
	border-top: 1px solid #8FBC8F;
	border-left: 1px solid #8FBC8F;
	border-right: 1px solid #8FBC8F;
	border-bottom: 1px solid #2F4F4F;
}
#img {
	position: absolute;
	left: 171px;
	top: 100px;
	margin: 0px;
	background: transparent;
	width: 800px;
	border: medium;
	border-color:#999999

}
#img p {
	font-size: x-small;
}
#content {
	position: absolute;
	border-left: 1px solid black;
	padding-left: 20px;
	left: 170px;
	top: 230px;
}
#content p {
	padding-left: 30px;
	padding-right: 80px;
	font-size: small;
}
#content p.foot {
	padding-left: 30px;
	padding-right: 80px;
	font-size: x-small;
}

#literatur {
	border: 1px dashed black;
	color: #000000;
	background-color: transparent;
	margin-top: 10px;
	margin-bottom: 10px;
}
#literatur p {
	font-size: x-small;
}
a { color: Maroon; text-decoration: none; background-color: transparent;}
a:hover {
	text-decoration: underline;
}
.article-footer {
	text-align: right;
	font-size: xx-small;
	color: Gray;
	padding-bottom: 15px;
}
.author, .datetime {
	font-weight: bold;
	color: #4F4F4F;
}
#topmenu {
	position: absolute;
	top: 30px;
	width: 100%;
	text-align: right;
	right: 30px;
	font-size: x-small;
	font-weight: bold;
	color: #4F4F4F;
}
.article-title {
	font-size: large;
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;
	
}
.article-subtitle {
	font-size: small;
	font-family: "Courier New", Courier, monospace;
	font-style: italic;
	margin-right: 30px;
}
#content links {
	padding-left: 30px;
	font-size: small;
	vertical-align: middle;
	}
#content links p{  }
.textbox {
	border: 1px dashed black;
	margin: 5px;
}
.button { border: medium outset;  background-color: #F5F5F5; margin-left: 150px;  color: black; margin-top: 10px;}
fieldset {
	margin-top: 5px;
	width: 200px;
}

