html,body{
	margin:0;
	padding:0
}

body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	background: #662100;
	padding-bottom: 20px;
	color: #DEBF7E;
}
.dudit_outside {
	margin: auto;
	margin-top: 10px;
	width: 960px;
}

.dudit_header, .dudit_footer {
	background: #FE9A67;
	color: maroon;
	border: 1px solid #B63818;
}

.dudit_header {
	height: 200px;
	background-image: url(img/logo_h200.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.c1 {
	clear: both;
}
/********************************/
/* dudit Footer                 */
/********************************/
.dudit_footer {
	padding: 3px;
	margin-top: 5px;
}

#dudit-footer-left{
	float: left;
	text-align: left;
	padding-left: 10px;
}
#dudit-footer-right {
	text-align: right;
}
#dudit-footer-left, #dudit-footer-right {
	overflow: hidden; 
	font-family: Trebuchet MS,Tahoma, Verdana, Arial, Serif;
	font-size: 11px;
	font-weight: bolder;
	text-decoration:none;
}
#dudit-footer-left a, #dudit-footer-right a {
	font-size: 13px;
	font-weight: bolder;
	border:0px;
	color: #CC0000;
	text-decoration:none;
	padding-right: 10px;
}
#dudit-footer-left a:hover, #dudit-footer-right a:hover{
	font-size: 13px;
	font-weight: bolder;
	border: 0px;
	color: Maroon;
	text-decoration: underline;
}
/*** Ende Footer *************/

.dudit_content_div {
	margin-top: 5px;
	margin-left: 1px;
	width: 958px;
}

div.dudit_header h1 {
	text-align:left;	
	margin:10px 0 20px 20px;
	font-variant:small-caps;
	font-family:Georgia, Verdana, Arial, Serif;
	font-size: 60pt;
	/*color:#c49400;*/
	letter-spacing:0px;
	color:#CC0000;
	padding-left: 180px;
}

.dudit_menu {
	width: 180px;
	background: #FE9A67;
	border: 1px solid #B63818;
	/* background: gold; */
	color: #CC0000; 
	text-align: left;
	padding-bottom: 20px;
	padding-left: 5px;
	font-family:Georgia, Verdana, Arial, Serif;
	font-size: 80%;
}

/* Navigation */
/*** 
showmenu2
menu-top
menu-first
menu-sibling
menu-expand
menu-child
menu-last
menu-current
***/

.dudit_menu ul{
	margin-left: 0px;
	padding: 0;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-weight: bolder;
	display: block;
	list-style: none;
	list-style-position: inside;
}	

ul.menu-top li {
	margin-left: 10px;
	list-style: none;
	list-style-image: url(img/arrow_dark.png);
	list-style-position: inside;
}

.dudit_menu li.menu-current {
	list-style: none;
	list-style-image: url(img/arrow_select_dark.png);
	list-style-position: inside;
}

.dudit_menu ul.menu-top li.menu-current a {
	text-decoration: none;
	color: red;	
}
.dudit_menu li a, .dudit_menu ul.menu-top li.menu-child a {
	text-decoration: none;
	padding-left: 5px;
	/* color: #000080; */
	color: maroon;
}
.dudit_menu li a:hover, .dudit_menu ul.menu-top li.menu-child a:hover {
	text-decoration: none;
	font-weight: bold;
	color: maroon;
	background: orange;
}




/* Inhalt */

.dudit_content {
	width: 758px;
	background: maroon;
	border: 1px solid #B63818;
	float: right;
	text-align: left;
	padding: 5px;
	font-size: 12pt;	
}

.cat {
   margin: 5px auto;
   padding: 4px 5px;
   background: maroon;
   font: bold 11px Verdana,Arial;
   color: white;
	border-bottom: 1px solid #B63818;
}

a {
	font-weight: bolder;
	border:0px;
	color: #ffd700;
	text-decoration:none;
	padding-right: 10px;
}
a:hover{
	font-weight: bolder;
	border: 0px;
	color: #ff8c00;
	text-decoration: underline;
}
