/* Definitionen in Abhaengigkeit der Webseite */

/*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;
}
*/

/* 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, #portallandschaft_start a span, #portallandschaft_mm a span {display: none;}*/
#header_start a span, #header_mm a span, #header_eg a span, #header_foe a span, #header_smv a span, #header_wfs 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 */

/*------------------------------sonstige Anpassungen------------------------------------*/

.infobox ul.kontextlinks a {
font-weight: normal;
}

/*------------------------------landkreiskarte------------------------------------*/


hr.box{
border-left:0px;
border-top:1px solid #a4c3d7;
border-bottom:0px;
border-right:0px;
}

table#karte{
border:0px;
padding:0px;
margin:0px;
}

img#KARTE {
	background:url('http://www.investorenportal-mv.de/cms2/Invest_prod/Invest/_Bilder/Karten/karte_landkreise.gif') no-repeat;
	border:1px solid #dfe9f0;
	}
img#karte2 {
	background:url('http://www.investorenportal-mv.de/cms2/Invest_prod/Invest/_Bilder/Karten/standorte/LP_Karte_landkreise.jpg') no-repeat;
	border:1px solid #dfe9f0;
	}

.detailbox {
	width:200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:8px;
	position:absolute;
	background:#eef4f8;
	border:solid 1px #a4c3d7;
	display:none;
	color:#265380;
	}	

.detailbox h3{
font-size:11pt;
margin:0px 0px 10px 0px;
padding:0px;
	}
	
.detailbox span.left{
float:left;
	}
.detailbox span.right{
float:right;
height:16px;
width:16px;
padding:0px;
margin:0px;
	}

.detailbox a{
color:#265380;
	}
.detailbox a:hover{
color:#ff9900;
	}

.detailbox span.right a{
height:16px;
width:16px;
padding:0px;
margin:0px;
overflow:hidden;
display:block;
background:url('http://www.investorenportal-mv.de/cms2/Invest_prod/Invest/_Bilder/Karten/close_cold.gif') no-repeat;
	}
.detailbox span.right a:hover{
background:url('http://www.investorenportal-mv.de/cms2/Invest_prod/Invest/_Bilder/Karten/close_hot.gif') no-repeat;
	}

