/* 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_eg, #header_foe, #header_smv, #header_wfs {
	background-color: #A4C3D7;
	height: 100px;
	border-bottom: 1px solid #287DA8;
	white-space:nowrap;
}

#header_start h3, #header_mm h3, #header_eg h3, #header_foe h3, #header_smv h3, #header_wfs h3 {
padding: 0px;
}

/*
#portallandschaft_start, #portallandschaft_mm {
position: absolute;
top:55px;
left:230px;
height:45px;
}
*/
/*
#portallandschaft_lm, #portallandschaft_fg {
top:67px;
height:33px;
}
*/
/*
#portallandschaft_start h3, #portallandschaft_mm h3 {
display:none;
}

#portallandschaft_start a, #portallandschaft_mm a {
text-decoration: none;
background-image: url('http://www.investorenportal-mv.de/cms2/IP_prod/IP/_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 {
background-image: url('http://www.investorenportal-mv.de/cms2/IP_prod/IP/_Bilder/Layout/bg_link_portal2.gif'); color:#336699; text-decoration: underline;
}
*/

/*SEITENMITTE---------------------------------------------------*/

div#mitte {
min-height: 915px;
}

* html div#mitte {
height: 905px;
}

/*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 */

/*Navigation "Portal"---------------------------------------------------*/

/*
div#navigation div#nav_portal {
height: 125px;
}
*/

/*INHALT---------------------------------------------------*/

#inhalt {
min-height: 825px;
}

* html div#inhalt {
height: 875px;
}
