@charset "utf-8";
body {
	
	font:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-image:url(../images/bg.jpg);
	background-position:top;
	background-repeat:repeat-y;
	
	
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
}
.oneColFixCtr #container {
	width: 950px;
	height: 860px;/* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
	
	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: none;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	outline:none;
}
.oneColFixCtr #mainContent {
	width:878px;
	height:680px;
	background-image:url(../images/home.png);
	background-position:center;
	background-repeat:no-repeat;
	padding: 0 0px;
	outline:none;
	border:none;
	position:relative;
	margin:0px auto;/* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
}

.oneColFixCtr #wirSchrift {
	width:700px;
	background-color: silver;
	opacity:0.9;
 	filter: alpha(opacity=90);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	border-style:ridge;
	font-size:16px;
	font-style:inherit;
	font-variant:small-caps;
	text-align:center;
	padding:20px;
	position:relative;
	left:60px;
	top:60px;
	
}

.oneColFixCtr #webdesSchrift {
	width:700px;
	background-color: silver;
	opacity:0.9;
 	filter: alpha(opacity=90);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	border-style:ridge;
	font-size:16px;
	font-style:inherit;
	font-variant:small-caps;
	text-align:center;
	padding:20px;
	position:relative;
	left:60px;
	top:60px;
	
}

.oneColFixCtr #impressumSchrift {
	width:700px;
	background-color: silver;
	opacity:0.9;
 	filter: alpha(opacity=90);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	border-style:ridge;
	font-size:16px;
	font-style:inherit;
	font-variant:small-caps;
	text-align:center;
	padding:20px;
	position:relative;
	left:60px;
	top:60px;
	
}

.oneColFixCtr #contentSchrift {
	font-size:0.1px;
	color:#9CC;
}

.oneColFixCtr #kontaktSchrift {
	width:700px;
	background-color: silver;
	opacity:0.9;
 	filter: alpha(opacity=90);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	border-style:ridge;
	font-size:16px;
	font-style:inherit;
	font-variant:small-caps;
	text-align:center;
	padding:20px;
	position:relative;
	left:60px;
	top:60px;
	
}

.oneColFixCtr #galerieSchrift {
	width:700px;
	background-color: silver;
	opacity:0.9;
 	filter: alpha(opacity=90);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	border-style:ridge;
	font-size:16px;
	font-style:inherit;
	font-variant:small-caps;
	text-align:center;
	padding:20px;
	position:relative;
	left:60px;
	top:60px;
	
}

.oneColFixCtr #linksSchrift {
	width:700px;
	background-color: silver;
	opacity:0.9;
 	filter: alpha(opacity=90);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	border-style:ridge;
	font-size:15px;
	font-style:inherit;
	font-variant:small-caps;
	text-align:center;
	padding:20px;
	position:relative;
	left:60px;
	top:60px;
	
}

a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	outline:none;
}

a.top {
	outline:none;
	display:block;
}

#wir {
	position:relative;
	width:110px;
	height:35px;
	left: 230px;
	top: 108px;
	visibility: visible;
	border:none;
	outline:none;
}

#webdes {
	position:relative;
	width:50px;
	height:75px;
	left: 570px;
	top: 48px;
	visibility: visible;
	border:none;
	outline:none;
}

#impressum {
	position:relative;
	width:50px;
	height:75px;
	left: 90px;
	top: 358px;
	visibility: visible;
	border:none;
	outline:none;
}

#kontakt {
	position:relative;
	width:40px;
	height:75px;
	left: 590px;
	top: 328px;
	visibility: visible;
	border:none;
	outline:none;
}

#footer {
	position:relative;
	width:870px;
	height:30px;
	left: 40px;
	top: 0px;
	visibility: visible;
	border:none;
	outline:none;
}

#guestbook {
	position:relative;
	width:100px;
	height:130px;
	left: 230px;
	top: 220px;
	visibility: visible;
	border:none;
	outline:none;
}

#gallery {
	position:relative;
	width:160px;
	height:100px;
	left: 460px;
	top: 0px;
	visibility: visible;
	border:none;
	outline:none;
}

#links {
	position:relative;
	width:50px;
	height:75px;
	left: 700px;
	top: 13px;
	visibility: visible;
	border:none;
	outline:none;
}
	


img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
