body,
#menu li {
	background-color: #595039;
}

body {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	text-align:left;	
}

img {
	border:none;
}

#main,
#content {
	border-color:#595039;
}

#pagewidth {
	background-color:#F2E3B9;
	margin:10px;
	padding:10px;
}

#head {
	height:80px;
	margin-bottom:10px;
}

#img {
	float:right;
	width:125px;
	height:80px;
	margin-left:10px;
	background:url("/scholz/img/tastatur.jpg");
}

#head h1 {
	margin:0px;
	padding:20px;
}

#main {
	border-style:solid;
	border-width:10px 0px 0px 10px;
	padding:10px 0px 0px 2px;
}

#menu {
	width:10em;
	float:left;
}

#menu ul {
	margin:0px;
	padding:0px;
}

#menu li {
	list-style-type:none;
	padding:5px;
	margin-bottom:6px;
}

#menu li.last {
	margin-bottom:0px;
}

#menu img {
	border:none;
}

#menu a:link,
#menu a:visited,
#menu a:hover,
#menu a:active {
	color:#fff;
	text-decoration:none;
}

#menu a:visited {
	color:#F2E3B9;
	color:#EBD596;
}

#menu a:hover,
#menu a:active {
	text-decoration:underline;
}

#content {
	margin-left:11em;
	border:1px solid;
	background-color:#fff;
	padding:5px;
}

/* Hides from IE5-mac \*/
* html #content { height:1%; }
/* End hide from IE5-mac */

#content h4 {
	margin-top:2em;
	margin-bottom:1em;
}

#content table {
	width:98%;
	border-collapse:collapse;
	background:#fff;
}

#content td {
	vertical-align:top;
	border-top:1px solid #F2E3B9;
	padding:5px;
}

#content td.param {
	width:15%;
}

#content ul li {
	list-style-type:square;
	padding-bottom:.3em;
}

#content blockquote {
	padding:5px;
	font-style:italic;
	border:1px solid #ebd596;
}

#content p.pruefung {
	font-weight:bold;
	font-style:italic;
}

#content a:link,
#content a:visited,
#content a:hover,
#content a:active {
	color:#595039;
	font-weight:bold;
	text-decoration:underline;
}

#content a:visited {
	color:#827658;
}

#url {
	clear:both;
	height:0px;
}

#url p {
	display:none;
}