a:link 		{color: #ffffff; font-size:12px; font-weight:normal; text-decoration: none;}
a:visited	{color: #ffffff; font-size:12px; font-weight:noemal; text-decoration: none;}
a:hover		{color: #CC8669; font-size:12px; text-decoration: underline overline; text-transform: uppercase;}
a:active 	{color: #ffffff; font-size:12px; font-weight:normal; text-decoration: none;}


.maintextlink A:link 	{color: #CC8669; font-size:12px; font-weight:normal; text-decoration: none;}
.maintextlink A:visited {color: #CC8669; font-size:12px; font-weight:normal; text-decoration: none;}
.maintextlink A:active 	{color: #CC8669; font-size:12px; font-weight:normal; text-decoration: none;}
.maintextlink A:hover 	{color: #CC8669; font-size:12px; font-weight:normal; text-decoration: underline; color: #4b5a5e;text-transform: none;}


body {
	background-color: #4b5a5e;
}


.index {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -35%;
  margin-left: -35%;
  color: #FFFFFF;
}


.Navdiv {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
	color: #F0F2F3;
	background-color: #4b5a5e;
	width:135px;
	position: absolute;
	top: 185px;
	padding-left: 5px;

	vertical-align: top;
}

.maintext {
	font-size: 12px;
	font-style: normal;
	text-align: justify;
	font-family: Verdana, Geneva, sans-serif;
	color: #5C6D71;
	background-color: #ECEFF0;
	padding: 10px;
	vertical-align: text-top;

}

.floatright { float: right; margin: 0 10px 10px 10px; }
.floatleft { float: left; margin: 0 10px 10px 10px; }

.foottext {
	font-size: 10px;
	font-style: normal;
	font-family: Verdana, Geneva, sans-serif;
	color: #5C6D71;
	background-color: #ECEFF0;
	padding: 10px;
}




/* ----------------------------------------------------------------------------
/* -------------------------------Navi-----------------------------------------
/* ----------------------------------------------------------------------------*/




#navi {
    list-style-type:none;
}



    #navi li {
    }

    

    #navi li a {
         display:block;

        background-color:#4b5a5e; //Hintergrundfarbe eines Navibuttons

        width:100px; //Breite eines Navibuttons

        height:27px; //Höhe eines Navibuttons

        float:left; //Anordnung der Buttons nach rechts

        margin-right:2px; //Abstand der Buttons

        text-align:left; //Text innerhalb des Buttons zentriert

        padding-top:8px; //Die Schrift vom Button wird 8 px von oben aus heruntergesetzt

        text-decoration:none; //Ohne diesen Befehl wäre die Schrift im Button unterstrichen

        color:#0076a3; //Schriftfarbe

        border-bottom:2px solid #111111; //Border-Dicke , Art und Farbe

    }

    

    #navi li a:hover {

        border-bottom:2px solid #754c24;

        color:#CC8669;

    }










/* ----------------------------------------------------------------------------
/* --------------------Bilder Galerie Doppelhaus-------------------------------
/* ----------------------------------------------------------------------------

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
height: 600px;
}

.thumbnail img{
border: 1px solid #ffffff;
margin: 0 5px 5px 0;
}


.thumbnail:hover img{
border: 1px solid #4b5a5e;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #4b5a5e;
padding: 5px;
left: -1000px;
border: 1px solid white;
visibility: hidden;
color: #CC8669;
text-transform: none;

}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 240px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

/* ----------------------------------------------------------------------------
/* ----------------------------------------------------------------------------
/* ----------------------------------------------------------------------------

