body {
	margin: 0px;
	color: #000000;
	background-color: #ffffff;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

img {
	border: 0px;
}

a:link {
	color: #007d2f;
	text-decoration: none
}
a:visited {
	color: #007d2f;
	text-decoration: none
}
a:hover {
	color: #007d2f;
	text-decoration: underline
}

img {
	border: none;
	vertical-align: middle;
}

p {
	margin: .4em 0 .5em 0;
	line-height: 1.5em;
}

p img {
	margin: 0;
}

hr {
	height: 1px;
	color: #aaa;
	background-color: #aaa;
	border: 0;
	margin: .2em 0 .2em 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0;
	padding-top: .5em;
	padding-bottom: .17em;
	border-bottom: 1px solid #aaa;
}
h1 { font-size: 188%; font-weight:bold;}
h1 .editsection { font-size: 53%; }
h2 { font-size: 150%; }
h2 .editsection { font-size: 67%; }
h3, h4, h5, h6 {
	border-bottom: none;
	font-weight: bold;
}
h3 { font-size: 132%; }
h3 .editsection { font-size: 76%; font-weight: normal; }
h4 { font-size: 116%; }
h4 .editsection { font-size: 86%; font-weight: normal; }
h5 { font-size: 100%; }
h5 .editsection { font-weight: normal; }
h6 { font-size: 80%;  }
h6 .editsection { font-size: 125%; font-weight: normal; }

blockquote {
	border: 1px solid black;
	padding: 10px;
	font-style:italic;
	background-color: #f9f9f9;
}

ul {
	line-height: 1.5em;
	list-style-type: square;
	margin: .3em 0 0 1.5em;
	padding: 0;
}

ol {
	line-height: 1.5em;
	margin: .3em 0 0 3.2em;
	padding: 0;
	list-style-image: none;
}

li {
	margin-bottom: .1em;
}

dt {
	font-weight: bold;
	margin-bottom: .1em;
}

dl {
	margin-top: .2em;
	margin-bottom: .5em;
}

dd {
	line-height: 1.5em;
	margin-left: 2em;
	margin-bottom: .1em;
}

fieldset {
	border: 1px solid #2f6fab;
	margin: 1em 0 1em 0;
	padding: 0 1em 1em;
	line-height: 1.5em;
}

legend {
	padding: .5em;
	font-size: 95%;
}

form {
	border: none;
	margin: 0;
}

textarea {
	width: 100%;
	padding: .1em;
}

select {
	vertical-align: top;
}

abbr, acronym, .explain {
	border-bottom: 1px dotted black;
	color: black;
	background: none;
	cursor: help;
}

q {
	font-family: Times, "Times New Roman", serif;
	font-style: italic;
}

code {
	background-color: #f9f9f9;
}

pre {
	padding: 1em;
	border: 1px dashed #2f6fab;
	color: black;
	background-color: #f9f9f9;
	line-height: 1.1em;
}

#master {
	position: absolute;
	height: 100%;
	width: 100%;
}

#container {
	position: relative;
	min-height: 100%
}

#topline1 {
	background-image: url('/images/header-oben.png');
	background-repeat: no-repeat;
	height: 115px;
	text-align: right;
}
#topline2 {
	background-color: #fccf0f;
	background-image: url('/images/header-unten.png');
	background-repeat: no-repeat;
	font-weight: bold;
	height: 20px;
	padding: 5px 20px 5px 0px;
}
#topline2 a:link {
	color: #000;
	text-decoration: none
}
#topline2 a:visited {
	color: #000;
	text-decoration: none
}
#topline2 a:hover {
	color: #000;
	text-decoration: underline
}


#leftpane {
	background-image: url(/images/background-left.jpg);
	background-repeat: no-repeat;
	background-color: #004e1e;
	vertical-align: top;
	width: 170px;
	padding: 10px 10px 10px 10px;
	color: #ffffff;
	float: left;
	position: absolute;
	left: 0px;
	height: 100%
}
#leftpane a {
	color: #fff;
}
#leftpane h3 {
	font-size: small;
	border-bottom: 1px solid #FFF;
	margin-top: 10px;
}
#leftpane ul {
	font-size: small;
	list-style: url(../images/yellowbullet.png);
	margin: 0 0 0 25px;
	padding: 0;
}

#centerpane {
    margin-left: 190px;
	padding: 20px;
	font-size: small;
}

#copyrightpane {
	text-align: center;
	clear: both;
	font-size: small;
	padding: 20px;
}

#hint {
	border: 1px solid black;
	padding: 10px;
}

#hint_dau {
	border: 2px solid red;
	padding: 10px;
	color: red;
	font-size: large;
}

.asdrop {
	display: none;
}
