html,body {
	padding: 0px;
	margin: 0px;
	font-family: verdana;
	font-size:100%;
	color: #412723;
	background-color:#FFFFFF;
	margin:10px;
}

a{
	color:#161f98;
	text-decoration:none;
}

a:hover{
	color:#000000;
	text-decoration:none;
}

.rahmen{
	border:1px solid #333333;
}

td.header{
	background-image: url('/images/web/header.jpg');
	width:1000px;
	height:200px;
}

div.menue-rahmen{
	border-bottom:2px solid #c57f73;
}

td.content{
	background-image:url('/images/web/bg.jpg');
	background-position:top;
	background-repeat:repeat-x;
	height:400px;
	width:735px;
	text-align:left;
	border-left:1px solid #636968;
	padding:10px;
	padding-top:0px;
	line-height:17px;
	font-size:12px;
	background-color:#fff9eb;
}

td.menue{
	background-image:url('/images/web/menue-top.jpg');
	background-position:top;
	background-repeat:no-repeat;
	background-color:#a8321e;
	font-family: Arial;
	font-size:12px;
	color:#FFFFFF;
	width:240px;
	text-align:left;
}

#menue_head{
	height:23px;
	font-family: verdana;
	font-size:100%;
	color:#FFFFFF;
	background-color:#c57f73;
	font-weight:bold;
	text-decoration:none;
	padding-left:13px;
	padding-top:8px;
	margin-top:2px;
}
#menue_head a{
	color:#FFFFFF;
	text-decoration:none;
}
#menue_head a:hover{
	color:#ffffff;
	text-decoration:none;
}

#submenue{
	font-family: verdana;
	font-size:100%;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:13px;
	background-color:#5f0e00;
	color:#FFFFFF;
	text-decoration:none;
	line-height:17px;
}
#submenue a{
	color:#FFFFFF;
	text-decoration:none;
}
#submenue a:hover{
	color:#e8ebff;
	text-decoration:none;
}

#utilities{
	float:right;
	padding-top:176px;
	padding-right:31px;
	color:#a8321e;
	font-family: verdana;
	font-weight:normal;
	font-size: 80%;
	text-decoration:none;
}
#utilities a{
	text-decoration:none;
	color:#a8321e;
}
#utilities a:hover{
	text-decoration:none;
	color:#000000;
}
#utilities a.on{
	text-decoration:none;
	font-weight:bold;
	color:#a8321e;
}

h1{
	margin:0px;
	margin-bottom:10px;
	font: 120% verdana;
	font-weight:bold;
	color:#a8321e;
	letter-spacing: 1px;
	padding-bottom:4px;
	border-bottom:3px solid #a8321e;
}

#inhalt {
	width: 700px;
}

div.liste{
	background-color:#ffffff;
	border:1px dotted #412723;
	padding:10px;
}