html, body
{
    background-color: white;
    font-family:   Verdana;
    font-size: 12px;
    height: 100%;      
}
img {
    border: 0px;
} 
a {
    color: black;
    text-decoration: none;
}
a:hover {
    color: black;
    text-decoration: none;
}

input.bgImage {
    width: 105px; /* 90px + 2*5px = 100px, entspricht Grafikbreite */
    height: 20px; /* entspricht Grafikhöhe */
    background: url(bilder/AbfrageBackEinzel.gif); /* Hintergrundgrafik */
    background-position: 0px -0px;
    background-repeat: no-repeat; 
    border: 0; /* Elementrahmen deaktivieren */
    padding: 5px 10px 0 10px; /* Innenabstand oben - rechts - unten - links */
}

.container {
    margin-left: auto;
    margin-right: auto;
    margin-top: -7px;
    width: 1051px; 
    background-image: url(bilder/PixelStreifenBackBlack.jpg);
    background-position: top center;
    background-repeat:  repeat-y;
    background-color: black;
    height: 100%;
    height /**/: auto;
    min-height: 100%;
}

.kopf {
    width: 975px;
    height: 315px;
    height /**/: auto;
    min-height: 315px;
    margin-left: auto;
    margin-right: auto;   
    background-color: black;     
}
.content {
    width: 975px;
    height: 315px;
    height /**/: auto;
    min-height: 300px;
    margin-left: auto;
    margin-right: auto;  
    background-color: black;
}

.content-allgemein {
    margin-left: auto;
    margin-right: auto;
    width: 945px;
}

