body,form,fieldset,input,textarea { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}

q:before,q:after {
	content:'';
}
abbr,acronym {
    border:0;
}

INPUT.type_radio,
INPUT.type_checkbox {
	position: relative;
	bottom: -2px;
}
* HTML INPUT.type_radio,
* HTML INPUT.type_checkbox {
    position:static;
    bottom: 0;
}
A {
    text-decoration:underline;
    -moz-outline-style:none;
	color:#268BC3;
}
A:hover{
    text-decoration:none;
}
A:visited{
    color:#79B6D7;
}
INPUT, TEXTAREA, SELECT {
    font: 12px arial;
    padding: 1px 2px;
}
OPTION{
    padding: 0 7px 0 3px;
}
/* CLEARFIX */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

body {
	background: #FFFFFF url(../cssimages/bg_body.png) repeat-x 0 0;
}
#container {
	width:960px;
	margin:0 auto;
	padding:0 0 30px 0;
}
#header {
	position:relative;
	height:87px;
	z-index:1;
	background:url(../cssimages/bg_headbar.png) no-repeat 0 100%;
	margin:0 0 10px 0;
}
#logo {
	display:block;
	width:133px;
	height:85px;
	overflow:hidden;
	text-indent:-9999em;
	background:url(../cssimages/logo_reky.png) no-repeat 0 0;
	position:absolute;
	top:0;
	left:0;
}
#nav {
	position:absolute;
	left:226px;
	bottom:25px;
	list-style-type:none;
	margin:0;
	padding:0;
	height:37px;
}
#nav li {
	float:left;
	padding:0 1px;
	margin:0;
	background:url(../cssimages/nav_divider.png) no-repeat 100% 0;
}
#nav li.last {
	background:none;
}	
#nav li.last a {
	
}
#nav li a {
	display:block;
	height:37px;
	line-height:37px;
	color:#258ECA;
	font-size:11px;
	font-weight:bold;
	font-family:Verdana, Arial, Sans-serif;
	padding:0 12px;
	text-decoration:none;
}
#nav li a:hover {
	color:#333333;
}
#nav .current a,
#nav .current a:hover {
	color:#135f8a;
	cursor:default;
}
#language {
	position:absolute;
	top:20px;
	right:20px;
	color:#258ECA;
	font-size:11px;
	font-weight:bold;
	font-family:Verdana,Arial,Sans-serif;
}
#footer {
	width:960px;
	margin:0 auto;
	background:url(../cssimages/bg_footbar.png) no-repeat 0 0;
	position:relative;
	z-index:1;
	color:#3C85AB;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:2px 0 20px;
}
#footer .copyright {
	font-size:10px;
	padding:12px 0 0 12px;
	margin:0;
}
#footer .credit {
	font-size:10px;
	padding:12px 0 0 12px;
	margin:0;
}
#footer .credit a:hover {
	text-decoration:underline;
}
#footer #footer-nav {
	position:absolute;
	margin:0;
	padding:0;
	list-style-type:none;
	top:0;
	right:20px;
}
#footer a {
	color:#3C85AB;
	text-decoration:none;
}
#footer li a:hover {
	color:#333333;
}
#footer #footer-nav li {
	float:left;
	padding:0 1px;
	margin:0;
	background:url(../cssimages/footnav_divider.png) no-repeat 100% 0;
	height:36px;
}
#footer #footer-nav li.last {
	background:none;
}
#footer #footer-nav li a {
	display:block;
	height:36px;
	line-height:36px;
	font-size:10px;
	font-weight:bold;
	padding:0 12px;
}
#nav2 {
	float:left;
	width:200px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#nav2 .navgroup {
	width:201px;
	background:url(../cssimages/bg_sidenav.png) no-repeat 0 100%;
	padding:0 0 10px 0;
	margin:0 0 30px 0;
}
#nav2 .navgroup-title {
	height:23px;
	line-height:23px;
	background:url(../cssimages/bg_sidenav.png) no-repeat 0 0;
	color:#000000;
	font-size:10px;
	font-weight:bold;
	padding:0 0 0 13px;
}
#nav2 ul {
	list-style-type:none;
	margin:0;
	padding:6px 0 0 13px;
}
#nav2 ul li {
	padding:0 0 2px 0;
	position:relative;
	z-index:10;
}
#nav2 ul li a {
	color:#135F8A;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
