* {
    font-family: Arial, sans-serif, futura, Verdana;
    margin: 0;
    padding: 0;
}

html, body {
	width: 100%;
	height: 100%
}

body {
    background-color: #ececec;
	font-size: 12px;
}

div#main_container {
    height: auto !important;
    margin: 0 auto -30px;
    min-height: 100%;
    position: relative;
    width: 950px;
}

/*Einstellung für Zeile über Logo*/
div#upperhead {
    background-color: #044f74;
    height: 27px;
}

ul#uppernavi {
    float: right;
    line-height: 14px;
    padding: 7px 10px 0;
}

ul#uppernavi li {
    list-style-type: none;
}

ul#uppernavi li a {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

/*Einstellung für Logobereich*/
div#middlehead {
    background: url("/site/img/logo_lkros.jpg") no-repeat scroll 0 0 #1aa7d6;
    height: 144px;
}

/*Einstellung für Logobereich Frühe Hilfen*/
div#middlehead_fh {
    background: url("/site/img/kopf-fruehe-hilfen1.jpg") no-repeat scroll 0 0 #1aa7d6;
    height: 144px;
}

/*Einstellung für Schriftzug Geoportal Landkreis Rostock*/
.gdp_name {
    color: #044f74;
    float: right;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    text-shadow: 2px -2px 3px white;
    margin: 35px 15px;
/*    font-family: Garamond; */
}

/*Einstellung für Anzeige MAP-Karte*/
div#map {
	position: absolute;
    width: 950px;
	height: 100%;
}

/*Einstellung für Container und Navigationsleiste*/
div#menu {
    background: url("/site/img/navi_bg.png") repeat-x scroll 0 0 #1DACDD;
    height: 29px;
    line-height: 1.5;
}

/*Navieröffnung*/
#menu ul {
    float: left;
    width: 158.3px;
    display: block;
    list-style-type: none;
}

/*Navibezeichnung/ Hauptüberschriften*/
#menu h3 {
    color: #ffffff;
    text-align: center;
    border-right: 1px dashed #ffffff;
    padding: 3px 10px 5px 10px;
    text-transform: uppercase;
    font-size: 1.167em;
}

/*Normalzustand des DropDownMenüs*/
#menu a {
    color: #ffffff;
    text-decoration: none;
    display: block;
    padding: 5px 20px 5px 30px;
    border-bottom: 1px dashed #ffffff;
    text-align: left;
    background: url("/site/img/navi_bg.png") repeat-x scroll 0 0 #1DACDD;
    width: 100%;
}

/*Hoverzustand des DropDownMenüs*/
#menu a:hover {
    color: #ffffff;
    background: #1697C6;
    display: block;
    padding: 5px 20px 5px 30px;
    width: 100%;
}

/*position: absolute im #menu ul ul
  Verhinderung einer Vergrößerung von #menu beim Hovern*/

#menu li {
    position: relative;
}

/*DropDownMenü wird beim Hovern sichtbar*/
#menu ul ul {
    position: absolute;
    display: none;
    z-index: 2;
}

/*DropDownSubMenü erscheint beim Hovern*/
#menu ul li:hover ul {
    display: block;
}

/*Einzellink im Normalzustand, DropDownMenü nicht erforderlich*/

#menu a.direkt:link {
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    color: #000000;
    border-bottom: 1px dashed #ffffff;
    background: #1697C6;
}

/*Einzellink im Hoverzustand, DropDownMenü nicht erforderlich*/

#menu a.direkt:hover {
    color: #ffffff;
    background: #1697C6;
    border-bottom: 1px dashed #ffffff;
}

/*IE <=6 erkennbar*/
* html #menu ul li{
    float: left;
    width: 100%;
 }

/*nur für IE 7*/
*+ html #menu ul li {
    float: left;
    width: 100%;
 }

/*HoverEffekt IE kleiner 7 für ul- und li-Elemente*/
*html body {
    behavior: url("/site/conf/csshover3-source.htc");
    font-size: 100%;
 }

