@media screen and (max-device-width: 480px) {
	body {
		-webkit-text-size-adjust: none;
	}
}
body {
	background-color: #d0d7d0;
	background-image: url("../img/background.png");
	background-repeat: repeat-x;
	background-position: top;
	margin-bottom: 2em;
}
#cookie_thing {
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	background-color: white;
	font-size: 13px;
	padding: 8px;
	border-top: 1px solid #969c96;
	box-shadow: 0 0 15px black;
	font-family: arial, helvetica, sans-serif;
	color: #336600;
	z-index: 999999;
}
#cookie_thing > button {
	background-color: #336600;
	border: 1px solid #254a00;
	border-radius: 2px;
	color: white;
}
@media print {
	* {
		box-shadow: none !important;
	}
	body {
		background-color: white;
		background-image: none;
	}
}
img {
	border: 0px;
}

.page-all {
	width: 960px;
	margin-top: 15px;
}
.page-empty {
	 float: left;
	 position: relative;
	 width: 100%;
}

/******************************************************** header ********************************************************/
.page-header {
	position: relative;
}
.page-header-logo {
	float: left;
	height: 96px;
	width: 309px;
}
.page-header-logo-text {
	font-weight: bold;
	font-style: italic;
	color: #666666;
	font-size: 18px;
	font-family: arial, helvetica, sans-serif;
	margin-left: -210px;
	margin-top: 60px;
	position: relative;
	float: left;
}
.page-header-demo {
	float: right;
	height: 95px;
	width: 290px;
	position: relative;
}
.page-header-demo > a {
	height: 92px;
	width: 90px;
	position: absolute;
	border-radius: 50px;
	cursor: pointer;
	right: 8px;
	top: -5px;
	z-index: 999;
}

/******************************************************** menu ********************************************************/
.page-menu {
	background-image: url("../img/menu_back.png");
	height: 40px;
	background-color: #006600;
	position: relative;
	float: left;
	width: 100%;
	box-shadow: 0px 5px 10px rgba( 0, 0, 0, 0.5 );
	overflow: hidden;
}
.page-menu a {
	font-family: arial, helvetica, sans-serif;
	color: white;
	font-size: 16px;
	padding: 11px 12px 11px 15px;
	position: relative;
	float: left;
	border-right: 1px solid lightgray;
	text-decoration: none;
}
.page-menu a:hover, .page-menu a[sel=sel] {
	background-image: url("../img/menu_back_sel.png");
	color: black;
}
.page-menu a[href="#"] {
	background-image: url("../img/menu_back_sel.png");
	color: black;
	font-weight: bold;
}
/******************************************************** page main ********************************************************/
.page-main {
	margin-top: 10px;
	position: relative;
	float: left;
	width: 900px;
	background-color: white;
	box-shadow: 0px 5px 10px rgba( 0, 0, 0, 0.5 );
	padding: 30px 30px;
	margin: 10px 0px 10px 0px;
}
.page-main-big {
	width: 619px;
	height: 248px;
	position: relative;
	float: left;
}
.page-main-sidebutton {
	font-family: arial, helvetica, sans-serif;
	background-image: url("../img/button_side.png");
	height: 52px;
	width: 259px;
	position: relative;
	float: left;
	padding-left: 21px;
	padding-top: 10px;
	color: #666666;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
}
.page-main-sidebutton p {
	font-size: 12px;
	margin-top: 0px;
	font-weight: normal;
}
.page-main-sidebutton p.big {
	font-size: 16px;
	margin-top: 2px;
	font-weight: normal;
}