#nav2 li ul {
	margin:0;
	padding:4px 7px;
	display:none;
	position:absolute;
	left:184px;
	top:2px;
	padding:4px; 
	background-color:#FFEDBC;
	border-top:1px solid #008000;
	width:200px;
}
#nav2 li.open_submenu ul {
	display:block;
}
#nav2 .button-submenu {
	display:block;
	position:absolute;
	z-index:1;
	right:2px;
	top:2px;
	width:16px;
	height:16px;
	overflow:hidden;
	text-indent:-9999em;
	background:url(../cssimages/nav_go.png) no-repeat 0 0;
}
#nav2 .button-submenu:hover,
#nav2 .open_submenu .button-submenu {
	background-position:0 -16px;
}
#nav2 .open_submenu .button-submenu {
	border-top:1px solid #008000;
}
#nav2 li ul li {
	padding:0 4px 4px 8px;
}
#nav2 li ul a {
	display:block;
	color:#268ABE;
}
#nav2 a:hover {
	color:#000000;
}
#nav2 a.current {
	color:#999999;
	cursor:default;
}
#page #stage {
	width:710px;
	padding:0 10px 0 40px;
	position:relative;
	z-index:1;
	overflow-x:hidden;
}
#stage {
	float:left;
	width:548px;
	padding:0 0 0 40px;
	overflow-x:hidden;
}
#slideshow {
	margin:0 0 20px 0;
	width:548px;
	height:350px;
	overflow:hidden;
	position:relative;
	z-index:1;
	background-color:#F3F3F2;
}
#slideshow ul {
	list-style-type:none;
	margin:0;
	padding:0;
	z-index:1;
}
#slideshow li {
	position:absolute;
	top:0;
	left:0;
}
#slidecontrol {
	position:absolute;
	z-index:2;
	top:2px;
	right:2px;
	font-weight:bold;
}
#slidecontrol a {
	text-decoration:none;
	color:#333;
}
#slidecontrol a span {
	color:#fff;
}
#sidebar {
	float:right;
	width:140px;
	padding:4px;
	font-family:Verdana,Arial,Sans-serif;
	font-size:10px;
}
#sidebar .inner p {
	margin:0 0 6px 0;
}
#cms-content #content_left {
	float:left;
	width:460px;
}
#cms-content #content_right {
	float:right;
	width:230px;
	background-color:#FCF0A7;
	padding:4px;
}
#stage h1 {
	font-size:10px;
	font-family:Verdana,Arial,Sans-serif;
	font-weight:bold;
	color:#008000;
	margin:10px 0 16px 0;
	width:460px;
}
#home #stage h1 {
	width:548px;
	color:#A52A2A;
}
#stage, 
#stage p,
#stage li,
#stage td,
#stage th,
#stage div {
	font-family:Verdana,Arial,Sans-serif;
	font-size:10px;
}
#facebox {
	font-family:Verdana,Arial,Sans-serif;
	font-size:11px;
}
#facebox  p.title {
	font-weight:bold;
	color:#999999;
	margin:0;
	margin:0 0 10px 0;
}
#facebox  #object_name {
	font-weight:bold;
	color:#008000;
	padding:5px 0 0;
	float:left;
	width:260px;
}
#facebox .field {
	margin:0 0 10px 0;
}
#facebox .field  label {
	float:left;
	width:60px;
	height:21px;
	line-height:21px;
	color:#999999;
}
#facebox .field  input,
#facebox .field  textarea {
	float:left;
	width:260px;
}

