/* GENERAL STYLES */
body,html {
	margin:10px;
	padding:0;
	/* background-color: #dfd4a7;*/
	}
.container {
	/* background-color: #fcf7e3;*/
	background-color: #fffaa2;	
padding:25px;
	width:700px;
	margin: 0 auto;
	
}
.header {
	background-color: #71121d;
	height:85px;
}
.hauptcontain{

	position: relative;
	width: 100%;
	min-height:300px;
}

.navi {
	width:145px;
	float:left;
	position: absolute;
	left:0px;
    	border-right: 1px solid black;
	}

.bilderzeile {
	height: 70px;
	margin-top:10px;
	margin-bottom:10px;
	/*padding-top:15px;*/
	background-image: url(/images/menuebilder/gross_1.jpg);
	background-repeat:no-repeat;
	
}


.image {
	width:16.64%;
	float:left;
}
.main {
		padding-left:10px;
		padding-bottom:10px;
		margin-left:145px;
		line-height: 1.3;
}
.flashgalerie {
		align:left;


}
.footer{
	font-family: "Papyrus";
	font-size: 10pt;
	text-align: center;
	height:30px;
	padding-top:7px;
	background-color:#71121d;
	color:#ffffff;
}

/* EDITOR PROPERTIES */
h1 {
font-family: "Papyrus";
font-size:20px;
font-weight:bold;

}

h2 {
font-family: "Papyrus";
font-size:16px;
font-weight:normal;
}

h3 {
font-family: "Vivaldi";
font-size:28px;
font-weight:normal;
}


