html {
	margin: 5px;
	background-color: #e7e7f0;
	overflow: scroll;
}

body {
	font-family: arial, sans-serif;
	font-size: 0.9em;
	color: #444;
}

img.inline {
	vertical-align: baseline;
}

h1 {
	margin: 9px 0px 3px 0px;
	font-size: 1.4em;
}
h2 {
	margin: 9px 0px 2px 0px;
	font-size: 1.2em;
}
h3 {
	margin: 8px 0px 1px 0px;
	font-size: 1.1em;
}
h4 {
	margin: 6px 0px 0px 0px;
	font-size: 1.0em;
}
p {
	margin: 0px 0px 7px 0px;
}

pre {
	line-height: 0.8em;
}

#page {
	font-family: arial, sans-serif;
	font-size: 0.9em;
	width: 850px;
	color: #444;
	background-color: #d9d9e5;
	margin: 15px auto;
	padding: 5px;
	position: relative;
}

#woben {
	margin: 5px 0 0 0;
}

#wrechts {
	margin: 140px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 1px dotted #444;
}

#wunten {
	padding: 11px 5px 7px 5px;
	margin: 15px auto;
	width: 850px;
	text-align: center;
	position: relative;
	background-color: #d9d9e5;
}

#menu {
	float: right;
	width: 200px;
	text-align: left;
	padding: 5px 2px 0 0;
	overflow: hidden;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu ul li {
	margin: 2px 0;
}
#menu ul li a {
	color: #444;
	text-decoration: none;
	font-weight: normal;
	padding: 1px 4px;
}
#menu ul li a:hover {
	color: #000;
	background-color: #c5c5d5;
}
#menu ul li.here>a {
	font-weight: bold;
}

#menu ul li ul {
	display: none;
	margin: 0 0 0 15px;
}
#menu ul li.here ul {
	display: block;
}

#content {
	margin: 5px 210px 5px 10px;
	border-right: 1px dotted #444;
	padding: 15px 10px 0px 0px;
}

#content a {
	color: #444;
	text-decoration: underline;
}

#content a:hover,
#topline a:hover,
#bottomline a:hover {
	background-color: #c5c5d5;
	color: #000;
	text-decoration: none;
}

#topline {
	font-size: 0.8em;
	text-align: right;
	float: right;
}
#topline a,
#bottomline a {
	color: #444;
	text-decoration: none;
}

#title {
	border-bottom: 3px solid #444;
	float: none;
	font-size: 1.5em;
	font-weight: bold;
	padding: 0px 0px 5px 10px;
}
#title a {
	color: #444;
	text-decoration: none;
}
#title a:hover {
	text-decoration: none;
}

#bottomline {
	border-top: 3px solid #444;
	padding: 5px 0px 3px 0px;
	text-align: center;
	font-size: 0.7em;
}


.highlight {
	font-style: italic;
}


.clear {
	clear: both;
}


.article {
	padding: 0 0 10px 0;
}

.article .headline {
	margin: 0 0 10px 0;
}
.article .subline,
.article .subline p {
	margin: 5px 0 8px 0;
	text-align: justify;
	font-weight: bold;
}
.article .text,
.article .text p {
	text-align: justify;
}
.article .author {
	text-align: right;
	font-style: italic;
	font-size: 0.8em;
}

.article .date {
	margin-top: 17px;
	text-align: right;
	font-size: 0.8em;
}

.preview .headline {
	font-weight: bold;
	font-size: 0.9em;
	margin: 8px 0 0 0;
}
.preview .subline {
	font-size: 0.9em;
	font-weight: normal;
	margin: 0 0 10px 0;
	text-align: justify;
}

img.hrule {
	width: 100%;
	height: 1px;
	background-color: #444;
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
}

/* rounded corners */
div.tl {
	width:10px;
	height:10px;
	position: absolute;
	top:0px;
	left:0px;
	background-image: url(/img/rounded.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
div.tr {
	width:10px;
	height:10px;
	position: absolute;
	top:0px;
	right:0px;
	background-image: url(/img/rounded.png);
	background-repeat: no-repeat;
	background-position: -28px 0px;
}
div.br {
	width:10px;
	height:10px;
	position: absolute;
	bottom:0px;
	right:0px;
	background-image: url(/img/rounded.png);
	background-repeat: no-repeat;
	background-position: -28px -28px;
}
div.bl {
	width:10px;
	height:10px;
	position: absolute;
	bottom:0px;
	left:0px;
	background-image: url(/img/rounded.png);
	background-repeat: no-repeat;
	background-position: 0px -28px;
}


.privacy {
	text-align: justify;
}


form table tr td {
	vertical-align: top;
}
form table tr td.label {
	padding: 1px 4px 0 0;
	vertical-align: middle;
	text-align: right;
}

form .checkbox {
	vertical-align: middle;
}

form table tr td.description {
	padding: 0 0 8px 0;
	vertical-align: top;
	text-align: left;
	font-size: 0.85em;
}

form input.text {
	font-family: arial, sans-serif;
	border: 1px solid #b5b5d0;
	padding: 2px;
	margin: 2px 0;
}

form select.select {
	font-family: arial, sans-serif;
	border: 1px solid #b5b5d0;
	padding: 2px;
	margin: 2px 0;
}

form textarea.text {
	font-family: arial, sans-serif;
	font-size: 1em;
	border: 1px solid #b5b5d0;
	padding: 2px;
	margin: 2px 0;
}

form table td.button {
	text-align: left;
	padding-top: 9px;
	padding-bottom: 9px;
}


.error {
	color: red;
}

.middle {
	vertical-align: middle;
}



.info {
    position: relative;
    z-index: 24;
	border-bottom: 1px dotted #000;
}

.info:hover {
	z-index: 25;
	cursor: pointer;
	text-decoration: none;
	background-color: #c5c5d5;
}

.info>span.desc {
	display: none;
	cursor: default;
}

.info:hover>span.desc {
    display: block;
    position: absolute;
    top: 1em; 
	left: 0px; 
	width: 350px;
	border: 1px solid #777;
    background-color: #e7e7f0; 
	color: #000;
    text-align: left;
	padding: 2px 4px;
	margin-top: 2px;
}



textarea.html {
	border: 1px solid #b5b5d0;
}



div.catblk {
	float: left;
	width: 32%;
	padding: 2px 2px 0 0;
	height: 30px;
}

ol.linklist li {
	margin-bottom: 5px;
}
ol.linklist li a {
	font-weight: bold;
}
ol.linklist li .lifo {
	font-size: 0.85em;
	color: #70b070;
}