/******************************************************** image slider ********************************************************/
.page-main-slider {
	font-family: arial, helvetica, sans-serif;
	color: white;
	background-color: #006600;
	height: 320px;
	overflow: hidden;
}
.page-main-slider-container div {
	z-index: 99;
	background-position: right;
	background-repeat: no-repeat;
	height: 320px;
	position: relative;
	float: left;
	padding-left: 20px;
	padding-right: 440px;
	width: 440px;
}
.page-main-slider-img {
	position: absolute;
	right: 0px;
	top: 0px;
}
.circle {
	z-index: 9999;
	width: 8px;
	height: 8px;
	background-color: white;
	border-radius: 3px;
	position: absolute;
	cursor: pointer;
}

/******************************************************** features ********************************************************/

.page-main-features span {
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: black;
	line-height: 18px;
	padding: 20px;
	overflow-y: auto;
}

/******************************************************** content ********************************************************/
/* eins */
.cont-eins > div {
	position: relative;
	float: left;
	width: 900px;
}
/* zwei */
.cont-zwei > div {
	position: relative;
	float: left;
	width: 435px;
	margin-left: 30px;
}
.cont-zwei > div:first-child {
	margin-left: 0px;
}
/* zweix */
.cont-zweix > div {
	position: relative;
	float: left;
	width: 590px;
	margin-left: 30px;
}
.cont-zweix > div:first-child {
	margin-left: 0px;
	width: 280px;
}

/* drei */
.cont-drei > div {
	position: relative;
	float: left;
	width: 280px;
	margin-left: 30px;
}
.cont-drei > div:first-child {
	margin-left: 0px;
}

/* vier */
.cont-vier > div {
	position: relative;
	float: left;
	width: 210px;
	margin-left: 20px;
}
.cont-vier > div:first-child {
	margin-left: 0px;
}


.cont-eins h1, .cont-zwei h1, .cont-zweix h1, .cont-drei h1 {
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 36px;
	color: #FF6600;
	margin: 0 0 9px 0;
}
.cont-eins h2, .cont-zwei h2, .cont-zweix h2, .cont-drei h2 {
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 24px;
	color: #336600;
	margin: 0px;
	margin-bottom: 9px;
	margin-top:32px;
}
.cont-eins h3, .cont-zwei h3, .cont-zweix h3, .cont-drei h3 {
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 24px;
	color: #ff6600;
	margin: 0px;
	margin-bottom: 9px;
}
.cont-eins h4, .cont-zwei h4, .cont-zweix h4, .cont-drei h4 {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #ff6600;
	margin: 0px;
	padding: 0px;
}

h5 {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: black;
	margin: 0px;
	margin: 0px 0xp 9px 0xp;
	padding: 0px;
}


.page-content-container p, .cont-eins p, .cont-zwei p, .cont-zweix p, .cont-drei p  {
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: black;
	margin: 0px 0xp 9px 0xp;
}

.page-content-container .text, .cont-eins .text, .cont-zwei .text, .cont-zweix .text, .cont-drei .text  {
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: black;
	margin: 0px 0xp 9px 0xp;
}

p, ul, ol {
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: black;
	margin: 0px 0xp 9px 0xp;
}

a {
	color: #336600;
}

a:hover {
	color: #ff6600;
}

h1 a, h2 a, h3 a, h4 a {
text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
text-decoration: underline;
}


.wichtig {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	line-height: 21px;
	color: black;
	margin: 0px 0xp 12px 0xp;
}



/******************************************************** lists ********************************************************/
.page-listcontainer {
	border-top: 1px solid lightgrey;
	border-bottom: 1px solid lightgrey;
	float: left;
	position: relative;
	margin-left: 0px !important;
	margin-top: 10px;
	width: 100%;
}
.page-listcontainer ul {
	margin: 0px 0px 0px -10px;;
	list-style-image: url("../img/check_mark.png");
	margin: 0;
	padding: 10px 0 10px 24px;
}
.page-listcontainer ul li {
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	font-weight: bold;
	padding: 2px 0px 2px 0px;
}
.page-tour-button {
	height: 80px;
	width: 81px;
	float: left;
	margin-left: 340px;
	margin-top: -90px;
}

