<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * mufon-ces layout
 *
 * last updated apr 18, 2009
 */

body {
	font: normal 12px/16px Arial, Helvetica, sans-serif;
	background: #ececec url(../gfx/bg.wallpaper.png);
	color: #333;
	margin: 0;
	padding: 0;
	width: 100%;
}
a { text-decoration: none; outline:none; }
a img {  border: none; }
.clear { clear: both; }

div#page {
	position: relative;
	width: 920px;
	margin: auto;
	background-color: #fff;
}

/**
 * The header.
 */
div#page div#header {
	position: relative;
	width: 920px;
	height: 240px;
	background-color: #fff;
}
div#page div#header h1 {
	position: absolute;
	display: block;
	left: 40px;
	top: 20px;
	font: normal 13px/15px Georgia, 'Times New Roman', Times, serif;
}
div#page div#header img#keyvisual {
	position: absolute;
	top: 60px;
	width: 920px;
	height: 180px;
}
div#page div#header a#logo {
	position: absolute;
	top: 110px;
	left: 30px;
}
div#page div#header a#logo img {
	width: 140px;
	height: 70px;
}
div#page div#header div#metanavi {
	position: absolute;
	right: 0;
	top: 0;
	width: 251px;
	height: 73px;
	background-color: #fff;
}
div#page div#header div#metanavi ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div#page div#header div#metanavi ul li {
	float: left;
	margin-left: 1px;
}
div#page div#header div#metanavi ul li:first-child {
	margin-left: 0;
}
div#page div#header div#metanavi ul li a {
	display: block;
	width: 80px;
	height: 22px;
	background-color: #fff;
	color: #333;
	font-size: 11px;
	padding-left: 3px;
	padding-top: 4px;
	border-top: 3px solid #bbb;
}
div#page div#header div#metanavi ul li a:hover {
	background: #cee316 url(../gfx/bg.color.png);
	border-color: #e8f273;
}
div#page div#header div#metanavi ul li.selected a {
	display: block;
	width: 80px;
	height: 20px;
	background: #cee316 url(../gfx/bg.color.png);
	color: #333;
	font-size: 11px;
	margin: 0;
	padding-left: 3px;
	padding-top: 4px;
	border-top: 3px solid #e8f273;
}
div#page div#header div#metanavi form {
	position: absolute;
	top: 40px;
	left: 20px;
}


div#page div#header div#metanavi form input.input {
	position: absolute;
	font: normal 12px/16px Arial, Helvetica, sans-serif;
	color: #666;
	width: 199px;
	border: 1px solid #eee;
	background: #fff url(../gfx/bg.searchform.input.png) repeat-x;
}

div#page div#header div#metanavi form input.button{
	position: absolute;
	top: 3px;
	left: 144px;
	font: normal 11px/15px Arial, Helvetica, sans-serif;
	width: 54px;
	height: 13px;
	background: transparent url(../gfx/bg.searchform.button.png) no-repeat;
	color: #06c;
	border: none;
}

/**
 * The main menu.
 */
div#page div#menu {
	height: 40px;
}
div#page div#menu ul {
	display: block;
	float: right;
	height: 40px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #fff;

}
div#page div#menu ul li {
	float: left;
	margin-left: 1px;
}
div#page div#menu ul li a {
	display: block;
	width: 122px;
	height: 33px;
	background-color: #fff;
	color: #333;
	font-size: 11px;
	font-weight: bold;
	padding-left: 3px;
	padding-top: 4px;
	border-top: 3px solid #000;
}
div#page div#menu ul li a:hover {
	background: #cee316 url(../gfx/bg.color.png);
	color: #000;
	border-color: #e8f273;
}
div#page div#menu ul li.selected a {
	display: block;
	width: 122px;
	height: 33px;
	color: #333;
	font-size: 11px;
	font-weight: bold;
	padding-left: 3px;
	padding-top: 4px;
	margin: 0;
	background: #cee316 url(../gfx/bg.color.png);
	border-top: 3px solid #e8f273;
}

/**
 * The footer.
 */
