BODY {
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: normal;
	color: #603;
	background-attachment: fixed;
	background-image: url(bilder/DSC00254.jpg);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	text-align: center;
}
h1 {
	margin-bottom: 0;
	font-size:30px;
	text-align: center;
}
h2 {
	margin-bottom: 0;
	font-size:20px;
	text-align: center;
}
iframe {
	position:static;
	z-index:1;
}
A:link {
	text-decoration: none;
	color : maroon;
}
A:visited {
	text-decoration: none;
	color : Gray;
}
A:focus {
	text-decoration: none;
	color : Olive;
}
A:hover {
	text-decoration: none;
	color : silver;
}
A:active {
	text-decoration: none;
	color : Lime;
}
.twoColLiqLtHdr #container {
	/*äußerer Abstand*/
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	/*allgemein*/
	width: 780px;
	background: #DDD;
	border: 1px solid #000;
	text-align: left;
	/*innerer Abstand*/
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 3px;
	/*Schatten*/
	-moz-box-shadow:3.5px 3.5px 5px #000000;
	-webkit-box-shadow:3.5px 3.5px 5px #000000;
	box-shadow:3.5px 3.5px 5px #000000;
}
.twoColLiqLtHdr #header {
	background: #DDD;
	padding: 0 10px;
}
.twoColLiqLtHdr #header h1 {
	margin: 0;
	padding: 10px 0px 10px 0px;
}
.twoColLiqLtHdr #sidebar1 {
	z-index:50;
	float: left;
	width: 140px;
	background: #DDD;
	padding: 15px 0;
}
.twoColLiqLtHdr #sidebar1 h3, .twoColLiqLtHdr #sidebar1 p {
	margin-left: 10px;
	margin-right: 10px;
}
.twoColLiqLtHdr #mainContent {
	z-index: 2;
	/*Innerer Abstand*/
	padding: 1px 0px 1px 4px;
	border: 3px solid #603;
	background-color:#FFF;
	/*äußerer Abstand*/
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 140px;
}
.twoColLiqLtHdr #footer {
	padding: 0 10px;
	background:#DDD;
}
.twoColLiqLtHdr #footer p {
	margin: 0;
	padding: 10px 0;
}
/* Verschiedene wieder verwertbare Klassen */
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.bildRechts {
	padding: 0px;
	float: right;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 3px;
}
.bildLinks {
	padding: 0px;
	float: left;
	margin-top: 2px;
	margin-right: 3px;
	margin-bottom: 2px;
	margin-left: 0px;
}
.MadeBySoftSoul {
	color: #FF0000;
	font-size: 10px
}