/******************************************************** image changer ********************************************************/
.arrows {
	position: relative;
	float: left;
	width: 130px;
	z-index: 9999;
}
.arrows div {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	background-repeat: no-repeat;
	padding-left: 25px;
	width: 124px;
	height: 56px;
	margin-top: 14px;
	cursor: default;
}
.image-container {
	width: 280px;
	height: 280px;
	background-color: #DCE2DC;
	float: right;
	position: relative;
}
.image-container img {
	left: 17px;
	top: 16px;
	width: 248px;
	height: 248px;
	position: absolute;
}
.arrow-grey {
	position: absolute;
	left: 0px;
}
.arrow-orange {
	position: absolute;
	left: 0px;
	z-index: 999;
}
.arrow-big {
	position: absolute;
	z-index: 99;
	right: 279px;
	top: 10px;
}

/******************************************************** features view ********************************************************/
.page-main-features {
	background-color: #DCE2DC;
}
.hider {
	z-index: 9999;
	background-color: black;
	opacity: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
.page-main-features > .threeh {
	width: 300px;
	position: absolute;
}
.threeh > span {
	font-family: arial, helvetica, sans-serif;
	position: absolute;
	padding-left: 20px;
	padding-top: 20px;
}
.threeh > .feature {
	background-image: url("../img/button_side_mini.png");
	height: 26px;
	width: 280px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	padding: 9px 0 0 22px;
	cursor: pointer;
}

/******************************************************** footer ********************************************************/
.page-footer {
	font-family: verdana, sans-serif;
	font-size: 11px;
	position: relative;
	float: left;
	margin: 16px 0 30px 30px;
}

/*********************************************** forms, inputs and labels ***********************************************/

.formfielddiv {
padding: 10px 10px;
border: 2px solid #CAD1CA;
border-radius: 5px 5px 5px 5px; 
background-color: #EDF0ED;
}


label, textarea {
	font-family: arial, helvetica, sans-serif;
	font-size: 15px;
}

button {
	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}


input[type=text], textarea {
	font-family: arial, helvetica, sans-serif;
	font-size: 15px;
	width: 400px;
	border: 1px solid #B0B0B0;
	border-radius: 3px;
	padding: 5px 0px 4px 0px;
	resize: none;
}

textarea {
	width: 500px;
}

button {
	font-size: 15px;
}

textarea {
	height: 100px;
}

input:invalid {
	border: 1px solid #E97878;
	box-shadow: inset 0px 0px 3px #E97878;
}

.cont-info {
	font-size: 14px !important;
	font-family: arial,helvetica,sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: black;
	margin: 0px 0px 9px;
}

/*********************************************** sonstige designformate ***********************************************/
/* textrahmen fuer infos zu den editionen */
.cont-drei .edition_rahmen {
width: 256px;
height: 240px;
padding: 10px 10px;
border: 2px solid #CAD1CA;
border-radius: 5px 5px 5px 5px; 
background-color: #EDF0ED;
}

/* textrahmen fuer supportinfos */
.cont-drei .icon_rahmen {
width: 256px;
height: 80px;
padding: 10px 10px;
border: 2px solid #CAD1CA;
border-radius: 5px 5px 5px 5px; 
background-color: #ffffff;
}

/* textrahmen fuer infos zu den editionen */
.cont-drei .zitat_rahmen {
width: 256px;
height: 260px;
padding: 10px 10px;
border: 2px solid #CAD1CA;
border-radius: 5px 5px 5px 5px; 
background: #EDF0ED url(../img/background_zitate.png) no-repeat 0 0;
}
.cont-drei .zitat_rahmen .zitat {
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #666666;
	line-height: 17px;
	font-weight: bold;
}

/* textrahmen mit verlinkter ueberschrift und ora pfeil von links */
.cont-drei .text_rahmen {
width: 256px;
height: 160px;
padding: 10px 10px;
border: 2px solid #e5e5e5;
border-radius: 5px 5px 5px 5px; 
background: #ffffff;
}

.cont-drei .text_rahmen .text {
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #666666;
	line-height: 17px;
}

.kdfoto {
float: right;
margin: 0px 0px 10px 10px;
border: 2px solid #ffffff;
}

.img_right {
float: right;
margin: 0px 0px 10px 10px;
}
.textzeile {
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: black;
	line-height: 17px;
}
.textzeile .lks {
float: left;
}
.textzeile .rts {
float: right;
}

.edition_preise {
border-bottom: 1px dotted #CAD1CA;
margin-bottom: 10px;
padding-bottom: 10px;
}

.edition_rahmen ul {
	margin: 0px 0px 0px -10px;;
	list-style-image: url("../img/check_mark.png");
	margin: 0;
	padding: 10px 0 10px 24px;
}
.edition_rahmen ul li {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 0px 2px 0px;
	color: #666666;
}

.edition_rahmen ul .li_hidden{
	list-style-image: url("../img/clearpixel.png");
}

.legende-rts {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	padding: 6px 0px 2px 0px;
	text-align: right;
	float: right;
}

.legende-lks {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	padding: 6px 0px 2px 0px;
	text-align: left;
	float: left;
}
.div_center {
	text-align: center;
	margin-top: 10px;
}
.div_left {
	text-align: left;
	margin-top: 10px;
}
.div_right {
	text-align: right;
	margin-top: 10px;
}

.linkbtn_ora {
	padding: 6px 10px 6px 10px;
	border: 2px solid #ff6600;
	background: #ffffff url("../img/bk_pfeile_ora.jpg") center center;
	border-radius: 5px 5px 5px 5px; 
}

.linkbtn_ora a {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

.linkbtn_ora a:hover {
color: #336600;
}

.linkbtn_gru {
	padding: 6px 10px 6px 10px;
	border: 2px solid #336600;
	background: #ffffff url("../img/bk_pfeile_gru.jpg") center center;
	border-radius: 5px 5px 5px 5px; 
}

.linkbtn_gru a {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

.linkbtn_gru a:hover {
color: #ff6600;
}


.feat_ul {
	margin: 0px 0px 0px -10px;;
	list-style-image: url("../img/check_mark.png");
	margin: 0;
	padding: 10px 0 10px 24px;
}
.feat_ul li {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 0px 8px 0px;
	color: #666666;
}



.footer a {
color: #333333;
text-decoration: none;
}

.footer a:hover {
color: #000000;
text-decoration: underline;
}


.footer ul {
	margin: 10px 0px 0px -10px;
    list-style-type: none;
	margin: 0;
	padding: 10px 0 10px 0px;
}
.footer ul li {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	padding: 2px 0px 4px 24px;
	background: url("../img/pfeil_rts_gr_66.png") no-repeat 0px 3px transparent;
}

.footer h5 {
	color: #333333;
}

.schmuckbild {
	background: url("../img/bk_280_pfeil_gru.png") no-repeat 30px 0px transparent;
}

.ul_ora ul, .ul_gru ul {
	margin: 0px 0px 0px -10px;;
    list-style-type: none;
	margin: 0;
	padding: 10px 0 10px 0px;
}
.ul_ora ul li {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	padding: 2px 0px 4px 24px;
	background: url("../img/pfeil_rts_ora.png") no-repeat 0px 3px transparent;
}

.ul_ora ul li a, .ul_gru ul li a {
	color: #666666;
	text-decoration: none;
}

.ul_ora ul li a:hover, .ul_gru ul li a:hover {
	color: #336600;
	text-decoration: underline;
}



.ul_gru ul li {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	padding: 2px 0px 4px 24px;
	background: url("../img/pfeil_rts_gruen.png") no-repeat 0px 3px transparent;
}


p.big {
	font-size: 16px;
	margin-top: 2px;
	font-weight: normal;
}

.pfeil_rts_im_text {
vertical-align: middle;

}