.required {
	background:url(../cssimages/icn_req.png) no-repeat 0 50%;
}
#facebox .field  label.required {
	background-position:100% 50%;
}
p.required {
	background-position:56px 50%;
	color:#F14343;
	padding:0 0 0 73px;
}
#facebox .btn_wrap  {
	padding:0 0 0 60px;
}
#errtext {
	display:none;
	color:#F14343;
	padding:0 0 0 60px;
	font-weight:bold;
	font-size:12px;
	margin:10px 0;
}
.green {
	color:#008000;
	font-weight:bold;
}
#loading {
	background:url(/facebox/loading.gif) no-repeat 0 0;
	width:32px;
	height:32px;
	display:none;
	float:right;
	position:absolute;
	bottom:80px;
	left:35px;
}
.buttonlink,
.buttonlink:visited {
	display:block;
	height:16px;
	line-height:16px;
	font-size:11px;
	font-weight:bold;
	padding:0 0 0 18px;
	position:absolute;
	white-space:nowrap;
	top:7px;
	background:url(../cssimages/btn.png) no-repeat;
	color:#135F8A;
}
.buttonlink:hover {
	color:#000000;
}
.btn_buchen {
	background-position:0 -23px !important;
	right:97px;
}
.buttonlink_2,
.buttonlink_2:visited {
	top:auto !important;
	bottom:7px !important;
}
.btn_anfrage {
	background-position:0 0 !important;
	right:12px;
}
#buchen h2 {
	font-size:10px;
	font-weight:bold;
	margin:10px 0;
}
#buchen .field {
	margin:0 0 20px 0;
}
#buchen .field label {
	float:left;
	width:120px;
	height:20px;
	line-height:20px;
	font-size:11px;
	padding:0 0 0 18px;
}
#buchen .field .choice {
	float:left;
	padding:0 12px 0 0;
	position:relative;
	z-index:1;
}
#buchen  .choice label {
	float:none;
	position:absolute;
	left:2px;
	bottom:-18px;
	font-size:10px;
	color:#999999;
	height:auto;
	line-height:auto;
	padding:0;
}
#buchen  .choice input {
	border:inset 1px #258ECA;
	width:220px;
}
#buchen .radio  label {
	position:static;
	float:none;
	width:auto;
	height:20px;
	line-height:20px;
	font-size:11px;
	color:#000000;
}
#buchen .radio  input {
	float:none;
	width:auto;
	border:none;
}
#buchen .address  {
	float:left;
}
#buchen .address .choice {
	float:none;
	margin:0 0 23px 0;
}
#buchen .address input {
	float:none;
}
#buchen .address input.slim {
	float:none;
}
#buchen .slim input {
	width:100px !important;
}
#buchen .pair {
	position:relative;
	z-index:1;
}
#buchen .pair span {
	display:block;
	width:16px;
	height:16px;
	overflow:hidden;
	text-indent:-9999em;
	background:url(../cssimages/btn_add_remove.png) no-repeat;
	cursor:pointer;
	position:absolute;
	top:2px;
	z-index:1;
}
#buchen .pair span.ad {
	background-position:0 0;
	right:-21px;
}
#buchen .pair span.remove {
	background-position:0 -16px;
	right:-40px;
}
#buchen .slim .pair input {
	width:40px !important;
}
#reise {
	width:660px;
}
#buchen  textarea {
	border:inset 1px #258ECA;
	width:653px;
	height:60px;
	overflow:auto;
}
#buchen .note {
	background:url(../cssimages/icn_req.png) no-repeat 0 50%;
	color:#008000;
	padding:0 0 0 20px;
}
#z1 .remove {
	display:none !important;
}
#z3 .ad {
	display:none !important;
}
#buchen #z3 span.remove {
	right:-21px !important;
}
#buchen .date {
	padding:0 31px 0 0 !important;
}
#buchen .date .dp-choose-date {
	display:block;
	width:16px;
	height:16px;
	overflow:hidden;
	text-indent:-9999em;
	background:url(../cssimages/btn_add_remove.png) no-repeat 0 -32px;
	cursor:pointer;
	position:absolute;
	top:2px;
	right:13px;
	z-index:1;
}
#buchen .submit {
	position:relative;
	z-index:1;
}
.field #errtext {
	position:absolute;
	z-index:1;
	top:5px;
	left:90px;
	margin:0;
	padding:0;
}
#buchen #submit {
	width:80px;
}
.achtung {
	background-color:#F10000;
	color:#FFFFFF;
}