/*
*html #menu ul li a {
    height: 1%;
 }
*/

/*Contentbereich*/
div#content {
    background-color: #ffffff;
    padding: 0px 0px 0px 50px;
    position: absolute;
    width: 900px;
}

div#content  img{
    float: left;
}    

object {
    background-color: #ffffff;
    font-size: 14px; 
    font-weight: bold;
}

.linestyle {
    border: 0;
    border-top: 1px dashed #2c5c91;
    width: 95%;
    margin: 10px 0px 22px 0px;
}

 /*Fusszeile*/
div#foot {
    background-color: #044f74;
    bottom: 0;
    color: #ffffff;
    font-size: 11px;
    height: 30px;
    width: 950px;
    line-height: 30px;
    position: fixed;
    z-index: 10;
}

div#leftfoot {
    float: left;
    margin-left: 20px;
}

div#middlefoot ul {
    float: right;
}

div#middlefoot ul li {
    float: left;
    list-style-type: none;
    margin-right: 20px;
}

div#foot a {
    color: #ffffff;
    text-decoration: none;
}

.clearing { 
    clear: both;
    padding: 5px;
}

.headline {
    padding-top: 10px;
    color: #1dacdd;
}

a img {
    border: 0px;
    padding-right: 20px;
}

/*Kontrollkaestchen*/
.olControlKartenSwitcher {
    background-color: transparent;
    color: white;
    width: 15em;
}

.olControlKartenSwitcher .layersDiv {
    background-color: #044f74;
    margin-left: 3px;
}
.olControlKartenSwitcher .layersDiv .baseLbl {
    background-color: #044f74;
    font-size: 12px;
    padding-left: 8px;
    position: relative;
    height: 27px;
    line-height: 30px;
}
.olControlKartenSwitcher .layersDiv .dataLbl {
    background-color: #044f74;
    font-size: 12px;
    padding-left: 8px;
    position: relative;
    height: 27px;
    line-height: 30px;
}
.olControlKartenSwitcher .layersDiv .baseLayersDiv {
    background-color: #1dacdd;
    position: relative;
    padding: 12px;
	margin-right: 10px !important;
}
.olControlKartenSwitcher .layersDiv .dataLayersDiv {
    background-color: #1dacdd;
    position: relative;
    padding: 12px;
	margin-right: 10px !important;
}

/* ################## */
/* # Layer Switcher # */
/* ################## */

div.olControlLayerSwitcherButtonOverlay {
    position: absolute;
    top: 67px;
    left: 8px;
    width: 28px;
    height: 28px;
    background: rgba(255,255,255,0.4);
    border-radius: 4px;
    padding: 0px;
}

.olControlLayerSwitcher {
    position: relative !important;
    top: 64px !important;
    right: auto !important;
    bottom: auto !important;
    left: 5px !important;
    width: 24em !important;
    font-family: sans-serif;
    font-weight: bold;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-size: smaller;
    color: white;
    background-color: transparent;
}

.olControlLayerSwitcher .maximizeDiv{
    position: absolute;
    height: 22px !important;
    width: 22px !important;
    top: 3px !important;
    left: 3px !important;
    border-radius: 2px;
    padding: 0px;
    background: #130085; /* fallback for IE - IE6 requires background shorthand*/
    background: rgba(0, 60, 136, 0.5);
    filter: alpha(opacity=80);
}

div.maximizeDiv:hover {
    background: #130085; /* fallback for IE */
    background: rgba(0, 60, 136, 0.7);
    filter: alpha(opacity=100);
}

.olControlLayerSwitcher .minimizeDiv {
    width: 22px !important;
    height: 22px !important;
    top: 3px !important;
    left: 3px !important;
    border-radius: 2px;
    cursor: pointer;
    background: #130085; /* fallback for IE - IE6 requires background shorthand*/
    background: rgba(0, 60, 136, 0.3);
    filter: alpha(opacity=80);
}

