@charset "utf-8";
body {
	background-color: #333333;
	text-align: center;
}
img {
    border: none;
}
#wrapper {
	background-color: #F5F5F3;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	border: 8px ridge #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#wrapper h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-repeat: no-repeat;
	height: 22px;
	background-color: #333333;
	padding-top: 3px;
}
#wrapper h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #663333;
	font-size: small;
}
#wrapper p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: justify;
	white-space: normal;
}
#header {
	height: auto;
	background-image: none;
	overflow: hidden;
	background-repeat: no-repeat;
	width: 950px;
	background-color: #660033;
}
#navi {
	height: 25px;
	background-color: #020266;
	padding-left: 6px;
	text-align: left;
}
#navi img {
	padding-left: 0px;
}
#Content {
	width: auto;
	background-color: #F5F5F3;
	margin-top: 20px;
	margin-left: 250px;
	margin-right: 10px;
}
#bilder {
	clear: left;
	float: right;
	margin-left: 10px;
	width: 250px;
	padding-top: 10px;
}
#bilder p {
	color: #666666;
}
#bilder img {
	border: 0;
}
#linkeSeite {
	float: left;
	width: 200px;
}

#sectionLinks {
	padding: 0px;
	font-size: small;
	font-weight: bold;
	background-color: #F5F5F3;
	position: relative;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#sectionLinks h3 {
	padding: 10px 0px 2px 0px;
	color: #770000;
	font-size: x-small;
}

#sectionLinks li {
	list-style-type: none;
	width: 180px;
}
#sectionLinks ul {
	margin-bottom: -8px;
}

#sectionLinks a:link {
	display: block;
	height: 20px;
	padding: 5px 10px 1px 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000033;
}

#sectionLinks a:visited {
	display: block;
	height: 20px;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px 10px 1px 10px;
	color: #FFFFFF;
	text-decoration: inherit;
	background-color: #999999;
}

#sectionLinks a:hover {
	text-decoration: underline;
	background-color: #333333;
	color: #FFFFFF;
}
#werbung {
	margin-right: 20px;
}
#footer {
	background-color: #333333;
	clear: both;
	height: 25px;
}
#footer p {
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 5px;
}
#footer a:link {
	color: #666666;
	text-decoration: none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 12px;
	margin-bottom: 10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}#contentinnergalerie {
	width: 700px;
	padding-top: 10px;
	float: right;
}
