/* Definitionen in Abhaengigkeit der Webseite */

/*Allgemeine Angaben zur Seite-------------------------------*/

/* Suchmaschine */
/*
div.rpsearch a span {display: inline;}
*/

/*HEADER---------------------------------------------------*/

/* Kopf- und Portallandschaft-Definitionen muessen mit den Verzeichnisnamen der 1. Ebene uebereinstimmen */

#header_start, #header_mm, #header_bi, #header_ipvo, #header_oeff, #header_org, #header_vus {
	background-color: #A4C3D7;
	height: 100px;
	border-bottom: 1px solid #287DA8;
	white-space:nowrap;
}

#header_start h3, #header_mm h3, #header_bi h3, #header_ipvo h3, #header_oeff h3, #header_org h3, #header_vus h3 {
padding: 0px;
}

#portallandschaft_start, #portallandschaft_mm, #portallandschaft_bi, #portallandschaft_ipvo, #portallandschaft_oeff, #portallandschaft_org, #portallandschaft_vus {
position: absolute;
top:55px;
left:230px;
height:45px;
}

#portallandschaft_start h3, #portallandschaft_mm h3, #portallandschaft_bi h3, #portallandschaft_ipvo h3, #portallandschaft_oeff h3, #portallandschaft_org h3, #portallandschaft_vus h3 {
display:none;
}

#portallandschaft_start a, #portallandschaft_mm a, #portallandschaft_bi a, #portallandschaft_ipvo a, #portallandschaft_oeff a, #portallandschaft_org a, #portallandschaft_vus a {
text-decoration: none;
background-image: url('../_Bilder/Layout/bg_link_portal.gif');
background-position: 0px 3px; 
background-repeat:no-repeat;
font-size:0.65em;
color:#336699; padding-left:10px; padding-right:0px; padding-top:0px; padding-bottom:0px
}

#portallandschaft_start a:hover, #portallandschaft_mm a:hover, #portallandschaft_bi a:hover, #portallandschaft_ipvo a:hover, #portallandschaft_oeff a:hover, #portallandschaft_org a:hover, #portallandschaft_vus a:hover {
background-image: url('../_Bilder/Layout/bg_link_portal2.gif'); color:#336699; text-decoration: underline;
}

/* bisher: a span {display: none;}
Anpassung wegen integriertem Editor: Hyperlinks im Inhaltsbereich dürfen in formatierten Abschnitten (z.B. wegen Schriftart) nicht versteckt werden */
#header_start a span, #header_mm a span, #header_bi a span, #header_ipvo a span, #header_oeff a span, #header_org a span, #header_vus a span, #portallandschaft_start a span, #portallandschaft_mm a span, #portallandschaft_bi a span, #portallandschaft_ipvo a span, #portallandschaft_oeff a span, #portallandschaft_org a span, #portallandschaft_vus a span {display: none;}

/*SEITENMITTE---------------------------------------------------*/

div#mitte {
min-height: 880px;
}

* html div#mitte {
height: 870px;
}

/*NAVIGATION-----------------------------------------------------*/

/*
Bugfix fuer IE:
Wenn der letzte Listenpunkt in der 1. Ebene aufgeklappt ist, wird die 2. Ebene zu lang dargestellt.
Wird durch diesen "virtuellen" Rahmen behoben.
Nur notwendig, wenn keine Portalnavigation verwendet wird.
*/
* html div#navigation ul li {border-bottom: 1px solid #DFE9F0;}
* html div#navigation ul ul li {border-bottom: none;}
*:first-child+html div#navigation ul li {border-bottom: 1px solid #DFE9F0;}
*:first-child+html div#navigation ul ul li {border-bottom: none;}
/* Ende Bugfix */

/*INHALT---------------------------------------------------*/

#inhalt {
min-height: 790px;
}

* html div#inhalt {
height: 840px;
}