div.minimizeDiv:hover {
    background: #130085; /* fallback for IE */
    background: rgba(0, 60, 136, 0.6);
    filter: alpha(opacity=100);
}

.olControlLayerSwitcher .layersDiv {
    border-radius: 2px 2px 2px 2px;
    opacity: 0.75;
    filter: alpha(opacity=75);
    background-color: #044f74 !important;
	padding-bottom: 12px !important;
	padding-left: 28px !important;
}

.olControlLayerSwitcher .layersDiv .baseLbl {
    background-color: #044f74;
    font-size: 12px;
    padding-left: 8px;
    position: relative;
    height: 27px;
    line-height: 30px;
}
.olControlLayerSwitcher .layersDiv .dataLbl {
    background-color: #044f74;
    font-size: 12px;
    padding-left: 8px;
    position: relative;
    height: 27px;
    line-height: 30px;
}
.olControlLayerSwitcher .layersDiv .baseLayersDiv {
    background-color: #1dacdd;
    position: relative;
    padding: 12px;
    font-size: 12px;
    border-radius: 2px;
}
.olControlLayerSwitcher .layersDiv .dataLayersDiv {
    background-color: #1dacdd;
    position: relative;
    padding: 12px;
    font-size: 12px;
    border-radius: 2px;
}

/* Copyright-Bereich */

div.CopyrightOverlay {
    position: absolute;
    /*bottom: 0px;
    right: 0px;*/
    background: rgba(255,255,255,0.7);
    border-radius: 8px 0px 0px 0px;
    padding: 8px;
	color: #000000;
    font-size: 11px;
    height: auto;
    width: 280;
    line-height: 14px;
    /*position: fixed;*/
	bottom: 0px;
	right: 0px; 
}




input[type=radio] {
    margin: 0px 7px 1px 1px;
    padding: 0px;
    width: 13px;
    height: 13px;
    padding: 0px;
    vertical-align: middle;
}

input[type=checkbox] {
    margin: 0px 8px 1px 1px; 
    padding: 0px;
    width: 13px;
    height: 13px; 
    padding: 0px;
    vertical-align: middle;
}

div#sidebar {
    left: 78%;
    margin: 0 0 0 110px;
    position: fixed;
/*    top: 45px; */
    z-index: 1000;
}


form {
    padding-top: 20px;
}

span.label {
    font-size: 14px;
}

input.FormInput[type="text"] {
    border: 1px solid #bbbbbb;
    color: #2a2d34;
    font-size: 14px;
    height: 26px;
    margin: 5px 0 10px;
    padding: 5px 15px;
    width: 268px !important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

textarea.FormInput {
    border: 1px solid #bbbbbb;
    color: #2a2d34;
    font-size: 14px;
    margin: 5px 0 10px;
    padding: 5px 15px;
    width: 268px !important;
    height: 300px !important;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-column-count: 40;  /* Chrome, Safari, Opera */
    -moz-column-count: 40;  /* Firefox */
}

.kurz {
    font-size: 14px;
    color: #5F5F5F;
    background-color:#FFE6FF;
    border: 1px solid #7F9DB9;
    width:50px;
    height:20px;
    text-align:center;
}

div.box {
    font-size: 14px;
    padding: 10px 0px 10px 0px;
}

input[type="submit"], input[type="reset"] {
    background: url("/site/img/navi_bg.png") repeat-x scroll 0 0 #1DACDD;
    font-size: 14px;
    color: #ffffff;
    width:100px;
    margin: 10px 0px 40px 0px;
}
/*Bedienungsanleitung*/
div#kvwmap {
    background-color: #ffffff;
    padding: 0px 0px 0px 50px;
    position: absolute;
    width: 900px;
}

div#kvwmap  img{
    /*float: left;
    /*width: 921px;*/
	clear: both;
}    
div#kvwmap  hr{
    width: 800px;
}    

