/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url('../hori_large.png') no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:40px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 


/* left */
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }

/* up and down */
a.up, a.down		{ 
	background:url('../vert_large.png') no-repeat; 
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }

/* down */
a.down 				{ background-position: 0 -30px; }
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; } 


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	


/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 680px;
	height:120px;

	/* custom decorations */
	border:1px solid #f90;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

.items div {
	float:left;
	width:680px;
}

/* single scrollable item */
.scrollable img {
	float:left;
	margin:20px 5px 20px 21px;
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	width:100px;
	height:75px;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* active item */
.scrollable .active {
	border:2px solid #000;
	position:relative;
	cursor:default;
}


	.formError {
			position:absolute;
			top:300px; left:300px;
			padding-bottom:13px;
			display:block;
			z-index:5000;
		}
			#debugMode{
				background:#000;
				position:fixed;
				width:100%; height:200px;
				top:0; left:0;
				overflow:scroll;
				opacity:0.8;
				display:block;
				padding:10px;
				color:#fff;
				font-size:14px;
				z-index:100000;
			}
		
			.ajaxSubmit{ padding:20px; background:#55ea55;border:1px solid #999;display:none}
			.formError .formErrorContent {
				width:100%; 
				background:#ee0101;
				color:#fff;
				width:150px;
				font-family:tahoma;
				font-size:11px;
				border:2px solid #ddd;
				padding:4px 10px 4px 10px;
			}
			.greenPopup .formErrorContent {background:#33be40;}
			
			.blackPopup .formErrorContent {background:#393939;color:#FFF;}
			
			.formError .formErrorArrow{
				position:absolute;
				bottom:0;left:20px;
				width:15px; height:15px;
				z-index:5001;
			}
			.formError .formErrorArrowBottom{top:0;margin:-6px;}
			
				.formError .formErrorArrow div{
					border-left:2px solid #ddd;
					border-right:2px solid #ddd;
					font-size:0px; height:1px; background:#ee0101;margin:0 auto;line-height:0px; font-size:0px; display:block;
				}
					.formError .formErrorArrowBottom div{
						box-shadow: none;
						-moz-box-shadow: none;
						-webkit-box-shadow: none;
					}
					
				.greenPopup .formErrorArrow div{background:#33be40;}
				.blackPopup .formErrorArrow div{background:#393939;color:#FFF;}

				.formError .formErrorArrow .line10{width:15px;border:none;} 
				.formError .formErrorArrow .line9{width:13px;border:none;} 
				.formError .formErrorArrow .line8{width:11px;} 
				.formError .formErrorArrow .line7{width:9px;} 
				.formError .formErrorArrow .line6{width:7px;} 
				.formError .formErrorArrow .line5{width:5px;} 
				.formError .formErrorArrow .line4{width:3px;} 
				.formError .formErrorArrow .line3{width:1px;
					border-left:2px solid #ddd;
					border-right:2px solid #ddd;
					border-bottom:0px solid #ddd;} 
				.formError .formErrorArrow .line2{width:3px;border:none;background:#ddd;}
				.formError .formErrorArrow .line1{width:1px;border:none;background:#ddd;}  
	/*Form Validation*/
#capcha div {
    float: left;
}* {
	font-family: Arial;
	font-size: 12px;
	color: #222;
	padding: 0;
	margin: 0;
}

h1, h1 span  {
	font-weight: bold;
	font-size: 14px;
	color: #f90;
	margin-bottom: 2px;
}

h2, h2 span {
	font-weight: bold;
	font-size: 12px;
	color: #f90;
	margin-bottom: 10px;
}

h3, h3 span  {
	font-weight: bold;
	font-size: 11px;
	color: #f90;
	margin-bottom: 10px;
}

p {
	margin-bottom: 13px;
	line-height: 18px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

ul {
	margin-left: 15px;
	margin-bottom: 5px;
}

li {
	list-style-image: url('../orangerie_aufz.png');
	margin-top: 5px;
}

img {
	border: none;
}

.rb_block li, .rb_block_startseite li {
	list-style-image: url('../orangerie_aufz_w.png');
	margin-top: 5px;
}

body {
	background: #fff;
}

#container {
	position: relative;
	margin: 20px auto;
	width: 945px;
	border: 1px solid #f90;
	background: #f90;
}

#navigation_meta {
	position: absolute;
    right: 70px;
    top: 9px;
    z-index: 1;
}

#navigation_meta a {
	color: #FFFFFF;
    font-size: 10px;
    padding: 0 5px;
    text-transform: uppercase;
}

#logo {
    position: absolute;
	height: 86px;
    left: 35px;
    top: 34px;
    width: 212px;
}

#top {
	position: absolute;
	background: url('../orangerie_header.png') bottom left no-repeat;
	height: 148px;
	width: 945px;
	top: 0px;
	left: 0px;
}

#links {
	float: left;
	width: 127px;
	padding-top: 170px;
}

#links a {
	font-size: 12px;
}

#links a:hover {
	text-decoration: none;
}