.navi {
    width: 975px;
    height: 52px;
    background-image: url(bilder/MenueLeiste.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;  
    background-color: black;
}
.content-kopf {
    background-image: url(bilder/MainFlaecheKanteOben.jpg);
    background-position: bottom left;
    background-repeat: no-repeat;
    width: 975px;
    height: 11px;
}
.content-mitte {
    background-image: url(bilder/Pixelstreifen.jpg);
    background-position: top left;
    background-repeat: repeat-y;
    width: 975px;
    height: 400px;
    height /**/: auto;
    min-height: 400px; 
}
.content-fuss {
    background-image: url(bilder/MainflaecheKanteUnten.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    width: 975px;
    height: 23px; 
}
.content-home {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 925px;
}

.abfrage {
    width: 200px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    line-height: 18px;
}

.submit_abfrage {
    background-image: url(bilder/buttabfrage.gif);
    background-position: top left;
    background-repeat: no-repeat;
    width: 121px;                                                                                                                                                                           
    height: 22px;      
    margin-left: auto;
    margin-right: auto;
    cursor: pointer; 
}
.submit_abfrage:hover {
	background-position: 0px -44px;
}
.clearen {
    clear: both;
}
.form-bezeichnung {
    font-size: x-small;
}


/* Traumvillen */
.content-villa {
    margin-left: auto;
    margin-right: auto;
    width: 500px;
    width/**/: 945px;
    background-color: #FFFFFF;
}
.villa-links {
    width: 410px;
    height: 400px;
    height/**/: auto;
    min-height: 400px;
    float: left;
    margin-left: 15px;
    text-align: center;
}
.villa-links-bild-klein {
    margin-top: 5px;
    cursor: pointer;
}
.villa-rechts {
    width: 490px;
    height: 400px;
    height/**/: auto;
    min-height: 400px;
    float: right;
    margin-right: 15px;
}
.detail_ueberschrift {
    font-weight: bold;
}
.zelle_bgcolor {
    background-color: #FFF5D4;
}


/* Kalender */

.hell {
    background-color: #fff6d6;
}
.dunkel {
    background-color: #f0dfa3;
}
.belegt {
    background-color: #da6e48;
}
.anreise_hell {
    background-image: url(bilder/anreise_hell.gif);
}
.anreise_dunkel {
    background-image: url(bilder/anreise_dunkel.gif);
}
.abreise_hell {
    background-image: url(bilder/abreise_hell.gif);
}
.abreise_dunkel {
    background-image: url(bilder/abreise_dunkel.gif);
}

.td-rahmen {
    border: 1px solid black;
}
/*.td-hover:hover {
    background-color:  #BFBF86 !important;
} */

/* Floridatour */
.content-tour {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 945px;
}            
.tour-alternierend {
    background-color: #FFFFFF;
}
.tour-inhalt {
    width: 100%;      
    padding-top: 10px;
    padding-bottom: 10px;     
}
.tour-links {
    width: 250px;
    float: left;
    text-align: right;
}
.tour-mitte {
    width: 430px;
    float: left;
    text-align: justify;
    margin-left: 27px;
}
.tour-rechts {
    width: 190px;
    float: right;
    text-align: left;
}

/* Kontakt */
.content-kontakt {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 945px;
}
.submit_kontakt {
    background-image: url(bilder/Versendenbutton.gif);
    background-position: top left;
    background-repeat: no-repeat;
    width: 75px;
    height: 22px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}
.submit_kontakt:hover {
	background-position: 0px -44px;
}
input.eingabefeld_klein {
    width: 255px; 
    height: 26px; /* entspricht Grafikhöhe */
    background: url(bilder/KontaktEingabeFlaecheKlein.jpg); /* Hintergrundgrafik */
    background-position: 0px -0px;
    background-repeat: no-repeat;
    border: 0; /* Elementrahmen deaktivieren */
    padding: 5px 10px 0 10px; /* Innenabstand oben - rechts - unten - links */
}
textarea.eingabefeld_gross {
    width: 697px; 
    height: 178px; /* entspricht Grafikhöhe */
    background: url(bilder/KontaktEingabeflaechegross.jpg); /* Hintergrundgrafik */
    background-position: 0px -0px;
    background-repeat: no-repeat;
    border: 0; /* Elementrahmen deaktivieren */
    padding: 5px 10px 0 10px; /* Innenabstand oben - rechts - unten - links */
    overflow: hidden;
}

/* Administration */
.navi-admin {
    width: 975px;
    height: 52px;
    margin-left: auto;
    margin-right: auto;
    background-color: black;
}
.tr-hover:hover {
    background-color: #FFFFFF;
}
.div-textareas  {
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    height: 200px;
    height /**/: auto;
    min-height: 200px;
    font-size: x-small;
}
.div-textarea {
    float: left;
    margin-left: 8px;
    margin-top: 5px;
    text-align: center;
    height: 177px;
    height /**/: auto;
    min-height: 177px;
    vertical-align:  baseline;
}
.div-input {
    float: left;
    margin-left: 8px;
    margin-top: 5px;
    text-align: center;
    height: 57px;
    height /**/: auto;
    min-height: 57px;
    vertical-align:  baseline;
}
.eingabefelder {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 10px;
}

/* Über uns */
.content-ueberuns {
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
    width: 895px;
    padding: 25px;
    background-color: #FFFFFF;
}
/* Impressum */
.content-impressum {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 945px;
    background-color: #FFFFFF;
}
/* Navi */

.link-home a {
	height: 52px;
	width: 79px;
	float: left;	   
	margin-left: 124px;
	background-image: url(bilder/ButtonHome.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.link-home a:hover {
	background-position: 0px -104px;
}
.link-home-aktiv a {
	height: 52px;
	width: 79px;
	float: left;	
	margin-left: 124px;
	background-image: url(bilder/ButtonHome.gif);
	background-position: 0px -104px;
	background-repeat: no-repeat;
}
.link-ueberuns a {
	height: 52px;
	width: 90px;
	float: left;
	background-image: url(bilder/ButtonUeberUns.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.link-ueberuns a:hover {
	background-position: 0px -104px;
}
.link-ueberuns-aktiv a {
	height: 52px;
	width: 90px;
	float: left;
	background-image: url(bilder/ButtonUeberUns.gif);
	background-position: 0px -104px;
	background-repeat: no-repeat;
}
.link-traumvillen a {
	height: 52px;
	width: 116px;
	float: left;
	background-image: url(bilder/ButtonTraumvillen.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.link-traumvillen a:hover {
	background-position: 0px -104px;
}
.link-traumvillen-aktiv a {
	height: 52px;
	width: 116px;
	float: left;
	background-image: url(bilder/ButtonTraumvillen.gif);
	background-position: 0px -104px;
	background-repeat: no-repeat;
}     
.link-panorama a {
	height: 52px;
	width: 117px;
	float: left;
	background-image: url(bilder/ButtonPanoramen.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.link-panorama a:hover {
	background-position: 0px -104px;
}
.link-panorama-aktiv a {
	height: 52px;
	width: 117px;
	float: left;
	background-image: url(bilder/ButtonPanoramen.gif);
	background-position: 0px -104px;
	background-repeat: no-repeat;
}
.link-floridatour a {
	height: 52px;
	width: 124px;
	float: left;
	background-image: url(bilder/ButtonFloridaTour.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.link-floridatour a:hover {
	background-position: 0px -104px;
}
.link-floridatour-aktiv a {
	height: 52px;
	width: 124px;
	float: left;
	background-image: url(bilder/ButtonFloridaTour.gif);
	background-position: 0px -104px;
	background-repeat: no-repeat;
}
.link-kontakt a {
	height: 52px;
	width: 95px;
	float: left;
	background-image: url(bilder/ButtonKontakt.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.link-kontakt a:hover {
	background-position: 0px -104px;
}
.link-kontakt-aktiv a {
	height: 52px;
	width: 95px;
	float: left;
	background-image: url(bilder/ButtonKontakt.gif);
	background-position: 0px -104px;
	background-repeat: no-repeat;
}
.link-impressum a {
	height: 52px;
	width: 97px;
	float: left;
	background-image: url(bilder/ButtonImpressum.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.link-impressum a:hover {
	background-position: 0px -104px;
}
.link-impressum-aktiv a {
	height: 52px;
	width: 97px;
	float: left;
	background-image: url(bilder/ButtonImpressum.gif);
	background-position: 0px -104px;
	background-repeat: no-repeat;
}
.link-mietwagen a {
	height: 52px;
	width: 110px;
	float: left;
	background-image: url(bilder/ButtonMietwagen.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.link-mietwagen a:hover {
	background-position: 0px -104px;
}
.link-mietwagen-aktiv a {
	height: 52px;
	width: 110px;
	float: left;
	background-image: url(bilder/ButtonMietwagen.gif);
	background-position: 0px -104px;
	background-repeat: no-repeat;
}

.link-details a {
    height: 22px;
	width: 55px;
	float: right; 
	background-image: url(bilder/buttDetails.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.link-details a:hover {
    background-position: 0px -44px;
}
.link-kalender a {
    height: 22px;
	width: 63px;
	float: right;
	background-image: url(bilder/ButtKalender.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.link-kalender a:hover {
    background-position: 0px -44px;
}
.link-panoramen a {
    height: 22px;
	width: 93px;
	float: right;
	background-image: url(bilder/ButtPanorama.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.link-panoramen a:hover {
    background-position: 0px -44px;
}

.link-lage a {
    height: 22px;
	width: 37px;
	float: right;
	background-image: url(bilder/ButtLage.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.link-lage a:hover {
    background-position: 0px -44px;
}
.link-buchungsformular a {
    height: 22px;
	width: 132px;
	float: right;
	background-image: url(bilder/buttBuchung.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.link-buchungsformular a:hover {
    background-position: 0px -44px;
}
.link-zurueck a {
    height: 22px;
	width: 54px;
	float: left;
	margin-left: 30px;
	background-image: url(bilder/Buttonzurueck.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.link-zurueck a:hover {
    background-position: 0px -44px;
}