div#page div#footer {
	position: relative;
	height: 160px;
	background: #cee316 url(../gfx/bg.color.png);
	margin-top: 27px;
}
div#page div#footer p.copyright {
	display: block;
	position: absolute;
	top: 1px;
	left: 165px;
	font-size: 11px;
	margin: 0;
	padding: 0;
}
div#page div#footer p.copyright strong {
	letter-spacing: 1px;
}
div#page div#footer ul#servicenavi {
	position: absolute;
	right: 0;
	top: -27px;
	display: block;
	width: 251px;
	height: 40px;
	background-color: #fff;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div#page div#footer ul#servicenavi li {
	float: left;
	margin-left: 1px;
}
div#page div#footer ul#servicenavi li:first-child {
	margin-left: 0;
}
div#page div#footer ul#servicenavi li a {
	display: block;
	width: 122px;
	height: 33px;
	background-color: #fff;
	color: #333;
	font-size: 11px;
	padding-left: 3px;
	padding-top: 4px;
	border-top: 3px solid #bbb;
}
div#page div#footer ul#servicenavi li a:hover {
	background: #cee316 url(../gfx/bg.color.png);
	border-color: #e8f273;
}
div#page div#footer ul#servicenavi li.selected a {
	display: block;
	width: 122px;
	height: 33px;
	background: #cee316 url(../gfx/bg.color.png);
	color: #333;
	font-size: 11px;
	margin: 0;
	padding-left: 3px;
	padding-top: 4px;
	border-top: 3px solid #e8f273;
}

/**
 * The main content page
 */
div#main {
	position: relative;
	margin-top: 30px;
	margin-bottom: 80px;
}
div#main div#content {
	float: left;
	position: relative;
	left: 30px;
	width: 478px;
	padding-right: 25px;
	padding-bottom: 80px;
}
div#main div#content h2, div#main div#content h1 {
	font: normal 17px/21px Georgia, 'Times New Roman', Times, serif;
}
div#main div#content h3 {
	font: normal 15px/17px Georgia, 'Times New Roman', Times, serif;
	margin-top: 21px;
}

div#main div#content p a {
	color: #666;
	font-weight: bold;
	border-bottom: 1px solid #bbb;

/*
	display: block;
	width: 122px;
	height: 33px;
	background-color: #fff;
	font-size: 11px;
	padding-left: 3px;
	padding-top: 4px;
	margin-top: 21px;
	border-top: 3px solid #bbb;
*/	
}
div#main div#content p a:hover {
	border-color: #e8f273;
/*	background-color: #fff; */
	color: #000;
}



div#main div#content p.biglink a, .UfoFaelle p.biglink a  {
	display: block;
	width: 122px;
/*	height: 33px;*/
	background-color: #fff;
	color: #666;
	font-weight: bold;
	font-size: 11px;
	padding-left: 3px;
	padding-top: 4px;
	padding-bottom:3px;
	margin-top: 21px;
	border-bottom: 3px solid #bbb;
/*	border-bottom:none !important;*/
}

div#main div#content p.biglink a:hover,.UfoFaelle p.biglink a:hover {
	border-color: #e8f273;
/*	background-color: #fff; */
	color: #000;
}


/**
 * The submenu.
 */
div#page div#main div#submenu {
	position: relative;
	left: 0;
	float: left;
	width:134px;
}
div#page div#main div#submenu ul {
	display: block;
/*	height: 40px;*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #fff;
}
div#page div#main div#submenu ul li {

}
div#page div#main div#submenu ul li a {
	display: block;
	width: 131px;
/*	height: 27px;*/
	background-color: #fff;
	color: #666;
	font-size: 11px;
	font-weight: bold;
	padding-right: 3px;
	padding-top: 4px;
	padding-bottom: 4px;	
	border-top: 3px solid #fff;
	text-align: right;
}
div#page div#main div#submenu ul li a:hover {
	color: #000;
	background: #cee316 url(../gfx/bg.color.png);
	border-color: #e8f273;
}

div#page div#main div#submenu ul li a.selected  {
	border-top: 3px solid #e8f273;
	background: #cee316 url(../gfx/bg.color.png);
}

div#page div#main div#submenu ul li.selected a {
	display: block;
	width: 131px;
/*	height: 27px;*/
	color: #000;
	font-size: 11px;
	font-weight: bold;
	padding-right: 3px;
	padding-top: 4px;
	padding-bottom:4px;
	margin: 0;
	background: #cee316 url(../gfx/bg.color.png);
	border-top: 3px solid #e8f273;
	text-align: right;
}

/* 2. ebene */


div#page div#main div#submenu ul li li a {
	/*color:#000 !important;
	
	background: #cee316 url(../gfx/bg.3.navigation.ebene.png);
	background-repeat:repeat-x;*/
	background-image:none !important;
	border:0px !important;
	font-size:10px;
	background-color:none !important;
	background:none !important;
