@charset "iso-8859-1";
body  {
        margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auff&uuml;llung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
        padding: 0;
        text-align: center;
        background-color: lightsteelblue;
        font-family: "100% Verdana", Arial, Helvetica, sans-serif;
        font-size: 13px;
        line-height: 20px;
        color: #003366;
        font-weight: 300;
}

/* SCHRIFTFORMATIERUNGEN */

p, li, div, ul, i, u, td, th, span {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 13px;
        line-height: 20px;
        color: #003366;
        font-weight: 300;
}

p#kl, li#kl, div#kl, span#kl, a#kl, td#kl {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        line-height: 15px;
        color: #003366;
        font-weight: normal;
}




h1 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 18px;
        line-height: 22px;
         color: #003366;
        font-weight: 300;
        }

h1 #rot{
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 18px;
        line-height: 22px;
         color: #FF0000;
        font-weight: 300;
        }

h2 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 16px;
        line-height: 22px;
        color: #003366;
        font-weight: 300;
        }

h3 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 14px;
        line-height: 14px;
        color: #003366;
        font-weight: 400;
        vertical-align: bottom;
        padding-left: 4px;
}

h3 #weiss {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 14px;
        line-height: 14px;
        color: lavender;
        font-weight: bold;
        vertical-align: bottom;
        padding-left: 4px;
}

 h4 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 13px;
        line-height:18px;
         color: #003366;
        font-weight: bold;}


/*a:link, a:hover, a:active, a:focus {
        color: #1D4188;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-weight: 500;
        text-decoration:none;
} */
a:link, a:hover, a:active, a:focus {
        color: #000066;
        font-weight: 700;
        text-decoration:none;
}

/*a:visited {
        color: #1D4188;
        text-decoration:none;
        font-weight: 500;
}*/
a:visited {
        color: #000066;
        text-decoration:none;
        font-weight: 500;
}
/* SCHRIFTFORMATIERUNGEN Ende*/

/* C O N T A I N E R gesamte Breite*/
    #container {
        width: 778px;
        text-align: left;
        background-color: lightsteelblue;
        left: 0px;
        top: 0px;
    } 
	
	#containerscroll {
        width: 100%;
        text-align: left;
        background-color: lightsteelblue;
        left: 0px;
        top: 0px;
    }
        /*Navigationscontainer*/
   #navcontainer {
	width: 760px;
	height: 590px;
	text-align: left;
	background-color:steelblue;
	float: left;
	left: 0px;
	top: 0px;
	margin-bottom: 10px;
    }
        /*Navigationscontainer Ende*/


        /*f&uuml;r jede Seite die beiden &Uuml;berschriften*/

        #header {
        width: 729px;
        padding-top: 0;
        padding-right: 10px;
        padding-bottom: 0;
        padding-left: 10px;
        margin-top: 10px;
        margin-right: 15px;
        margin-bottom: 3px;
        margin-left: 13px;
        background-color: steelblue;
        border: 1px solid lavender;
    }
    #header h1 {
        margin: 0;
        text-align: center;
        padding-top: 5px;
        padding-right: 0;
        padding-bottom: 5px;
        padding-left: 0;
        color: lavender;
    }

    #header2 {
        width: 727px;
        padding-top: 0;
        padding-right: 10px;
        padding-bottom: 0;
        padding-left: 10px;
        margin-top: 1px;
        margin-right: 15px;
        margin-bottom: 10px;
        margin-left: 13px;
        background-color: steelblue;
        border: 2px solid lavender;
    }

    #header2 h2 {
        margin: 0;
        text-align: center;
        padding-top: 2px;
        padding-right: 0;
        padding-bottom: 2px;
        padding-left: 0;
        color: #FFF;
    }

        #headerinter3 {
        width: 548px;
        padding-top: 0;
        padding-right: 10px;
        padding-bottom: 0;
        padding-left: 10px;
        margin-top: 625px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 10px;
        background-color: steelblue;
        border: 2px solid lavender;
        float: left;
        visibility: visible;
        z-index: 1;
    }
                /*f&uuml;r jede Seite die beiden &Uuml;berschriften Ende*/

