body { font-family: Arial, sans-serif; font-size: 13px; color: #473F2D; }

h1 {
font-size: 20px;
color: #a52a2a;

background: transparent;
}

h2 { font-size: 14px; color: #473F2D; font-weight: bold; background: transparent; }

h3 {
font-size: 12px;
color: #473F2D;
background: transparent;
}

p {
font-size: 13px;
/* padding: 2em 0 1em 0;*/
color: #473F2D;
background: transparent;
}
	
.artikel { font-size: 12px;
/* padding: 2em 0 1em 0;*/
color: #311633; font-weight: bold; background: transparent; }

#preamble a:link{
	font-size: 13px;
	color: #473F2D;
	background: transparent;
	}
#preamble a:visited{
	font-size: 13px;
	color: #473F2D;
	background: transparent;
	}
#preamble a:hover{
	font-size: 13px;
	color: #a52a2a;
	background: transparent;
	}


ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 195px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	}
	
ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 195px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	font-size: 14px;
	font-weight: bold; 
	text-decoration: none;
	background: #D1BD73; /* IE6 Bug */
	padding: 5px;
	border : 1px dotted #473F2D; /* IE6 Bug */
	border-bottom: 0;
	}
	
li a:hover {
		background-color : #ffd564;
	}
	
/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul { display: block; } /* The magic */