#links .icon {
	width: 85px;
	margin-left: 20px;
	text-align: center;
	text-transform: uppercase;
}

#links .icon:hover, #links .active {
	text-decoration: underline;
}

#links #navigation_sub {
	margin-left: 20px;
	margin-top: 3px;
	margin-bottom: 20px;
	line-height: 18px;
	text-decoration: none;
	text-align: center;
	width: 85px;
}

#links #navigation_sub .nav_sub {
	text-transform: none;
}

#links #navigation_sub .nav_sub:hover, #links #navigation_sub .active {
	text-decoration: underline;
}

#other_site {
	width: 103px;
	font-size: 11px;
    margin-left: 13px;
    margin-top: 70px;
    text-align: center;
}

#rechts {
	margin-left: 127px;
	background: #fff;
	min-height: 920px;
	height: auto !important;
	height: 920px;
	padding-bottom: 70px;
}

#content {
	position: relative;
	padding: 20px; 
}

#content a {
	text-decoration: underline;
}

#content a:hover {
	color: #f90;
}

#breadcrumb a {
	text-decoration: none;
}

#breadcrumb a:hover {
	color: #222;
	text-decoration: underline;
}

.rb_block .content_block .mehr a:hover, .rb_block_startseite .content_block .mehr a:hover {
	color: #222 !important;
	text-decoration: none !important;
}

.img-txt ul {
	margin-bottom: 13px;
}

.sitemap ul {
	margin-left: 20px;
}

.social_media {
	position: absolute;
	right: 205px;
}

.social_media div {
	float: left;
}

.google_plus {
	width: 75px;
}

.facebook {
	position: absolute;
	width: 185px;
	right: 25px;
	overflow: hidden;
}

#breadcrumb  {
	margin-bottom: 20px;
}

#breadcrumb a {
	font-size: 11px;
}

#footer{
	position: absolute;
	bottom: 20px;
	left: 147px;
	color: #808080;
}

#footer b {
	color: #808080;
}

#footer a {
	color: #808080;
	text-decoration: underline;
}

#footer a:hover {
	color: #FF9900;
	text-decoration: none;
}

.rb_block {
	position: relative;
	margin-bottom: 30px;
	width: 242px;
	background: #f90;
	height: 189px;
}

.rb_block .img {
	width: 242px;
	height: 75px;
}

.rb_block .headline {
	color: #fff;
	background: #000;
	font-size: 16px;
    padding: 11px;
    width: 220px;
}

.rb_block .content_block {
	padding: 6px;
	line-height: normal;
	height: 82px;
}

.rb_block .content_block p {
	line-height: normal;
}

.rb_block .mehr {
	position: absolute;
	bottom: 3px;
	right: 6px;
}

.rb_block_startseite {
	position: relative;
	margin-bottom: 30px;
	width: 242px;
	height: 226px;
	background: #f90;
	height: 210px;
}

.rb_block_startseite .img {
	width: 242px;
	height: 75px;
}

.rb_block_startseite .headline {
	color: #fff;
	background: #000;
	font-size: 16px;
    padding: 11px;
    width: 220px;
}

.rb_block_startseite .content_block {
	padding: 6px;
	line-height: normal;
	height: 82px;
}

.rb_block_startseite .content_block p {
	line-height: normal;
}

.rb_block_startseite .mehr {
	position: absolute;
	bottom: 3px;
	right: 6px;
}

.dreier_block {
	height: 256px;
	width: 805px;
}

.dreier_block .rb_block, .dreier_block .rb_block_startseite {
	float: left;
	margin-right: 26px;
}

.text_and_block {
	margin-top: 20px;
}

.text_and_block .rb_block, .text_and_block .rb_block_startseite {
	float: right;
	margin: 0 0 0 0;
}

.text_and_block .img-txt {
	width: 511px;
}

.tinymcewysiwyg1 {
	float: left;
	width: 370px;
}

.tinymcewysiwyg2 {
	margin-left: 385px;
	width: 370px;
}

.schlagworte {
	border: 1px solid #f90;
	padding: 6px;
}

.gallery {
	margin-top: 50px;
}

.kontaktformular {
	margin-left: 441px;
}

.kontaktformular input {
	width: 300px;
	height: 30px;
	border: 1px solid #f90;
}

.kontaktformular textarea {
	width: 300px;
	height: 90px;
	border: 1px solid #f90;
}

.kontaktformular .senden {
	margin-top: 3px;
}

.connect_widget .connect_widget_interactive_area {
    width: 295px;
}

.orange {
	color: #f90;
}

.artikel {
	border-bottom: 1px solid #efefef;
	margin-bottom: 10px;
}