/* Definitionen in Abhaengigkeit der Webseite */

/*HEADER---------------------------------------------------*/

/* Kopf- und Portallandschaft-Definitionen muessen mit den Verzeichnisnamen der 1. Ebene uebereinstimmen */

#header_start, #header_mm, #header_as, #header_mi, #header_rs, #header_tag {
	background-color: #8FB77B;
	height: 112px;
	border-bottom: 1px solid #dbe5cd;
	white-space:nowrap;
        background-image: url('http://www.gruene-woche-mv.de/cms2/IGW_prod/IGW/_Bilder/Layout-2012/bg_header_start.jpg');
}

#header_start h3, #header_mm h3, #header_as h3, #header_mi h3, #header_rs h3, #header_tag h3 {
padding: 0px;
}
/*
#portallandschaft_start, #portallandschaft_mm {
position: absolute;
top:55px;
left:230px;
height:45px;
}
*/
/*
#portallandschaft_start h3, #portallandschaft_mm h3 {
display:none;
}

#portallandschaft_start a, #portallandschaft_mm a {
text-decoration: none;
background-image: url('http://www.gruene-woche-mv.de/cms2/IGW_prod/IGW/_Bilder/Layout-2012/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.gruene-woche-mv.de/cms2/IGW_prod/IGW/_Bilder/Layout-2012/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_as a span, #header_mi a span, #header_rs a span, #header_tag a span {display: none;}
/* #portallandschaft_start a span, #portallandschaft_mm a span {display: none;} */

/*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 #d7dfd0;}
* html div#navigation ul ul li {border-bottom: none;}
*:first-child+html div#navigation ul li {border-bottom: 1px solid #d7dfd0;}
*: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;
}

