/* Defaults: */ 
*{
	outline: 0;
	margin: 0;
	padding: 0;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	font-size: 14px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

li {
	list-style: none;
}

caption, th {
	text-align: left;
}

q:before, q:after {
	content: '';
}

abbr, acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

legend {
	color: #151419;
}
a {
	color: #151419;
	text-decoration: none;
	outline: 0;
}
/* Ende Defaults ***************************************************************************************************/


html, body {
	text-align: left;
	font-family: 'Quicksand', sans-serif;
	font-family: 'Maven Pro', sans-serif;
	font-size: 14px; /* siehe auch Angabe oben - sollte identisch sein  */
	color: #151419;
	background: #B2A06E; 
	/*background: #fefefe;*/
	/*
	 background-image:url(../bilder/insel1.jpg);
	 background-size:100%;
	 */

	height: 100%;
	
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */	
		
	/*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZWZjZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYjJhMDZlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-radial-gradient(center, ellipse cover,  rgba(254,252,234,1) 0%, rgba(178,160,110,1) 100%); 
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(254,252,234,1)), color-stop(100%,rgba(178,160,110,1))); 
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(254,252,234,1) 0%,rgba(178,160,110,1) 100%); 
	background: -o-radial-gradient(center, ellipse cover,  rgba(254,252,234,1) 0%,rgba(178,160,110,1) 100%); 
	background: -ms-radial-gradient(center, ellipse cover,  rgba(254,252,234,1) 0%,rgba(178,160,110,1) 100%); 
	background: radial-gradient(ellipse at center,  rgba(254,252,234,1) 0%,rgba(178,160,110,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#b2a06e',GradientType=1 ); */
}

/* Container +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#mainconti {
	width: 980px;
	margin: 0px auto 0px auto;
	position: relative;
	top: 15px;
	text-align: left;
	/* vorläufig */
	/*min-height:100%;*/
	border: solid #151419 1px;
	background: rgb(255, 255, 255);
	-webkit-border-radius: 12px;
	border-radius: 12px;
	padding: 20px;
}

 

img#logo {
	float: right;
	/*width:461px;*/
	width: 230px;
	/*height:145px;*/
	height: 72px;
}


/* Inhalte.... */
div#wrapper {
	margin-top: 95px;
}

p {	
	line-height: 170%;
	margin-bottom: 20px
}
ul {
	margin-left: 20px;
}
li {	
	line-height: 170%;
	list-style: circle;
}

/* Accordion - Essentials*/

.easy-accordion {
	display: block;
	position: relative;
	overflow: hidden;
	padding: 0;
	margin: 0
}
.easy-accordion dt, .easy-accordion dd {
	margin: 0;
	padding: 0
}
.easy-accordion dt, .easy-accordion dd {
	position: absolute
}
.easy-accordion dt {
	margin-bottom: 0;
	margin-left: 0;
	z-index: 5;/* Safari */
	-webkit-transform: rotate(-90deg); /* Firefox */
	-moz-transform: rotate(-90deg);
	-moz-transform-origin: 20px 0px; /* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	cursor: pointer;
}



html>/**/body .easy-accordion dt {
	margin-left:-600px;
	-o-transform: rotate(-90deg);
	-o-transform-origin:right top; 
	-webkit-transform: rotate(-90deg); 
	-webkit-transform-origin: right top;
}

.easy-accordion dd {
	z-index: 1;
	opacity: 0;
	overflow: hidden
}
.easy-accordion dd.active {
	opacity: 1;
}
.easy-accordion dd.no-more-active {
	z-index: 2;
	opacity: 1
}
.easy-accordion dd.active {
	z-index: 3
}
.easy-accordion dd.plus {
	z-index: 4
}
.easy-accordion .slide-number {
	position: absolute;
	bottom: 0;
	left: 10px;
	font-weight: normal;
	font-size: 14px;
	-webkit-transform: rotate(90deg); /* Safari */
	-moz-transform: rotate(90deg); /* Firefox */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);/* Internet Explorer */
}

/* Style für Accordion */

#accordion-3 {
	width: 920px;
	height: 595px;
	padding: 30px;
	background: #fff;
	border: 1px solid #151419;
	border-radius: 12px;
	background: #B2A06E;
}/* !!! hier Gold  !!!!  */
#accordion-3 dl {
	width: 920px;
	height: 595px;
}

#accordion-3 h2 {
	font-size: 16px;
	margin: 10px 0 20px 0px;
	font-weight: normal;
}
#accordion-3 dt {
	height: 56px;
	line-height: 44px;
	text-align: right;
	padding: 10px 15px 0 0;
	font-size: 20px;
	font-weight:500;	
	text-transform: uppercase;
	letter-spacing: 2px;
	background: #B2A06E;
	color: #fff;
}
#accordion-3 dt span {
	display: block;
	height: 500px;
}
#accordion-3 dt.active {
	cursor: pointer;
	color: #B2A06E;
	background: #B2A06E;
}
#accordion-3 dt.hover {
	color: #151419;
}
#accordion-3 dt.active.hover {
	color: #B2A06E
}
#accordion-3 dd {
	padding: 25px;
	border: 1px solid #151419;
	margin-right: 3px;
	border-radius: 12px;
	background: #fefefe;
	z-index: 100;
}
#accordion-3 .slide-number {
	color: #68889b;
	left: 13px;
	font-weight: bold;
}
#accordion-3 .active .slide-number {
	color: #fff
}
#accordion-3 a {
	color: #68889b
}
#accordion-3 dd img {
}

div#linkeBox {
	width: 250px;
	float: left;
	border: solid #151419 1px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-image: url(../bilder/cd2.jpg);
	background-repeat: no-repeat;
	padding: 366px 10px 10px 10px;
}
div#rechteBox {
	width: 250px;
	float: right;
	border: solid #151419 1px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-image: url(../bilder/thorsten3.jpg);
	background-repeat: no-repeat;
	padding: 366px 10px 10px 10px;
}



