@charset "ISO-8859-1";
/* ===========================================================================
   CSS: slider.css
   TEMPLATE: dasburg (portal version) v1.0
   AUTHOR: Thomas Heiles (webmaster@dasburg.de)
   DATE: 29 June 2008
   BROWSERS PASSED: Internet Explorer 7,  Mozilla 2.0, Netscape 7.1, Opera 9.0
   =========================================================================== */

.heading {
display: block;
text-align: left;
margin-top: 2.0em;
margin-bottom: 1.5em;
}

.heading * {
display: inline;
padding: 4px;
user-select: none;
cursor: pointer;
vertical-align: middle;
}

.heading li.hover {
background-color: #000000;
color: #ffffff;
border-radius: 3px;
-webkit-border-radius: 3px;
-opera-border-radius: 3px;
-moz-border-radius: 3px;
}
.heading li.active {
background-color: #607293;
color: #ffffff;
border-radius: 3px;
-webkit-border-radius: 3px;
-opera-border-radius: 3px;
-moz-border-radius: 3px;
}
		
#wrapper { margin: 0em; padding: 0em; }
		
#panes {
text-align: justify;
border-style: none;
margin: 0 0em 0 0em;
position: relative;
}
		
#panes p {
width: 500px;
margin: 0 auto 0em auto;
line-height: 1.5em;
}

p {
margin: 0 auto 0em auto;
line-height: 1.8em;
}
		
#panes div div { overflow: hidden; }
