body {
	font-family: "Lucida Grande", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
	background-image: url(images/bodyback.jpg);
	background-repeat: repeat-x;
	background-color: white;
	font-size: 12px;
}

h1 {
	margin-bottom: 18px;
	line-height: 22px;
	font-weight: bold;
	font-size: 18px;
	color: #183557;
}h2 {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 6px;
	color: black;
	font-size: 13px;
	font-weight: bold;
}

h3 {
	font-weight: bold;
	margin: 0px;
	color: #183557;
	font-size: 11px;
}


.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}

.aligncenter, div.aligncenter, .alignnone {
    display: block;
    margin-left: auto; margin-right: auto;
    text-align: center;
    }

#left {
	top: 0px;
	position: absolute;
	float: left;
	margin: 0px;
	background-position: left;
	z-index: 0;
	height: 227px;
	width: 100%;
	background-repeat: no-repeat;
	background-image: url(images/bodyleft.jpg);
}

#right {
	position: absolute;
	float: right;
	margin: 0px;
	background-position: right top;
	z-index: 0;
	height: 227px;
	width: 100%;
	right: 0px;
	top: 0px;
	background-repeat: no-repeat;
	background-image: url(images/bodyright.jpg);
}

#container {
	margin-bottom: 25px;
	z-index: 5;
	margin-top: 47px;
	margin-right: auto;
	margin-left: auto;
	width: 794px;
}

#contentcontainer {
	margin-left: 37px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
}

#header {
	height: 158px;
	z-index: 100;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	width: 720px;
	background-image: url(images/header.png);
	overflow: visible;
}

#content {
	margin: 0px;
	background-image: url(images/contentback.png);
	padding: 0px;
	width: 720px;
	background-repeat: repeat-y;
}

.contentleft { background-position: -3px 0px; min-height: 345px; margin: 0px; padding-left: 10px; padding-bottom: 0px; padding-right: 16px; padding-top: 10px; float: left; background-repeat: no-repeat; height: 100%; width: 216px; background-image: url(images/leftside.jpg);}

.contentright {
	padding-top: 10px;
	padding-right: 10px;
	width: 445px;
	height: 100%;
	float: right;
}

#footer {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 20px;
	padding-left: 0px;
	text-align: right;
	height: 24px;
	padding-bottom: 0px;
	padding-right: 40px;
	color: #777374;
	font-size: 9px;
	background-image: url(images/footer.png);
}

#leftside {
	float: left;
	left: 0px;
	position: relative;
	height: 500px;
	width: 37px;
}

#rightside {
	float: right;
	right: 0px;
	position: relative;
	height: 100%;
	width: 37px;
}

#slider {
    width: 720px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    margin-right: 10px;
    margin-left: 10px;
    height: 100%;
    width: 700px;
    overflow: auto;
    position: relative;
    clear: left;
}

.scrollContainer div.panel {	
    height: 100%;
    width: 700px;
}

ul.navigation {
    padding: 0px;
    margin-left: 9px;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 0px;
    text-align: center;
    list-style: none;
}

ul.navigation li {
    background-color: black;
    line-height: 20px;
    margin: 0px;
    float: left;
    padding: 0px;
}

ul.navigation a {
    line-height: 40px;
    color: white;
    font-size: 12px;
    display: block;
    height: 35px;
    width: 117px;
    text-decoration: none;
    overflow: visible;
}

ul.navigation a:hover {
	background-image: url(images/navback.png);
	background-repeat: no-repeat;
	font-weight: bold;
}

ul.navigation a.selected {
	background-image: url(images/navback.png);
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 250px;
    cursor: pointer;
}

.scrollButtons.left {
    background-image: url(images/buttonleft.png);
    left: -40px;
}

.scrollButtons.left:hover {
    background-image: url(images/buttonlefth.png);
}

.scrollButtons.right {
    background-image: url(images/buttonright.png);
    right: -40px;
}

.scrollButtons.right:hover {
    background-image: url(images/buttonrighth.png);
}

.hide {
    display: none;
}

.leistungen {
	float: left;
	padding: 0px;
	line-height: 20px;
	margin: 0px;
	list-style-position: outside;
	border-style: none;
	width: 200px;
}

.leistungen ul {
	margin-left: 5px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-top: 10px;
	padding-left: 20px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	list-style-image: url(images/liste.png);
	list-style-type: none;
}

.leistungen li {
	padding: 0px;
	margin: 0px;
}
.leistungen img {
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 5px;
	padding-top: 5px;
	margin: 0px;
}

.alter {
	margin-top: 26px;
}

.leistungscontainer {
	clear: both;
}

.clearer {
	clear: both;
}

.clearerno {
	margin-right: auto;
	margin-left: auto;
	border-bottom-color: #d5d0d2;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	width: 100%;
	height: 50px;
	clear: both;
}


a {
	text-decoration: none;
	color: #183557;
}

a:hover {
	color: #5583bb;
}

.startbild {
	height: 100%;
	margin-left: 20px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background-image: url(css/images/entwicklung.png);
	background-repeat: no-repeat;
	padding: 0px;
}

.startbild2 {
	display: none;
	height: 100%;
	margin-left: 20px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 250px;
	background-image: url(css/images/entwicklung.png);
	background-repeat: no-repeat;
	padding: 0px;
}

#ringer {
	margin-top: 40px;
}

.contactbutton {
	margin-top: 20px;
	margin-left: 20px;
	float: left;
	color: #777374;
	font-size: 10px;
	text-align: center;
	width: 120px;
}

.contactbutton img {
	clear: both;
	border-style: none;
}

#rechtliches {
	float: right;
	z-index: 0;
	width: 406px;
	background-image: url(images/rechtliches.png);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 14px;
	margin-top: 20px;
	padding: 0px;
}

#recht_content {
	padding-bottom: 10px;
	background-image: url(images/rechtback.png);
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 20px;
	width: 327px;
	float: right;
}

#register {
	margin-top: 60px;
	float: right;
	width: 270px;
}

#rechtdown {
	height: 10px;
	float: right;
	background-image: url(images/rechtdown.png);
	width: 367px;
}


