body {
background-color:#FFB200;
height:100%;
}

#website {
background-color: #FFB200;
position:relative;
display:block;
margin:0;
padding:1em;
height:100%;
width:auto;
}


#content {
background-color: #FFB200;
display:block;
clear:both;
position:relative;
padding:0 0 0 0;
}

#footer {
font-size:0.6em;
font-family: Verdana, Helvetica, Arial;
text-align:center;
display:block;
}

#breadcrumb {
 font-size: 0.8em;
 font-family: Verdana, Helvetica, Arial;
 width:auto;
 padding:17px 17px 6px 8px;
}

#titelleiste {
font-family: Verdana, Helvetica, Arial;
width:100%;
}


#navigation {
 background: #FFB200;
 font-family: Verdana, Helvetica, Arial;
 font-weight: bold;
 float:left;
 width: 12em;
 border:0;
 margin:0;
 margin-bottom:1em;
}

#inhalt {
 background: #F2F2F2;
 height:100%;
 width: auto;
 margin-bottom:0;
 margin-left:12em;
 padding-left:1.8em;
 padding-right:1.8em;
 padding-top:1em;
 padding-bottom: 1em;
 text-align:left;
 display:block;
}

.klein {
font-size:0.8em;
}

ul.nav1st,ul.nav2nd {
 	width:10em;
	list-style-type:none;
	padding: 0;
	margin: 0 0 0 1em;
}

ul.nav2nd {
 	width:9em;
}

ul.nav1st li,ul.nav2nd li {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
	border-top: 1px solid #FFB200;
         border-bottom: 1px solid #FFB200;
	text-align: left;
	color: black;
}

ul.nav1st a:hover,ul.nav2nd a:hover {
	border-left: 0.6em solid #9191FF;
	background: #FF9900;
	color: black;
}

ul.nav1st a,ul.nav2nd a {
	display: block;
	padding: 0.25em 0.5em 0.25em 0.75em;
	border-left: 0.6em solid #74748C;
	background: #FF9900;
	text-decoration: none;
	color: black;
	line-height: 120%;
}

a.intern {
	color:green;
}

a,a:visited {
	color:darkred;text-decoration: none;
         }

a:hover {
	color:red;text-decoration: underline;
         }

a.intern:link { text-decoration:none; font-weight:bold; color:#DC0A05; }
a.intern:visited { text-decoration:none; font-weight:bold; color:#FF5064; }
a.intern:hover { color:#FF8C78;}