border-bottom:1px #CCC solid !important;
padding:2px 0px 2px 0px;
}

div#page div#main div#submenu ul li li a.selected {
	color:#000 !important;
	/*border-bottom:1px #CCC solid;
	background: #cee316 url(../gfx/bg.3.navigation.ebene.png) !important;
	background-repeat:repeat-x;*/
	background-image:none !important;
	border:0px !important;
background-color:none !important;
	font-size:10px;
		background:none !important;
		border-bottom:1px #CCC solid !important;
		padding:2px 0px 2px 0px;
}


/**
 * The sidebar
 */
div#main div#sidebar {
	float: right;
	width: 220px;
	padding-right: 30px;
	font-size: 11px;
}
div#main div#sidebar h3 {
	font: bold 12px/17px Georgia, 'Times New Roman', Times, serif;
	padding-left: 3px;
}
div#main div#sidebar div.photos a.image {
	display: block;
	width: 220px;
	height: 160px;
}
div#main div#sidebar div.photos a.image img {
	width: 220px;
	height: 160px;
}
div#main div#sidebar div.photos ul {
	display: block;
	width: 220px;
	height: 25px;
	list-style-type: none;
	margin: 0 0 17px 0;
	padding: 0;
}
div#main div#sidebar div.photos ul li {
	float: left;
	margin-left: 1px;
}
div#main div#sidebar div.photos ul li:first-child {
	margin-left: 0;
}
div#main div#sidebar div.photos ul li a {
	display: block;
	width: 106px;
	height: 27px;
	background-color: #fff;
	color: #666;
	font-weight: bold;
	font-size: 11px;
	padding-left: 3px;
	padding-top: 4px;
	border-top: 3px solid #bbb;
}
div#main div#sidebar div.photos ul li:first-child a {
	width: 107px;
}
div#main div#sidebar div.photos ul li a:hover {
	background: #cee316 url(../gfx/bg.color.png);
	border-color: #e8f273;
	color: #000;
}
div#main div#sidebar div.photos ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div#main div#sidebar div.photos ol li {
	margin-bottom: 5px;
	padding-left: 3px;
}
div#main div#sidebar div.photos ol li span {
	display: block;
}

#rgaccord2-nest h2 {
	margin-top:0px !important; 

	
	}

#rgaccord2-nest h3{
	margin-top:0px !important; 
	background-color: #fff;
	color: #666;
	font-weight: bold;
	font-size: 12px !important; 
	padding-left: 3px;
	padding-top: 4px;
	margin-top: 21px;
	border-top: 3px solid #bbb;
	border-bottom:none !important;
}

#rgaccord2-nest h3:hover {
	cursor:pointer;
	color:#000;
	border-color: #e8f273;
}

.rgaccord2-content {
	margin:0px 0px 20px 0px !important;
}

.rgaccord2-content h2 {
	display:none;
}

.FaelleListItem {
border-bottom: 3px solid #bbb;
}

.FaelleSingleImage img {
	border-bottom: 3px solid #bbb;
/*	border:1px #BBBBBB solid !important;  */
}

.FaelleSingleImage img:hover {
border-color: #e8f273;
}


.NewsList p img {
float:left;
margin-right:5px;

}

.NewsList .Datum{
	margin-bottom:0px;
}

.NewsList h2{
	margin-top:0px;
}


.FaelleDetail  p {
	margin:0px !important;
	padding:5px; border-bottom:1px solid #CCC;
}

.FaelleDetail .odd {
/*background-color:#CCC;*/

}


.literaturBeschreibung h3{
	border-top:1px solid #BBBBBB; 
	padding-top:10px;
}

.tx-rfmufonmediathek-pi1 a img  {
	border:0px !important;
}


.tx-indexedsearch a, .csc-sitemap a{
	color:#000;
	border-bottom: 1px solid #bbb;
	}

.tx-indexedsearch a:hover , .csc-sitemap a:hover {
border-color: #e8f273;
}

.tx-indexedsearch .res {
	border-bottom: 1px solid #bbb;
}

.tx-indexedsearch .percent {
	font-size:0.8em;
	color:#999;
}


.tx-indexedsearch label {
	display:block;
	float:left;
	width:110px;
	}
	
