/*In dieser CSS werden alle Grundbestimmungen -Formate eingegeben. Werden auf alle Seiten angewandt. Nur wenn die Seite länger gestaltet werden muss, wird noch formatelang.css oder formatelang2400 oder formatelang2800.css hinzugefügt im CSS-Style auf der jeweiligen Seite

Siehe Muster:
<link href="css/formate.css" rel="stylesheet" type="text/css" />
<link href="css/formatelang.css" rel="stylesheet" type="text/css" />

 */

body {
	background-color: #A99D83;
	background-image: none;
}

#hauptebene {
	position:relative;
	left:0px;
	top:15px;
	width:955px;
	height:630px;
	z-index:1;
	margin-left:auto;
	margin-right:auto;
}

#hintergrund {
	position:absolute;
	left:0px;
	top:212px;
	width:955px;
	height:418px;
	z-index:2;
	background-image: url(../bilder/hintergrundbild1.jpg);
	overflow: visible;
}

#weinberg {
	position:absolute;
	width:955px;
	height:104px;
	z-index:4;
	left: 0px;
	top: 0px;
}

#logo {
	position:absolute;
	left:0px;
	top:104px;
	width:955px;
	height:72px;
	z-index:5;
	background-color: #990033;
}

#navigation {
	position:absolute;
	left:0px;
	top:176px;
	width:955px;
	height:36px;
	z-index:6;
	background-color: #6f1e31;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #6f1e31;
}

a:link {

	color: #6f1e31;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #867c4b;
}

a:hover {
	color: #763e58;
}
a:active {
	color: #6f1e31;
}

p {
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6f1e31;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #6f1e31;
	line-height: 20px;
	margin-top: 0px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6f1e31;
	font-weight: lighter;
	}


#foto1 {
	position:absolute;
	width:329px;
	height:292px;
	z-index:7;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	left: 35px;
	top:34px;
}

#textbereich1 {
	position:absolute;
	left:378px;
	top:35px;
	width:480px;
	height:536px;
	z-index:8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #6f1e31;
	overflow: visible;
}
#foto2 {
	position:absolute;
	left:34px;
	top:328px;
	width:304px;
	height:245px;
	z-index:9;
}
#textbereich2 {
	position:absolute;
	left:376px;
	top:334px;
	width:482px;
	height:236px;
	z-index:10;
}
#foto3 {
	position:absolute;
	left:32px;
	top:636px;
	width:317px;
	height:240px;
	z-index:11;
}

#textbereich3 {
	position:absolute;
	left:374px;
	top:637px;
	width:483px;
	height:167px;
	z-index:12;
}

#foto4 {
	position:absolute;
	left:35px;
	top:914px;
	width:321px;
	height:240px;
	z-index:13;
}

#textbereich4 {
	position:absolute;
	left:376px;
	top:915px;
	width:480px;
	height:214px;
	z-index:14;
}


#vieleBilder {

position:absolute;
	left:41px;
	top:370px;
	width:800px;
	height:2240px;
	z-index:15;






}
#wappen {
	position: absolute;
	left:872px;
	top:104px;
	width:86px;
	height:72px;
	z-index:20;
}
.rahmen {
	border: 3px solid #6f1e31;
	height: 600px;
	width: 955px;
}

