.navi {
	border-bottom: 1px solid #000188;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: bold;
	color: #828282;
	padding-left: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #F2F2F2;
	width: 180px;
}
.navisel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: bold;
	border-bottom: 1px solid #000188;
	color: #000188	;
	padding-left: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #F7F7F7;
	width: 180px;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 20px;
	line-height: 17px;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000188;
	font-weight: bold;
}
a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:hover {
	background-color: #DDDDDD;	
	text-decoration: underline overline;
}
.formface {
	background-color: #EAEAEA;
	border: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.formbut {
	background-color: #000188;
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 2px;
	border: 1px solid #EAEAEA;
}

#schottendicht {
    font-family: Georgia, 'Times New Roman', Times, sans-serif;
    background-color: white;
    font-size: 15px;
    line-height: 150%;
    border: 15px solid #bd0707;
    padding: 20px;
    -moz-box-shadow: 8px 8px 13px gray;
    -webkit-box-shadow: 8px 8px 13px gray;
    box-shadow: 8px 8px 13px gray;    
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-transform: rotate(6deg); 
    -moz-transform: rotate(6deg);
    position: relative;
    top: -160px;
}

#schottendicht h2 {
    color: #000188;
    margin: 0px 0px 20px 0px;
}
#schottendicht ul, #schottendicht li {
    list-style: none outside;
    padding: 0;
    margin: 0;
}