/*Datenbank Branchenbuch Ausgaben*/


    .einspalter #datalinksleer {
        float: left;
        width: 206px;
        background-color: lavender;
        padding: 4px;
        left: 8px;
        top: 12px;
        position: relative;
    }
    .einspalter #datarechts {
        float: right;
        width: 238px;
        background-color: lavender;
        margin-top: 3px;
        margin-bottom: 3px;
        margin-right: 0px;
        margin-left: 3px;
        padding: 4px;
    }
	
	.einspalter #datadoppelrechts {
	float: right;
	width: 448px;
	background-color: lavender;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right: 0px;
	margin-left: 8px;
	padding: 4px;
	text-align: center;
    }
	
    .einspalter #datamitte {
        width: 211px;
        background-color: lavender;
        margin-bottom: 3px;
        margin-right: 12px;
        margin-left: 5px;
        padding: 4px;
        float: left;
        position: relative;
        left: 8px;
    }
        #dataort h2 {
        margin: 0;
        text-align: center;
        padding-top: 2px;
        padding-right: 0;
        padding-bottom: 2px;
        padding-left: 0;
        color: #FFF;
    }

          #datalinks {
        float: left;
        width: 212px;
        background-color: lightsteelblue;
        padding: 3px;
        border-top-width: 3px;
        border-right-width: 3px;
        border-bottom-width: 3px;
        border-left-width: 3px;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-top-color: #CCCCCC;
        border-right-color: steelblue;
        border-bottom-color: steelblue;
        border-left-color: #CCCCCC;
        left: 8px;
        top: 12px;
        position: relative;
    }

          #datalinksdoppel {
        float: left;
        width: 420px;
        background-color: lightsteelblue;
        padding: 3px;
        left: 8px;
        top: 12px;
        position: relative;
    }

          #datalinksmitte {
        float: left;
        width: 440px;
        background-color: lavender;
        margin: 3px;
        padding: 3px;
        position: relative;
    }


        #databranchenort {
        width: 100,01%;
        background-color: lavender;
        height: 100%;
        padding-top: 5px;
        padding-right: 5px;
        padding-bottom: 10px;
        padding-left: 5px;
    }

        .einspalter #dataaktuelles {
        float: left;
        position: relative;
        left: -40px;
        margin: 3px;
        width: 716px;
        background-color: steelblue;
        height: 100%;
        color: lavender;
        padding: 5px;
        border: 2px solid lightsteelblue;
    }

        .einspalter #datacontainer {
        left: -40px;
        margin: 3px;
        width: 716px;
        height: 100%;
        background-color: lavender;
        text-align: left;
        padding: 5px;
        border: 2px solid steelblue;
    }

           #dataort {
        width: 100,01%;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 10px;
        margin-top: 1px;
        margin-bottom: 2px;
        background-color: steelblue;
        border: 2px solid lavender;
        text-align: left;
    }

           #weiter {
	width: 97%;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 1px;
	margin-bottom: 2px;
	background-color: steelblue;
	border: 2px solid lavender;
	text-align: right;
    }

        /* auch allgemein f&uuml;r Bild in Container*/
    #bild {
        border:3px;
        border-top-color: #CCC;
        border-right-color: steelblue;
        border-bottom-color: steelblue;
        border-left-color: #CCC;
        padding: 3px;
    }

        /*Datenbank Branchenbuch Ausgaben ENDE*/

        /*Vorlagen class*/
    .einspalter #einlinks {
        float: left;
        width: 732px;
        background-color: lightsteelblue;
        border: 4px solid steelblue;
        margin-top: 0px;
        margin-bottom: 10px;
        margin-right: 15px;
        margin-left: 13px;
        padding: 4px;
    }
  .einspalterhundert  #einlinkshundert{
	float: left;
	width: 9000px;
	background-color: lightsteelblue;
	border: 4px solid steelblue;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 15px;
	margin-left: 13px;
	padding: 4px;
	overflow: scroll;
    }

/* ZWEISPALTER*/
    .zweispalter #zweilinks {
        float: left;
        width: 356px;
        background-color: lightsteelblue;
        border: 4px solid steelblue;
        margin-top: 0px;
        margin-bottom: 10px;
        margin-right: 3px;
        margin-left: 13px;
        padding: 4px;
    }

    .zweispalter #zweirechts {
        float: right;
        width: 356px;
        background-color: lightsteelblue;
        border: 4px solid steelblue;
        margin-top: 0px;
        margin-bottom: 10px;
        margin-right: 15px;
        margin-left: 3px;
        padding: 4px;
    }
	
	

