
/* EDITH-Module Stylesheets einbinden */
   @import url(css/edith/base_edith.css);

/* Druck-Layout einbinden */
  @import url(css/print/print.css); 


 body {
 background-color: #869CC1;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: small;
 margin: 0px;
 color: #FFFFFF;
 font-size: 12px;
 scrollbar-base-color: #7E8C9F;
}
a:hover {
 color: #FFE19B;
 text-decoration: underline;
}
a {
 color: #FFFFFF;
 text-decoration: underline;
}
h5 { 
 border-bottom:2px solid #FFE19B;
 padding-bottom:2px;
 margin:0px;
 filter:DropShadow(color=#36587C, offx=2, offy=2)
}
h3 { 
 border-bottom:4px solid #FFE19B;
 padding-bottom:2px;
 margin:0px;
 filter:DropShadow(color=#36587C, offx=3, offy=3)
}
h2 { 
 border-bottom:4px solid #FFE19B;
 padding-bottom:2px;
 margin:0px;
 filter:DropShadow(color=#36587C, offx=3, offy=3)
}

img {border: 0px solid white;}

.div {
 position:absolute;
 top:120px;
 left:115px;
 width:120px;
 background-color:#758CB1;
 display:none;
}
.div1 {
 position:absolute;
 top:120px;
 left:223px;
 width:160px;
 background-color:#758CB1;
 display:none;
}
.div2 {
 position:absolute;
 top:120px;
 left:433px;
 width:190px;
 background-color:#758CB1;
 display:none;
}
.div3 {
 position:absolute;
 top:120px;
 left:313px;
 width:210px;
 background-color:#758CB1;
 display:none;
}

.aktuellesbox {
	width: 90%;
	border: 1px solid #6A83AD;
	border-collapse:collapse;
}

#halligen_logo {
	background-color: #869cc1;
	border: 0px solid black;
	width: 190px;
	margin: 10px 0;
}

