/* Definitionen in Abhaengigkeit der Webseite */

/*HEADER---------------------------------------------------*/

/* Kopf- und Portallandschaft-Definitionen muessen mit den Verzeichnisnamen der 1. Ebene uebereinstimmen */

#header_start, #header_mm, #header_mp, #header_stk, #header_im, #header_jm, #header_fm, #header_sm, #header_wm, #header_lm, #header_bm, #header_vm, #header_fg {
	background-color: #A4C3D7;
	height: 100px;
	border-bottom: 1px solid #287DA8;
	white-space:nowrap;
}

#header_start h3, #header_mm h3, #header_mp h3, #header_stk h3, #header_im h3, #header_jm h3, #header_fm h3, #header_sm h3, #header_wm h3, #header_lm h3, #header_bm h3, #header_vm h3, #header_fg h3 {
padding: 0px;
}

#portallandschaft_start, #portallandschaft_mm, #portallandschaft_mp, #portallandschaft_stk, #portallandschaft_im, #portallandschaft_jm, #portallandschaft_fm, #portallandschaft_sm, #portallandschaft_wm, #portallandschaft_lm, #portallandschaft_bm, #portallandschaft_vm, #portallandschaft_fg {
position: absolute;
top:55px;
left:230px;
height:45px;
}

/* siehe auch de/en CSS */

#portallandschaft_start h3, #portallandschaft_mm h3, #portallandschaft_mp h3, #portallandschaft_stk h3, #portallandschaft_im h3, #portallandschaft_jm h3, #portallandschaft_fm h3, #portallandschaft_sm h3, #portallandschaft_wm h3, #portallandschaft_lm h3, #portallandschaft_bm h3, #portallandschaft_vm h3, #portallandschaft_fg h3 {
display:none;
}

#portallandschaft_start a, #portallandschaft_mm a, #portallandschaft_mp a, #portallandschaft_stk a, #portallandschaft_im a, #portallandschaft_jm a, #portallandschaft_fm a, #portallandschaft_sm a, #portallandschaft_wm a, #portallandschaft_lm a, #portallandschaft_bm a, #portallandschaft_vm a, #portallandschaft_fg a {
text-decoration: none;
background-image: url('http://www.regierung-mv.de/cms2/Regierungsportal_prod/Regierungsportal/_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_mp a:hover, #portallandschaft_stk a:hover, #portallandschaft_im a:hover, #portallandschaft_jm a:hover, #portallandschaft_fm a:hover, #portallandschaft_sm a:hover, #portallandschaft_wm a:hover, #portallandschaft_lm a:hover, #portallandschaft_bm a:hover, #portallandschaft_vm a:hover, #portallandschaft_fg a:hover {
background-image: url('http://www.regierung-mv.de/cms2/Regierungsportal_prod/Regierungsportal/_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_mp a span, #header_stk a span, #header_im a span, #header_jm a span, #header_fm a span, #header_sm a span, #header_wm a span, #header_lm a span, #header_bm a span, #header_vm a span, #header_fg a span {display: none;}
#portallandschaft_start a span, #portallandschaft_mm a span, #portallandschaft_mp a span, #portallandschaft_stk a span, #portallandschaft_im a span, #portallandschaft_jm a span, #portallandschaft_fm a span, #portallandschaft_sm a span, #portallandschaft_wm a span, #portallandschaft_lm a span, #portallandschaft_bm a span, #portallandschaft_vm a span, #portallandschaft_fg a span {display: none;}

/*SEITENMITTE---------------------------------------------------*/

/* siehe global_web */

/*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---------------------------------------------------*/

/* siehe global_web */

div#seitezurueck {
clear: both;
margin-top: 1em;
}