.zweiInhalt {
        background-color: lavender;
        width: 732px;
        visibility: visible;
}
/* ZWEISPALTER  ENDE*/

        /*Regionen*/
        /*Regionen GroÃYe Karte*/
        .region #regionlinks {
        float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
        width: 492px; /* Mit der AuffÃ¼llung wird gewÃ¤hrleistet, dass der Inhalt des div die Kanten nicht berÃ¼hrt. */
        background-color: lightsteelblue;
        border: 4px solid steelblue;
        margin-top: 0px;
        margin-bottom: 10px;
        margin-right: 3px;
        margin-left: 13px;
        padding: 4px;
    }
    .region #regionrechts {
        float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
        width: 220px;
        background-color: lightsteelblue;
        border: 4px solid steelblue;
        margin-top: 0px;
        margin-bottom: 10px;
        margin-right: 15px;
        margin-left: 3px;
        padding: 4px;
    }
        /*Regionen GroÃYe Karte ENDE*/
        /* KarteRegionen   Schutzgebiete  Naturschutzgebiete   Meer wert*/
        #regionl1 {
        float: left;
        width: 331px;
        background-color: lavender;
        border: 4px solid steelblue;
        margin-top: 10px;
        margin-bottom: 0px;
        margin-right: 3px;
        margin-left: 15px;
        z-index: 1;
        position: absolute;
        height: 364px;
        padding: 4px;
    }

        #regionl2 {
        float: left;
        width: 331px;
        border: 4px solid steelblue;
        margin-top: 10px;
        margin-bottom: 0px;
        margin-right: 3px;
        margin-left: 15px;
        z-index: 2;
        position: absolute;
        height: 364px;
        padding: 4px;
    }

        /*alle Regionen, Container unter Karte*/
        #regionliu {
        float: left;
        width: 331px;
        background-color: lightsteelblue;
        border: 4px solid steelblue;
        margin-top: 397px;
        margin-bottom: 10px;
        margin-right: 3px;
        margin-left: 15px;
        padding: 4px;
        z-index: 0;
        position: absolute;
    }

        #regionenzweirechts {
        float: right;
        width: 376px;
        background-color: lightsteelblue;
        border: 4px solid steelblue;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-right: 15px;
        margin-left: 3px;
        padding: 4px;
    }

        #zweinullnullrechts {
	float: right;
	width: 200px;
	background-color: lightsteelblue;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 8px;
	margin-left: 8px;
	padding: 0px;
    }
	
        /*alle Regionen, Container unter Karte ENDE*/
        /* KarteRegionen  ENDE*/

        /*Regionen ENDE*/

         /*interaktive Karte links und rechts*/
#fuenfsiebenzwei {
        padding-left: 10px;
        float: right;
        width: 572px;
}

