@charset "utf-8";
/* CSS Document */

body{
	background-color:#E67300;  					/*Hintergrungfarbe der ganzen Site*/
	font-family:Arial, Helvetica, sans-serif; 	/*Festlegung Schriftart für gesamte Site*/
	font-size:95%;								/*Festlegung Schriftgröße für gesamte Site*/
	overflow:scroll;								
}

#holder{										/*Hintergrund der genutzten Fläche mit Größe,Höhe und Farbe*/
	width:800px;								
	height:auto;
	background-color:#F3B06D;
	/*background-color:#FF0;/*gelb*/
	border: solid #333 3px;						/*Definition für den Rand*/
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	margin: 3px auto 0 auto;
}


#header{										/*Definition des Kopfes (Banner)*/
	height:100px;
	background-color:#86e600;
	/*background-color:#06F;/*blau*/
	border-top: solid #333 2px;					/*Definition für den Rand*/
	border-left: solid #333 2px;
	border-right: solid #333 2px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

#footer{
	height:30px;
	/*background-color:#999;/*grau*/
	background-image:linear-gradient(to top, #804000 0%, #F3B06D 50%);
	border-bottom: solid #333 2px;		/*Definition für den Rand*/
	border-left: solid #333 2px;
	border-right: solid #333 2px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

#layer_header{
	position:absolute;
	margin:10px 0 0 70px;
	width: 690px;
	height: 68px;
	z-index: 1;
	background-image:url(../images/banner.jpg);
}

#layer_bild1_index{
	position:absolute;
	margin:15px 0 0 100px;
	width:300px;
	height:225px;
	z-index:2;
	background-image:url(../images/klostercafe_separetcafe.jpg);
}

#layer_weihnachten{
	position:absolute;
	margin:400px 0 0 70px;
	width: 690px;
	height: 30px;
	z-index: 1;
	background-color:#FFF;
	text-align:center;
	padding-top: 10px;
	font-weight:bold;
}

.zusatz{
	width:600px;
	font-size:80%;
	margin-left:100px;
	padding: 5px 0 0 0;
}