/*Dies ist das große Foto auf der Startseite*/
#Content_Foto {
	position:absolute;
	left:348px;
	top:238px;
	width:435px;
	height:240px;
	z-index:6;
}
#Content_Title {
	position:absolute;
	left:340px;
	top:196px;
	width:270px;
	height:80px;
	z-index:6;
}

/*Dies ist die zweite Navigationsleiste unter der Bildleiste oben auf der Seite*/
#Navi2 {
	position:absolute;
	left:465px;
	top:107px;
	width:500px;
	height:15x;
	z-index:2;
	color:#006600; 
	font-family:Lucida Grande, Lucida Sans Unicode, Arial; 
	font-size:13px; 
	font-weight:bold;
	text-decoration:none; 
	
	
}

/*Dies ist der Überschriftenbereich auf allen Seiten*/
#Ueberschrift {
	position:absolute;
	left:348px;
	top:196px;
	width:350px;
	height:80px;
	z-index:2;
	color:#333333; 
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial; 
	font-size:28px; 
	text-decoration:none; 
	font-style:oblique;
}

/*Dies ist der große Content-Bereich auf allen Unterseiten*/
#Content {
	position:absolute;
	left:350px;
	top:196px;
	width:670px;
	height:461px;
	z-index:2;
}

/*Dies ist der kleine Content-Bereich auf allen Startseiten rechts neben dem großen Bild*/
#Content_Start {
	position:absolute;
	left:795px;
	top:238px;
	width:230px;
	height:241px;
	z-index:2;
}

/*Die Footer_Begrenzung hält die Seite am unteren Rand und definiert die absolute Höhe sowie die absolute Breite*/
#Footer_Begrenzung {
	position:absolute;
	left:2px;
	top:749px;
	width:1020px;
	height:1px;
	z-index:3;
}

/*Dies ist der äußere Rand der Navigationsbox*/
#Navigation {
	position:absolute;
	width:200px;
	height:186px;
	z-index:4;
	left: 35px;
	top: 212px;
}

/*Dies ist der äußere Rand der Bildleiste oben auf allen Seiten*/
#Titelbild {
	position:absolute;
	width:575px;
	height:88px;
	z-index:5;
	left: 445px;
	top: 4px;
}

/*Hintergrundbild der Titelseite - Ferienwohnungen*/
#Background_Titel_Fewo {
	position:absolute;
	width:1025px;
	height:768px;
	z-index:1;
	left: 0;
	top: 0;
	background-image: url(layoutimages/hintergrund_fewostart.gif);
	background-repeat:no-repeat;
}

/*Hintergrundbild der Unterseiten - Ferienwohnungen*/
#Background_Fewo {
	position:absolute;
	width:1025px;
	height:768px;
	z-index:1;
	left: 0;
	top: 0;
	background-image: url(layoutimages/hintergrund_fewounter.gif);
	background-repeat:no-repeat;
}

/*Hintergrundbild der Unterseiten - Landcafe*/
#Background_Cafe {
	position:absolute;
	width:1025px;
	height:768px;
	z-index:1;
	left: 0;
	top: 0;
	background-image: url(layoutimages/hintergrund_cafe.gif);
	background-repeat:no-repeat;
}


/*Hintergrundbild aller Seiten - Cafe*/
#Background_Titel_Cafe {
	position:absolute;
	width:1025px;
	height:768px;
	z-index:1;
	left: 0;
	top: 0;
	background-image: url(layoutimages/hintergrund_cafeunter.gif);
	background-repeat:no-repeat;
}

/*Hier sind die Qualitätszeichen zusammengefasst (nur Startseite Ferienwohnungen)*/
#Qualitaetszeichen {
	position:absolute;
	width:300px;
	height:60px;
	z-index:1;
	left: 14px;
	top: 430px;
}

/*Hier Hier ist die allgemeine Infobox unter der Navigation links*/
#Infobox {
	position:absolute;
	width:250px;
	height:200px;
	z-index:8;
	left: 14px;
	top: 450px;
}

/*Hier Hier ist die allgemeine Infobox auf der Startseite unter der Navigation links*/
#Infobox_Start {
	position:absolute;
	width:250px;
	height:200px;
	z-index:8;
	left: 14px;
	top: 500px;
}

/*Hier ist das Birkenhof-Logo*/
#Logo {
	position:absolute;
	width:200px;
	height:88px;
	z-index:1;
	left: 35px;
	top: 20px;
}
/*Dies ist der Fliesstext auf der Startseiten-area*/
.fliesstext
{
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial;
	font-size: 12px;
	color:#333333;
	line-height: 15px;
	font-weight:bold
}

/*Dies ist der Menueleisten Text links*/
.menue
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial;
	font-size: 13px;
	color:#006600;
	line-height: 18px;
	text-decoration:none; 
	font-weight:bold;
}

/*Allgemeine Farben und Style-Anweisung für Links*/
a 
{
	text-decoration:none;
	color:#006600;
}