#einsfuenfnulllinks {
        float: left;
        width: 150px;
}
/*interaktive Karte links und rechts Ende*/




        /* ALLE Regionen Ãobersichtskarte*/
         .region #interaktivr {
        float: right;
        width: 162px;
        background-color: lightsteelblue;
        border: 4px solid steelblue;
        margin-top: 0px;
        margin-bottom: 10px;
        margin-right: 14px;
        padding: 4px;
    }

        .region #interaktivl1 {
        float: left;
        width: 552px;
        background-color: lavender;
        border: 4px solid steelblue;
        margin-top: 0px;
        margin-bottom: 10px;
        margin-right: 0px;
        margin-left: 11px;
        z-index: 1;
        padding-top: 4px;
        padding-right: 4px;
        padding-bottom: 0px;
        padding-left: 4px;
        position: absolute;
    }

        .region #interaktivl2 {
        float: left;
        width: 552px;
        border: 4px solid steelblue;
        margin-top: 0px;
        margin-bottom: 10px;
        margin-right: 0px;
        margin-left: 11px;
        z-index: 2;
        padding-top: 4px;
        padding-right: 4px;
        padding-bottom: 0px;
        padding-left: 4px;
        position: absolute;
    }

                /* ALLE Regionen ENDE*/
                .region #linksl1 {
        float: left;
        width: 552px;
        background-color: lavender;
        border: 4px solid steelblue;
        margin-top: 0px;
        margin-bottom: 10px;
        margin-right: 0px;
        margin-left: 11px;
        z-index: 1;
        padding-top: 4px;
        padding-right: 4px;
        padding-bottom: 0px;
        padding-left: 4px;
    }

        /* DREISPALTER*/
    .dreispalter #dreilinks {
        float: left;
        width: 230px;
        background-color: lightsteelblue;
        border: 4px solid steelblue;
        margin-top: 0px;
        margin-bottom: 10px;
        margin-right: 3px;
        margin-left: 13px;
        padding: 4px;
    }
    .dreispalter #dreirechts {
        float: right;
        width: 230px;
        background-color: lightsteelblue;
        border: 4px solid steelblue;
        margin-top: 0px;
        margin-bottom: 10px;
        margin-right: 15px;
        margin-left: 3px;
        padding: 4px;
    }
    .dreispalter #dreimitte {
        background-color: lightsteelblue;
        width: 228px;
        border: 4px solid steelblue;
        margin-top: 0px;
        margin-bottom: 10px;
        margin-right: 266px;
        margin-left: 265px;
        padding: 4px;
    }

        /* mittebreit = Dreispalter mit breiter Mitte*/
            .mittebreit #mblinks {
        float: left;
        width: 122px;
        background-color: lightsteelblue;
        border: 4px solid steelblue;
        margin-top: 0px;
        margin-bottom: 10px;
        margin-right: 3px;
        margin-left: 13px;
        padding: 4px;
        z-index: 1;
    }
    .mittebreit #mbmitte {
        float: left;
        background-color: lightsteelblue;
        width: 446px;
        border: 4px solid steelblue;
        margin-top: 0px;
        margin-bottom: 10px;
        margin-right: 3px;
        margin-left: 3px;
        padding: 4px;
    }

    .mittebreit #mbrechts {
        float: right;
        width: 122px;
        background-color: lightsteelblue;
        border: 4px solid steelblue;
        margin-top: 0px;
        margin-bottom: 10px;
        margin-right: 15px;
        margin-left: 3px;
        padding: 4px;
    }

        /* DREISPALTER  ENDE*/

                /*VIERSPALTER */
    .info #infolinks {
        float: left;
        width: 122px;
        background-color: lightsteelblue;
        border: 4px solid steelblue;
        margin-top: 0px;
        margin-bottom: 10px;
        margin-right: 3px;
        margin-left: 13px;
        padding: 4px;
        z-index: 1;
    }
    .info #infomittelinks {
        float: left;
        background-color: lightsteelblue;
        width: 212px;
        border: 4px solid steelblue;
        margin-top: 0px;
        margin-bottom: 10px;
        margin-right: 3px;
        margin-left: 3px;
        padding: 4px;
    }
    .info #infomitterechts {
        float: left;
        background-color: lightsteelblue;
        width: 212px;
        border: 4px solid steelblue;
        margin-top: 0px;
        margin-bottom: 10px;
        margin-right: 3px;
        margin-left: 3px;
        padding: 4px;
    }
    .info #inforechts {
        float: right;
        width: 122px;
        background-color: lightsteelblue;
        border: 4px solid steelblue;
        margin-top: 0px;
        margin-bottom: 10px;
        margin-right: 15px;
        margin-left: 3px;
        padding: 4px;
    }
/*VIERSPALTER  ENDE */