.tx-indexedsearch-search-for, .tx-indexedsearch-search-select-section, .tx-indexedsearch-search-select-group {
	height:30px;
}

.tx-indexedsearch-search-for select, .tx-indexedsearch-search-select-section select, .tx-indexedsearch-search-select-group select {
	width:250px;
}

ul.browsebox {
	margin-top:10px;
	margin-left:0px !important;
	padding-left:0px !important;
	width:100%;
	border-bottom: 1px solid #bbb;
	margin-bottom:15px;
	padding-bottom:10px !important;
}

.browsebox li {
display:inline;
list-style-type:none;
margin-right:10px;
}


.FaelleListImage {
	width:180px;
	float:left;
	text-align:left;
	border:1px #FFF solid;
	
}

.FaelleListImage img{
	/*
	    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=0, Strength=3)
    progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=45, Strength=2)
    progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=90, Strength=3)
    progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=135, Strength=2)
    progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=180, Strength=3)
    progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=225, Strength=2)
    progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=260, Strength=3)
    progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=305, Strength=2);
    -moz-box-shadow: 0 0 5px #222; 
    -webkit-box-shadow: 0 0 5px #222;
    box-shadow: 0 0 5px #222; 
	
	background-color:#BBBBBB;
	padding:3px;
*/
}

.FaelleListImage img:hover{
	background-color:#e8f273;
}

.FaelleListTeaser {
	width:290px;
	float:left;

}

.FaelleListTeaser a{
border-bottom:1px solid #BBBBBB;
color:#666666;
font-weight:bold;
}

.FaelleListTeaser a:hover{
	color:#000;
	border-color:#e8f273;

}

.bigImage {
	text-align:center;
}

.bigImage a{
	border-bottom: 5px solid #bbb;
}

.bigImage a:hover{
border-color: #e8f273;
}


.trennlinie {
	border-top:3px solid #BBBBBB;
	height:3px;
	margin:0px;
	padding:0px;
	
}


h3.trigger {
    border-bottom: 1px solid #DDDDDD !important;
    margin: 0 !important;
    padding-bottom: 15px !important;
    padding-top: 15px !important;
}

h3.trigger:hover {
	cursor:pointer;
	border-bottom-color: #e8f273 !important;	
}

h3.trigger_active {
	border-bottom-color: #e8f273 !important;	
}


.ContentLinks {
	float:left;
	width:50%;
}

.ContentRechts {
	float:right;
	width:48%;
}


.UfoFaelle {
	position:relative;
}

.UfoFaelleBild {
	width:220px;
	height:160px;
	background-position:center center;
	background-repeat:no-repeat;
	display:block;
	cursor:pointer;
}

.UfoFaelleAjaxLoader {
	width:100%;
	height:100%;
	position:absolute;
	z-index:10;
	background-image:url(../gfx/white_80p.png);
	top:0;
	left:0;
	display:none;
	
}

.UfoFaelleAjaxLoader img{
margin-left: 40%;
    margin-top: 40%;
}


.UfoFaelle .browseLinksWrap a{
	background-color: #FFFFFF;
    border-top: 3px solid #BBBBBB;
    color: #666666;
    display: block;
    font-size: 11px;
    font-weight: bold;
    height: 27px;
    padding-left: 3px;
    padding-top: 4px;
    width: 106px;
	float:left;

}


.UfoFaelle .browseLinksWrap a:hover {
		background: #cee316 url(../gfx/bg.color.png);
	border-color: #e8f273;
}



#sidebar .tx-mufonfaelle-pi1 form {

}

#sidebar input.input {

	font: normal 12px/16px Arial, Helvetica, sans-serif;
	color: #666;
	width: 200px;
	border: 1px solid #eee;
	background: #fff url(../gfx/bg.searchform.input.png) repeat-x;
}

#sidebar input.button {

	font: normal 11px/15px Arial, Helvetica, sans-serif;
	width: 60px;
	height: 18px;
	background: transparent url(../gfx/bg.searchform.button_big.png) no-repeat;
	color: #06c;
	border: none;
	text-indent:-999em;
	cursor:pointer;

}

.selectShape, .selectShapeHalb{

	background: #fff url(../gfx/bg.searchform.input.png) repeat-x;	
	border: 1px solid #eee;	
}

.selectShape {
	width:200px;	
}


.selectShapeHalb {
	width:95px;	
}


#PrintLogo {
	display:none;
}</pre></body></html>