* {
	margin: 0;
	padding:0;
}
html {
	height: 100%;
}
body {
	background-image: url('../images/backlft.jpg');
	background-repeat: repeat;
	margin: 0px 0px 0px 0px;
	font-family: "Liberation Serif",FreeSerif,Gentium,"Times New Roman";
	font-size: 14pt;
	/*height: 100%;*/
}
a:link {
	color: #370027;
}
a:visited {
	color: #9f7016;
}
a:hover {
	color: #f00000;
}
a:active {
	color: #000000;
}
a.menu {
	color : #FFFF00;
}
a.hl {
	color: #0000FF;
	text-decoration:none;
}
h1 {
	color: #0000FF;
	text-decoration: underline;
	text-align: center;
}
h2, h3, h4 {
	margin: 20px;
	color: #0000FF;
}
p {
	margin: 20px;
}
p.liste {
	margin: 20px 0px 0px 50px;
}
p.answer {
	margin: 20px 0px 0px 70px;
}
ul.menu {
	list-style-type: none;
	position: fixed;
	margin:30px 0px 0px 10px;
	font-weight: bold;
}
ul {
	margin: 0 0 0 60px;
}
ol {
	list-style-type: none;
	margin: 0 0 0 30px;
}
pre {
	margin: 0px;
	padding: 1px;
	border: 1px inset;
	width: 99%;
	height: 290px;
	text-align: left;
	overflow: auto;
	background-color: #FFFFFF;
}
pre.quarter {
	margin: 0px;
	padding: 1px;
	border: 1px inset;
	width: 99%;
	height: 70px;
	text-align: left;
	overflow: auto;
	background-color: #FFFFFF;
}
pre.command {
	margin: 0px;
	padding: 1px;
	border: 1px inset;
	width: 99%;
	height: 100px;
	text-align: left;
	
	background-color: #FFCF8A;
}
img.present {
	display: block;
	margin: 0 auto 0 auto;
	
}
div.mail {
	position: fixed;
	margin: 500px 0px 0px 4px;
}

div.menu {
	float: left;
	width: 200px;
	vertical-align: top;
}

div.inhalt{
	margin: 0px 0px -20px 200px;
	background-image: url('../images/backgrnd.jpg');
	background-repeat: repeat;
	min-height: 1200px;
	min-width: 100px;
	vertical-align: top;
}
div.code {
	margin:20px;
	margin-top:5px;
	font-size:10pt;
}
div.form {
	position: absolute;
	margin: 300px 0px 0px 400px;
}
div.mlform {
	display: table;
    margin: 0 auto;
}
table {
	table-layout:fixed;
	width:80%;
	margin:0 auto 0 auto;
	border-collapse:collapse;
}
th {
	border:2px solid #000;
	vertical-align:top;
	overflow:hidden;
}
td {
	width:25%;
	border:2px solid #000;
	vertical-align:top;
	overflow:hidden;
	padding-left: 10px;
	}