/* Fusszeile */

    #footer {
        width: 729px;
        padding-top:3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
        margin-top: 15px;
        margin-right: 15px;
        margin-bottom: 30px;
        margin-left: 13px;
        background-color: steelblue;
        border: 1px solid lavender;
    }


         p#Fusszeile {
        font-size: 9px;
        text-align: center;
        font-weight: normal;
        color: #FFF;
        }

    #footer p {
        margin: 0; /* Wenn Sie die RÃ¤nder des ersten Elements in der FuÃYzeile auf 0 einstellen, kÃ¶nnen Sie unerwartete AbstÃ¤nde zwischen divs vermeiden. */
        padding: 0px; /* Durch die Verwendung der AuffÃ¼llung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
    }
        /* Fusszeile  ENDE*/

                /*Vorlagen class ENDE*/


        /*  A L L G E M E I N*/
    #inhalttext {
        width: 100,01%;
        background-color: lavender;
        padding-top: 0px;
        padding-right: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
        z-index: 1;
    }
	
    #inhalttextmitte{
	width: 100,01%;
	background-color: lavender;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	z-index: 1;
	text-align: center;
    }

        #floatlinks212 {
        float: left;
        width: 212px;
        background-color: lightsteelblue;
        padding: 3px;
        border-top-width: 3px;
        border-right-width: 3px;
        border-bottom-width: 3px;
        border-left-width: 3px;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-top-color: #CCCCCC;
        border-right-color: steelblue;
        border-bottom-color: steelblue;
        border-left-color: #CCCCCC;
        left: 8px;
        top: 12px;
        position: static;
        margin-right: 5px;
    }
        #floatrechtsmibr {
        float: right;
        width: 238px;
        background-color: lavender;
        margin-top: 3px;
        margin-bottom: 3px;
        margin-right: 0px;
        margin-left: 3px;
        padding: 4px;
    }
    #text150 {
        float: left;
        width: 150px;
        margin-left: 20px;
        z-index: 1;
    }

    #text230 {
        float: right;
        width: 230px;
        margin-left: 20px;
        z-index: 1;
    }

    #utext {
        width: 100,01%;
        height: 100%;
        padding-top: 0px;
        padding-right: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
    }

    #utextnormmitte{
	width: 100,01%;
	height: 100%;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: center;
    }

    #utextklein{
	width: 100,01%;
	height: 100%;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 9px;
	line-height: 14px;
	text-align: center;
    }

    #utextkleinweiss{
	width: 100,01%;
	height: 100%;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 9px;
	line-height: 14px;
	text-align: center;
	color: #FFFFFF;
    }
        /*Submit-GrÃ¶ÃYen*/
    #infosubmit {
        width: 110px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 14px;
        line-height: 14px;
        font-weight: 500;
        background-color: lightsteelblue;
        text-align: center;
        height: 22px;
        color: #003366;
    }

    #submit {
        width: 93%;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 14px;
        line-height: 14px;
        font-weight: 500;
        text-align: left;
        color: #003366;
        padding-left: 5px;
        padding-top: 2px;
    }

    #suchenbuchstaben {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: 500;
        margin: 3px;
        height: 42px;
        width: 24px;
        float: left;
    }
    #abstandbuchstaben {
        margin: 3px;
        height: 42px;
        width: 165px;
        float: left;
    }

    /*Linien*/
                 #linielsb {
        width: 100,01%;
        height: 4px;
        background-color: lightsteelblue;
    }
    #liniesb {
        width: 100,01%;
        height: 4px;
        background-color: steelblue;
            }
    #dataliniesb {
        width: 100,01%;
        height: 2px;
        background-color: steelblue;
            }

    .fltrt { /* Mit dieser Klasse kÃ¶nnen Sie ein Element auf der Seite nach rechts flieÃYen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
            float: right;
            margin-left: 8px;
    }
    .fltlft { /* Mit dieser Klasse kÃ¶nnen Sie ein Element auf der Seite nach links flieÃYen lassen. */
            float: left;
            margin-right: 8px;
    }


         .navmitte {/* Mit dieser class kÃ¶nnen Sie ein Element auf der Seite mittig ausrichten. */
        text-align: center;
        font-weight: normal;
        }


         #nachoben { /* Mit diesem id k&ouml;nnen Sie ein Element auf der Seite nach rechts flie&szlig;en lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
        float: right;
        height: 15px;
        width: 19px;
        position: relative;
    }
                /*  A L L G E M E I N  ENDE*/

        /* B I L D E R R A H M E N */

    #bildeinhmitte {
        width: 110px;
        background-color: lightsteelblue;
        padding: 3px;
        border-top-width: 3px;
        border-right-width: 3px;
        border-bottom-width: 3px;
        border-left-width: 3px;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-top-color: #CCCCCC;
        border-right-color: steelblue;
        border-bottom-color: steelblue;
        border-left-color: #CCCCCC;
        margin-right: auto;
        margin-left: auto;
        padding: 3px;
        position: relative;
        text-align: center;
    }

        #bildvarmitte {
        width: 250px;
        background-color: lightsteelblue;
        padding: 3px;
        border-top-width: 3px;
        border-right-width: 3px;
        border-bottom-width: 3px;
        border-left-width: 3px;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-top-color: #CCCCCC;
        border-right-color: steelblue;
        border-bottom-color: steelblue;
        border-left-color: #CCCCCC;
        margin-right: auto;
        margin-left: auto;
        padding: 3px;
        position: relative;
        left: auto;
        right: auto;
        text-align: center;
    }


#bildmaxmitte {
        background-color: lightsteelblue;
        padding: 3px;
        border-top-width: 3px;
        border-right-width: 3px;
        border-bottom-width: 3px;
        border-left-width: 3px;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-top-color: #CCCCCC;
        border-right-color: steelblue;
        border-bottom-color: steelblue;
        border-left-color: #CCCCCC;
        margin-right: auto;
        margin-left: auto;
        padding: 3px;
        position: relative;
        left: auto;
        right: auto;
        text-align: left;
    }


    #bildzweihmitte {
        width: 200px;
        background-color: lightsteelblue;
        padding: 3px;
        border-top-width: 3px;
        border-right-width: 3px;
        border-bottom-width: 3px;
        border-left-width: 3px;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-top-color: #CCCCCC;
        border-right-color: steelblue;
        border-bottom-color: steelblue;
        border-left-color: #CCCCCC;
        padding: 3px;
        position: static;
        text-align: center;
        margin-right: auto;
        margin-left: auto;
    }
	
	  #bildzweihohne {
	width: 200px;
	background-color: lightsteelblue;
	padding: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	position: static;
	text-align: center;
	border-top-color: lightsteelblue;
	border-right-color: lightsteelblue;
	border-bottom-color: lightsteelblue;
	border-left-color: lightsteelblue;
    }

    #bilddreihmitte {
        width: 300px;
        background-color: lightsteelblue;
        padding: 3px;
        border-top-width: 3px;
        border-right-width: 3px;
        border-bottom-width: 3px;
        border-left-width: 3px;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-top-color: #CCCCCC;
        border-right-color: steelblue;
        border-bottom-color: steelblue;
        border-left-color: #CCCCCC;
        margin-right: auto;
        margin-left: auto;
        padding: 3px;
        position: relative;
        text-align: center;
    }

    #bildvierhmitte {
        width: 400px;
        background-color: lightsteelblue;
        padding: 3px;
        border-top-width: 3px;
        border-right-width: 3px;
        border-bottom-width: 3px;
        border-left-width: 3px;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-top-color: #CCCCCC;
        border-right-color: steelblue;
        border-bottom-color: steelblue;
        border-left-color: #CCCCCC;
        margin-right: auto;
        margin-left: auto;
        padding: 3px;
        position: relative;
        text-align: center;
    }

  

    #bildvierzweihmitte {
	width: 412px;
	height: 212px;
	background-color: lightsteelblue;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: steelblue;
	border-bottom-color: steelblue;
	border-left-color: #CCCCCC;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: center;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
    }
	
	
  #bild45hmitte {
        width: 450px;
        background-color: lightsteelblue;
        padding: 3px;
        border-top-width: 3px;
        border-right-width: 3px;
        border-bottom-width: 3px;
        border-left-width: 3px;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-top-color: #CCCCCC;
        border-right-color: steelblue;
        border-bottom-color: steelblue;
        border-left-color: #CCCCCC;
        margin-right: auto;
        margin-left: auto;
        padding: 3px;
        position: relative;
        text-align: center;
    }

    #bild5hmitte {
        width: 500px;
        background-color: lightsteelblue;
        padding: 3px;
        border-top-width: 3px;
        border-right-width: 3px;
        border-bottom-width: 3px;
        border-left-width: 3px;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-top-color: #CCCCCC;
        border-right-color: steelblue;
        border-bottom-color: steelblue;
        border-left-color: #CCCCCC;
        margin-right: auto;
        margin-left: auto;
        padding: 3px;
        position: relative;
        text-align: center;
    }

    #bild5hlinks {
	width: 500px;
	background-color: lightsteelblue;
	padding: 3px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: steelblue;
	border-bottom-color: steelblue;
	border-left-color: #CCCCCC;
	margin-right: auto;
	margin-left: 3px;
	padding: 3px;
	position: relative;
	text-align: center;
	float: left;
	height: 333px;
    }

    #bildwebcammitte {
        width: 640px;
        height: 480px;
        background-color: lightsteelblue;
        padding: 3px;
        border-top-width: 3px;
        border-right-width: 3px;
        border-bottom-width: 3px;
        border-left-width: 3px;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-top-color: #CCCCCC;
        border-right-color: steelblue;
        border-bottom-color: steelblue;
        border-left-color: #CCCCCC;
        margin-right: auto;
        margin-left: auto;
        padding: 3px;
        position: relative;
        text-align: center;
    }

    #bildwebcamvar {
        background-color: lightsteelblue;
        padding: 3px;
        border-top-width: 3px;
        border-right-width: 3px;
        border-bottom-width: 3px;
        border-left-width: 3px;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-top-color: #CCCCCC;
        border-right-color: steelblue;
        border-bottom-color: steelblue;
        border-left-color: #CCCCCC;
        margin-right: auto;
        margin-left: auto;
        padding: 3px;
        position: relative;
        text-align: center;
    }

        /* B I L D E R R A H M E N   ENDE*/


        /*  SPEZIAL mit <br class="clearfloat />  */
    .clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem SchlieÃYen eines Containers sein, der wiederum einen vollstÃ¤ndigen Float enthalten sollte. */
            clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }
