/*  
Theme Name: tapir
Theme URI: 
Description: Theme für den tapir-blog. Genuine New Zealand made.
Version: 1.6
Author: Thomas Hunger
Author URI: http://www.thomashunger.com 	
*/

/* @group global */

html *
{
	padding: 0;
	margin: 0;
}

body
{
	color: #666;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Verdana, sans-serif;
	font-size: 100%;
	line-height: 1.125em;
	text-align: center;
	background-color: #fff;
}

body#popup
{
	color: #666;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Verdana, sans-serif;
	font-size: 0.6875em;
	line-height: 1.5em;
	text-align: left;
	background: #f0f0f0 url(images/bgHeaderPopup.gif) no-repeat 0 -40px;
	padding: 0 20px;
}

body#pinBoard
{
	color: #666;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Verdana, sans-serif;
	font-size: 0.6875em;
	line-height: 1.5em;
	text-align: left;
	padding: 0 20px;
	background-color: #e4e2e2;
}

h1, h2
{
	color: #666;
	font-weight: normal;
	font-style: normal;
}

h1
{
	font-size: 1.6667em;
	line-height: 1.5em;
	clear: both;
	margin: 0.25em 0;
}

h2
{
	font-size: 1.3333em;
	margin: 1em 0;
	clear: both;
}

h3
{
	font-size: 1em;
	margin: 1em 0 0.25em;
	clear: both;
}

p
{
	margin: 0.5em 0 1em;
}

img
{
	border: 0;
}

.alignleft
{
	float: left;
	text-align: left;
}

.alignright
{
	float: right;
	text-align: right;
}

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

a:hover
{
	color: #547387;
	text-decoration: underline;
}

ol
{
	padding-left: 1.5em;
}

ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

ul li
{
	padding: 0 0 4px 13px;
	background: url(images/bgList.gif) no-repeat 0 4px;
}

hr
{
	height: 1px;
	background-color: #ccc;
	border-width: 0;
	margin: 1.5em 0 1em;
	clear: both;
}

.hidden
{
	display: none;
}

.grey, .grey a
{
	color: #888;
}
/* @end */

/* @group Auto-clearing */

.autoclear:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.autoclear
{
	display: inline-block
}

/* Hides from IE-mac \*/

* html .autoclear
{
	height: 1%
}

.autoclear
{
	display: block
}

/* End hide from IE-mac */

/* @end */

/* @group Main Layout */

#container
{
	width: 997px;
	margin: 0 auto;
	text-align: left;
	clear: both;
	font-size: 0.6875em;
	background: url(images/bgWrap.png) repeat-y;
}

#header
{
	width: 997px;
	height: 118px;
	position: relative;
	z-index: 20;
	background: url(images/bgHeader.png) no-repeat;
}

#header a#logo
{
	width: 485px;
	height: 50px;
	position: absolute;
	top: 20px;
	left: 20px;
	text-indent: -999em;
	background: url(images/bgBlogLogo.png) no-repeat 0 0;
}

#header a#store
{
	width: 193px;
	height: 68px;
	position: absolute;
	top: 15px;
	right: 20px;
	text-indent: -999em;
	background: url(images/bgTapirLogoHover.png) no-repeat 0 0;
}

#header a#logo:hover
{
	background: url(images/bgBlogLogoHover.png) no-repeat 0 0;
}

/*
#header a#store:hover
{
	background: url(images/bgTapirLogoHover.png) no-repeat 0 0;
}
*/

.searchsubmit
{
	text-indent: -999em;
}

#content
{
	float: left;
	width: 528px;
	overflow: hidden;
}

#contentHome
{
	float: left;
	width: 528px;
}

#contentWrap
{
	padding: 0 25px 25px;
}

#contentHome #contentWrap
{
	padding: 0;
}

#sidebar
{
	width: 228px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	margin-top: -65px;
	position: relative;
	z-index: 21;
}

#sidebarRight
{
	list-style-type: none;
	width: 240px;
	margin: 0;
	padding: 0;
	float: left;
}

#sidebarRight ul ul
{
	display: none;
}

.sidebar h2
{
	color: #547387;
	margin: 10px 25px 5px;
}

.sidebar p
{
	margin: 0 15px 15px 37px;
}

.sidebar ul/*, #content ul*/, #contentHome ul
{
	margin: 0 10px 25px 25px;
	padding: 0;
	line-height: 1.25em;
	list-style-position: outside;
	list-style-type: none;
}

.sidebar ul ul
{
	margin: 0 0 2px;
	padding: 0;
}

.sidebar li
{
	background-image: none;
	padding: 0;
	color: #aaa;
}

.sidebar li ul li
{
	padding: 4px 0 1px 13px;
	background: url(images/bgList.gif) no-repeat 0 8px;
}

#footer
{
	width: 997px;
	margin: 0 auto;
	text-align: left;
	clear: both;
	font-size: 0.6875em;
	background: url(images/bgFooter.png) no-repeat left top;
	padding: 0;
}

#footer p
{
	padding: 1em;
	margin: 0;
}

a.feedIcon
{
	padding: 2px 0 2px 19px;
	background: url(images/iconFeed.png) no-repeat 0 50%;
}

/* @end */

/* @group Search */

#header form.searchform
{
	position: absolute;
	top: 80px;
	left: 552px;
}

.widget_tapirSearch form
{
	margin: 5px auto 20px;
}

form.searchform
{
	position: relative;
	width: 175px;
}

form.searchform input
{
	width: 163px;
}

form.searchform label
{
	display: none;
}

form.searchform .searchsubmit
{
	width: 27px;
	height: 36px;
	background: url(images/search.png) no-repeat 0 0;
	border-width: 0;
	text-indent: -999em;
	cursor: pointer;
	position: absolute;
	right: -5px;
	top: -7px;
}

/* @end */

/* @group NL */

#newsletter form
{
	width: 200px;
}

#email
{
	width: 177px;
}

#newsletter button
{
	float: left;
	margin: 0.5em 0 0;
}


/* @end */

/* @group Text */

#postHeader
{
	margin: -56px 0 15px;
	position: relative;
	overflow: hidden;
}

#postHeader .scrollContent
{
	margin: 0;
	padding: 0;
	position: relative;
}

#postHeader ul
{
	width: 10000px;
	position: absolute;	
	padding: 0;
	margin: 0;
	list-style-type: none;
	background-color: #f5f5f5;
}

#postHeader ul li
{
	display: inline;
	float: left;
	position: relative;
	padding: 0;
	background-image: none;
}

#postHeader li .headline
{
	font-size: 1.25em;
	padding: 0 10px 0 0;
}

#postHeader li span.descr
{
	position: absolute;
	bottom: 26px;
	height: 38px;
	z-index: 18;
	display: block;
	padding: 0 35px;
	line-height: 18px;
	overflow: hidden;
}

#postHeader li span.bg
{
	width: 100%;
	z-index: 17;
	position: absolute;
	bottom: 10px;
	height: 65px;
	display: block;
	background: url(images/bgHomeTeaserText.png) no-repeat 20px 0;
}

#postHeader a
{
	text-decoration: none;
	color: #fff;
}

#postHeader img
{
	display: block;
}

.postTeaser
{
	padding: 60px 25px 25px;
	background: #fff url(images/bgTeaser.gif) repeat-x 0 bottom;
}

#postHeader .postTeaser a
{
	color: #e4170e;
}

.postTeaser h1
{
	margin: 0;
	padding: 0;
}

#postOverview
{
	
}

#postOverview div
{
	float: left;
	padding: 0 25px 0 0;
}

#postOverview div.first{
	float: left;
	padding: 0 25px;
}

#postOverview ul
{
	margin-left: 0;
}

#postOverview h2
{
	font-size: 11px;
	margin: 0 0 2px;
}

h1 a
{
	color: #666;
	text-decoration: none;
}

span.mail
{
	clear: both;
	display: block;
	background: url(images/iconMail.png) no-repeat left center;
	padding: 0 0 0 25px;
}

span.category
{
	clear: both;
	display: block;
	background: url(images/iconCategory.png) no-repeat left center;
	padding: 0 0 0 25px;
	margin-bottom: 3px;
}

span.categoryDivide
{
	height: 8px;
	width: 10px;
	background: url(images/bgList.gif) no-repeat 0 50%;
	display: inline-block;
}

span.categoryDivideLeft
{
	height: 8px;
	width: 10px;
	background: url(images/bgListLeft.gif) no-repeat center 50%;
	display: inline-block;
}

span.comment
{
	clear: both;
	display: block;
	background: url(images/iconComment.png) no-repeat left center;
	padding: 0 0 0 25px;
}

span.rss
{
	clear: both;
	display: block;
	background: url(images/iconRss.png) no-repeat left center;
	padding: 0 0 0 25px;
}

.userData
{
	float: left;
	padding-top: 12px;
}

div.travelSidebar
{
	width: 469px;
	margin: 0;
	padding: 30px 0 0;
	float: left;
}

div.travelSidebar h1
{
	margin: 10px 25px 5px;
	color: #547387;
}

div.travelSidebar h2
{
	color: #547387;
}

div.travelSidebar .left
{
	float: left;
	width: 228px;
	padding: 0;
}

div.travelSidebar .right
{
	float: left;
	width: 240px;
	padding: 19px 0 0;
}

div.travelSidebar .left div, div.travelSidebar .right div, div.travelSidebar .flag
{
	margin: 0 20px 0 25px;
}

.imageRow, .gallery
{
	white-space: nowrap;
	clear: both;
	float: none;
	width: 500px;
}

.gallery img
{
	border: 0;
}

.userInfo a, .userInfo span.avatar
{
	display: inline;

}

.userInfo a.avatar
{
	/*float: left;*/
}
.articleLinkImage
{
	/*margin: 0 0 0 -10px;*/
	display: block;
}

.postList .popupImg
{
	display: none;
}

.singleArticle .articleLinkImage
{
	display: none;
}

ol.commentlist
{
	padding-left: 0;
	list-style-type: none;
	width: 480px;
}

.roundCornersContainer ol.commentlist
{
	width: auto;
	clear: both;
	border-bottom: 1px solid #ccc;
	background-color: #f2f2f2;
}

.roundCornersContainer ol.commentlist li
{
	background-color: #f2f2f2;
	padding: 10px 15px;
}

ol.commentlist li
{
	position: relative;
	border-top: 1px solid #ccc;
	padding: 10px 50px 10px 0;
}

ol.commentlist li.first
{
	border-top: 0;
}

.countComment
{
	position: absolute;
	top: 15px;
	right: 0;
	font-size: 3em;
	color: #ccc;
}

.popupImg
{
	

}

a.selected
{
	

}

a.head
{
	color: gray;
	text-decoration: none;
}

.current-cat a
{
	font-weight: bold;
}

.current-cat ul a
{
	font-weight: normal;
	font-style: normal;
}

.navigation
{
	width: 472px;
}

a.external
{
	background: url(images/external.png) no-repeat right center;
	padding-right: 10px;
}

/* @end */

/* @group RoundCorners */

.roundCorners
{
	background: url(images/bgRoundCorners.gif) no-repeat right bottom;
	padding: 0 14px 14px 0;
	position: relative;
	float: left;
	display: block;
	margin: 0 10px 0 -10px;
}

.roundCorners.alignright
{
	float: right;
	margin: 0 -10px 5px 5px;
}

.roundCorners img
{
	display: block;
}

.roundCorners .leftTop
{
	background: url(images/bgRoundCorners.gif) no-repeat left top;
	padding: 14px 0 0 14px;
	display: block;
}

.roundCorners .rightTop
{
	background: url(images/bgRoundCorners.gif) no-repeat right top;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
}

.roundCorners .leftBottom
{
	background: url(images/bgRoundCorners.gif) no-repeat left bottom;
	width: 14px;
	height: 14px;
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
}

/* @end */

/* @group Fancybox */

html, body
{
	height: 100%;
}

div#fancy_overlay
{
	background-color: #fff;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 30;
}

* html div#fancy_overlay
{
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_loading
{
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div
{
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('images/fancybox/fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay
{
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

div#fancy_loading_icon
{
	position: absolute;
	background: url('images/fancybox/fancy_loading.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	padding: 24px 24px 32px 24px;
	margin: 0;
	overflow: hidden;
	background: transparent;
	display: none;
}

div#fancy_inner
{
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFF;
}

div#fancy_content
{
	position: relative;
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_div
{
	background: #000;
	

/*color: #FFF;*/
	height: 100%;
	width: 100%;
	z-index: 100;
	text-align: left;
}

img#fancy_img
{
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close
{
	position: absolute;
	top: -24px;
	left: -24px;
	height: 30px;
	width: 30px;
	background: url('images/fancybox/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame
{
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax
{
	position: absolute;
	overflow: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: left;
	font-size: 68.75%;
}


* html div#fancy_ajax
{
	height: expression((this.parentNode.clientHeight - 32) + "px");
	width: expression((this.parentNode.clientWidth - 30) + "px");
}


a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url("data:image/gif;base64,AAAA");
	outline: none;
	overflow: hidden;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('images/fancybox/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('images/fancybox/fancy_right.png') no-repeat;
}

a#fancy_left:hover, a#fancy_right:hover {
	visibility: visible;
	background-color: transparent;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg
{
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n
{
	left: 0;
	top: -24px;
	width: 100%;
	height: 24px;
	background: transparent url('images/fancybox/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne
{
	top: -24px;
	right: -24px;
	width: 24px;
	height: 24px;
	background: transparent url('images/fancybox/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e
{
	right: -24px;
	height: 100%;
	width: 24px;
	background: transparent url('images/fancybox/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se
{
	bottom: -24px;
	right: -24px;
	width: 24px;
	height: 24px;
	background: transparent url('images/fancybox/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s
{
	left: 0;
	bottom: -24px;
	width: 100%;
	height: 24px;
	background: transparent url('images/fancybox/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw
{
	bottom: -24px;
	left: -24px;
	width: 24px;
	height: 24px;
	background: transparent url('images/fancybox/fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w
{
	left: -24px;
	height: 100%;
	width: 24px;
	background: transparent url('images/fancybox/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw
{
	top: -24px;
	left: -24px;
	width: 24px;
	height: 24px;
	background: transparent url('images/fancybox/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title
{
	position: absolute;
	bottom: -34px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title div
{
	color: #FFF;
	font-size: 11px;
	padding: 0 0 5px;
	margin-top: -1px;
}

div#fancy_title table
{
	margin: 0 auto;
}

div#fancy_title table td
{
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left
{
	height: 42px;
	width: 15px;
	background: transparent url('images/fancybox/fancy_title_left.png') repeat-x;
}

td#fancy_title_main
{
	height: 42px;
	background: transparent url('images/fancybox/fancy_title_main.png') repeat-x;
	line-height: 12px;
}

td#fancy_title_right
{
	height: 42px;
	width: 15px;
	background: transparent url('images/fancybox/fancy_title_right.png') repeat-x;
}

/* @end */

/* @group Form */

.cform
{
	width: 482px;
	margin: 10px 0 0 -10px;
}

fieldset
{
	margin-top: 10px;
	padding: 5px 10px 10px 25px;
	border: 0;
}

.cform .cf_hidden
{
	display: none;
	border: none!important;
	background: none!important;
	padding: 0!important;
	margin: 0!important;
}

.cform legend
{
	font-weight: bold;
	color: #444;
	margin: 0;
	line-height: 1.5em;
	padding: 0;
}

ol.cf-ol
{
	margin: 0!important;
	padding: 0!important;
}

ol.cf-ol li
{
	background: none!important;
	margin: 2px 0!important;

/*some themes may interfere otherwise*/
	padding: 0;
	list-style: none!important;
	text-align: left;
}

/*                                                    */

/* just for text-only fields (no input)               */

/*                                                    */

ol.cf-ol li.textonly
{
	padding: 4px 0;
	text-align: left;
}

/*                                                    */

/* global definitions for field labels                */

/*                                                    */

.cform label {
 
	margin:0 10px 0 0;
	padding: 5px 5px 5px 0;
	width:160px;
 
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	vertical-align:top;
}
.cform label span {
	width:160px; /* must be the same as above!*/
	display:block; 
}

label.cf-before
{
	margin: 0 10px 0 0;
}

label.cf-after
{
	margin: 2px 1px 0pt 3px !important;
	width: 90px;
	text-align: left;
	background: none;
	padding: 2px;
	line-height: 1.3em;
}

label.cf-after span
{
	width: 90px;
	display: block;
}

label.cf-group-after
{
	margin: 2px 0 0 3px!important;
	width: 100px;
	text-align: left;
	padding: 2px;
	background: none;
	line-height: 1.3em;
}

label.cf-group-after span
{
	width: 100px;
	display: block;
}

/*                                                    */

/*   FORM FIELDS general formatting                   */

/*                                                    */

input,
.cform textarea,
.cform select
{
	font: 12px "Lucida Grande", "Lucida Sans Unicode", Lucida, Verdana, sans-serif;
	margin: 0;
	border: 1px solid #CCCCCC;
	color: #666666;
	padding: 4px 5px;
	width: 230px;
	vertical-align: top;
}

input:hover,
.cform textarea:hover,
.cform select:hover
{
	border: 1px solid #999999;
	color: #000000;
	width: 230px;
}

.cform .cf_date
{
	width: 210px!important;
}

.cform select,
.cform select:hover
{
	width: 242px;

/* attempt to have equal length */
	padding: 3px 5px;
}

.cform select.cfselectmulti
{
	height: 7.5em;
}

.cform textarea
{
	overflow: auto;
	height: 8em;
}

.cform input.fldrequired,
.cform input.fldrequired:hover
{
	border-right: 3px solid #ebc2c2;
	width: 228px;
}

.cform select.fldrequired,
.cform select.fldrequired:hover
{
	border-right: 3px solid #ebc2c2;
	width: 242px;
}

/*                                                    */

/* formatting for text:  "(required)"  & other        */

/*                                                    */

span.reqtxt,
span.emailreqtxt
{
	display: none;
}

/*                                                    */

/*   radio button title                               */

/*                                                    */

ol.cf-ol li.cf-box-title
{
	font-weight: bold;
	margin: 8px 0pt 0pt !important;
	padding-left: 160px;
/* check with label 'width' incl. */
}

/*                                                    */

/*   check boxes                                      */

/*                                                    */

.cform input.cf-box-a:hover,
.cform input.cf-box-b:hover,
.cform input.cf-box-a,
.cform input.cf-box-b
{
	vertical-align: top;
	margin: 2px 0 0 0;
	width: 14px!important;
	height: 22px;
	border: 0!important;
	background: none!important;
}

.cform input.cf-box-a
{
	margin-left: 160px!important;
/* check with label 'width' incl. */
}

/*                                                    */

/* check box groups                                   */

/*                                                    */

ol.cf-ol li.cf-box-group
{
	font-weight: bold;
	margin: 10px 0pt 0px !important;
	padding-left: 160px;
}

/*                                                    */

/*   FORM submit button                               */

/*                                                    */

p.cf-sb
{
	padding: 0 16px 0 0;
	margin: 0;
	text-align: right!important;
}

.cform input.backbutton,
.cform input.resetbutton,
.cform input.sendbutton
{
	border: none!important;
	background: transparent url(images/bgButtons.png) no-repeat 0 0;
	color: #333;
	cursor: pointer;
	height: 24px;
	line-height: 24px;
	margin: 0px 7px 10px 0px;
	padding: 0 0 5px;
	width: 121px;
}

.cform input.resetbutton
{
	
}

.cform input.backbutton
{
	
}

/*                                                    */

/*   FORM FIELDS enhanced error display               */

/*                                                    */

ol.cf-ol li.cf_li_err input
{
	border-color: #DF7D7D;
}

ol.cf-ol li ul.cf_li_text_err
{
	margin: 0 0 0 160px;
	padding: 0;
	color: #333;
}

/*                                                    */

/* 'visitor verification' related styles              */

/*                                                    */

#cforms_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha
{
	width: 50px!important;
	padding: 4px 4px;
	margin: 0;
}

img.captcha
{
	vertical-align: top;
	margin: 0 0 0 10px!important;
	padding: 0!important;
	border: none!important;
	float: none!important;
}

img.captcha-reset
{
	vertical-align: text-bottom;
	background: url(captcha_reset_grey.gif) no-repeat;
	margin: 0 0 2px 3px;
	width: 21px;
	height: 21px;
}

img.imgcalendar
{


}

/*                                                    */

/* change formatting of response msgs here            */

/*                                                    */

div.cf_info
{
	color: #333;
	display: none;
	padding: 10px 15px!important;
	width: 380px;
	line-height: 1.3em;
	margin: 10px auto;
}

div.cf_info ol
{
	margin: 0;
	padding: 5px 15px 0 30px;
}

div.cf_info ol li
{
	padding: 1px 0;
	margin: 2px 0;
}

div.cf_info a
{
	color: #e4170e!important;
	text-decoration: underline!important;
}

div.success
{
	color: #fff;
	padding: 1em;
	font-weight: bold;
	background-color: #547387;
	display: block;
}

div.failure
{
	background-color: #e4170e;
	color: #fff;
	padding: 1em;
	font-weight: bold;
	display: block;
}

div.waiting
{
	background: #F9F9F9;
	color: #AAAAAA;
	display: block;
}

/*                                                    */

/*   formatting for invalid user inputs               */

/*                                                    */

.cform input.cf_error,
.cform input.cf_error:hover
{
	color: #d13d3d;
	border-right: 6px solid #e4170e;
	width: 225px;
}

.cform select.cf_error,
.cform select.cf_error:hover
{
	color: #d13d3d;
	border-right: 6px solid #e4170e;
}

div.mailerr
{
	display: block;
}

.mailerr,
.cform .cf_errortxt
{
	color: #e4170e;
}

/*                                                    */

/* disabled fields [disabled] does not work on IE!    */

/*                                                    */

[disabled]
{
	color: #dddddd;
	border-color: #dddddd!important;
	background: none!important;
}

.disabled
{
	border-color: #dddddd!important;
}

/*                                                    */

/* upload box styling                                 */

/*                                                    */

.cform input.cf_upload
{
	width: 242px;
	background: #f9f9f9;
	border: 1px solid #888888;
}

html:root .cform input.cf_upload
{
	/*

FF only */ 
	margin-top: 4px;
}

.cform input.cf_upload:hover
{
	width: 242px!important;
}

/*                                                    */

/*  Other: link love                                  */

/*                                                    */

.linklove
{
	display: none;
}

/*                                                    */

/*  Other: browser hacks                              */

/*                                                    */

* html .cform fieldset
{
	position: relative;
	margin-top: 15px;
	padding-top: 25px;
	border: 0;
}

*+html .cform fieldset
{
	position: relative;
	margin-top: 15px;
	padding-top: 25px;
	border: 0;
}

* html .cform legend
{
	position: absolute;
	top: -10px;
	left: -8px;
}

*+html .cform legend
{
	position: absolute;
	top: -10px;
	margin-left: -8px;
}

* html ol.cf-ol,
* html ol.cf-ol li
{
	display: inline-block;
/*for ie6*/
}

*+html ol.cf-ol,
*+html ol.cf-ol li
{
	display: inline-block;
	/*for ie7*/
}

* html .cform select
{
	margin-top: 3px;
}

*+html .cform select
{
	margin-top: 3px;
}

* html img.captcha
{
	margin-top: 1px!important;
}

*+html img.captcha
{
	margin-top: 1px!important;
}

* html .cform label
{
	margin-top: 1px;
}

*+html .cform label
{
	display: inline-block;
	/*for ie7*/
	margin-top: 1px;
}

/* @end */





/* @group Vermietung */

#vermietung
{
	clear: both;
	width: 472px;
}

.controls
{
	border-bottom: 2px solid #547387;
	width: 472px;
}

.controls div
{
	float: left;
	position: relative;
	left: 50%;
	text-align: left;
	margin-bottom: -2px;
}

div.controls ul
{
	position: relative;
	left: -50%;
}

.controls ul
{
	list-style-type: none;
	/*border-bottom: 2px solid #547387;*/
	height: 2.45454545em;
	margin-top: -7px!important;
	margin-top: 0;
	padding-left: 5px;
}

.controls ul li
{
	float: left;
	padding: 0;
	background-image: none;
}

.controls ul li a
{
	display: block;
	text-decoration: none;
	color: #666;
	padding: 0.6363em 5px 0.3737em;
}

.controls ul li.active
{
	background: url(images/TabMosaic2.gif) no-repeat 0 0;
	margin-bottom: -2px;
}

.controls ul li.active a
{
	color: #547387;
	font-weight: bold;
	background: url(images/TabMosaic2.gif) right -70px;
}

div.scroller
{ 
	width: auto!important;
	width: 470px;
	overflow: hidden;
	position: relative;
	background-color: #f2f2f2;
	clear: both;
}

div.scroller div.section
{
	width: 470px;
	overflow:hidden;
	float:left;
	padding: 0;
}

#content div.scroller div.section ul
{
	list-style-type: none;
	padding: 0 10px;
}

div.scroller div.section ul li
{
	clear: both;
	display: block;
	border-top: 1px solid #ddd;
	margin: 0 0 10px;
	padding: 10px 0 0;
	position: relative;
	background-image: none;
}

div.scroller div.section ul a
{
	float: left;
	margin: 0 10px 0 0;
}

div.scroller div.section ul .descr
{
	float: left;
	width: 340px;
	height: 100px;
	overflow: hidden;
}

div.scroller div.section ul h3
{
	margin-top: 5px;
}

div.scroller div.section ul p
{
	margin: 0;
}

div.scroller div.section ul .descrLeft
{
	float: left;
	width: 198px;
}

div.scroller div.section ul .descrRight
{
	float: left;
	width: 140px;
}

div.scroller div.section ul a.button
{
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 13px 0 0;
}


div.scroller div.content
{
	width: 10000px;
	position: absolute;
}

/* @end */

/* @group Buttons */
a.button
{
	border: 0;
	cursor: pointer;
	float: right;
	margin: 0 0 1em 1em;
	background: url(images/bgButtons.gif) no-repeat 0 center;
	text-decoration: none;
	padding: 0 0 0 22px;
}

a.button span
{
	font: bold 11px/26px "Lucida Grande", Lucida, Verdana, sans-serif;
	display: block;
	background: url(images/bgButtons.gif) no-repeat right center;
	color: #555;
	padding: 0 10px 0 0;
	margin: 0;
	line-height: 26px;
	vertical-align: middle;
	white-space: nowrap;
}

a.left
{
	margin: 1em 1em 1em 0;
	text-decoration: none;
}

a.button:hover, a.button:hover span
{
	background-image: url(images/bgButtonsHover.gif);
}

button
{
	background-color: transparent;
	border: 0;
	cursor: pointer;
	float: right;
	margin: 0 0 1em 1em;
	overflow: visible;
	padding: 0;
}

button.yellow, a.yellow
{
	margin-right: 2em;
}

button span
{
	background: url(images/bgButtons.gif) no-repeat 0 center;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	margin: 0 1px 0 0;
	padding: 0 0 0 22px;
}

button.yellow span, a.yellow span
{
	background-image: url(images/bgButtonsYellow.gif);
}

button.yellow:hover span, a.yellow:hover span
{
	background-image: url(images/bgButtonsYellowHover.gif);
}

button span span
{
	font: bold 11px/26px "Lucida Grande", Lucida, Verdana, sans-serif;
	display: block;
	background: url(images/bgButtons.gif) no-repeat right center;
	color: #555;
	padding: 0 10px 0 0;
	margin: 0;
	vertical-align: middle;
}

button.yellow span span
{
	font: bold 12px/37px "Lucida Grande", Lucida, Verdana, sans-serif;
	background-image: url(images/bgButtonsYellow.gif);
	color: #fff;
}

button.disabled
{
	cursor: default;
}

button.disabled span
{
	padding: 0 0 0 30px;
	background-image: url(images/bgButtonsDisabled.gif);
}

button.disabled span span
{
	padding: 0 20px 0 0;
	color: #777;
}



/* @end */

/* @group WP Default */

/*--------------------textgestaltung--------------------*/

p
{
	
}

h1,h2,h3,h4,h5,h6
{
	
}

acronym, abbr, span.caps
{
	cursor: help;
}

acronym, abbr
{
	
}

blockquote
{
	
}

blockquote cite
{
	
}

hr
{
	
}

dl
{
	
}

dt
{
	
}

dd
{
	
}

ul
{
	
}

ol
{
	
}

li
{
	
}

ul ul
{
	
}

blockquote
{
	
}

blockquote p
{
	
}

code
{
	
}

pre
{
	
}

b, strong,i,em
{
	
}

img
{
	
}

address
{
	
}

/*--------------------linkgestaltung--------------------*/

a
{
	
}

a:link
{
	
}

a:visited
{
	
}

a:link:focus
{
	
}

a:link:hover, 
a:visited:hover
{
	
}

a:link:active, 
a:visited:active
{
	
}

/*--------------------bilder als links--------------------*/

a img
{
	
}

a:link img
{
	
}

a:visited img
{
	
}

a:link:active img, 
a:visited:active img
{
	
}

/*--------------------smilies im text--------------------*/

body img.wp-smiley
{
	vertical-align: middle;
}

/*--------------------der weiterlesen link--------------------*/

.more-link
{
	
}

/*--------------------die seiten wenn es mehrere gibt--------------------*/

p.serif
{
	
}

/*--------------------suche--------------------*/

#searchform
{
	
}

input#s
{
	
}

input#searchsubmit
{
	
}

/*--------------------Kommentare--------------------*/

.alt
{
	
}

.commentlist
{
	
}

.nocomments
{
	
}

.commentlist li
{
	
}

.commentlist cite, 
.commentlist cite a
{
	
}

.commentlist p
{
	margin: 0;
}

#commentform p
{
	
}

.commentmetadata
{
	
}

#commentform input
{
	
}

#commentform textarea
{
	
}

#commentform #submit
{
	
}

/*--------------------fuer den wp kalender--------------------*/

#wp-calendar th
{
	
}

#wp-calendar
{
	empty-cells: show;
}

#wp-calendar #next a
{
	
}

#wp-calendar #prev a
{
	
}

#wp-calendar a
{
	
}

#wp-calendar caption
{
	
}

#wp-calendar td
{
	
}

#wp-calendar td.pad:hover
{
	
}

/*-------------------- widgets---------------------*/

h2.widgettitle
{
	
}

.widget
{
	
}

/*--------------------Archive--------------------*/

li#archives
{
	
}

.widget_archives
{
	
}

/*--recent posts--*/

li#recent-posts
{
	
}

.widget_recent_entries
{
	
}

/*--------------------text widget--------------------*/

li.widget_text
{
	
}

/*--id haengt von der nummer des text widgets ab*/

li#text-4
{
	
}

div.textwidget
{
	
}

/*--------------------links blogroll--------------------*/

li#links
{
	
}

.widget_links
{
	
}

/*--------------------kategorien--------------------*/

li#categories
{
	
}

.widget_categories
{
	
}

/* @end */

/* @group Team */

#team
{
	padding: 0 25px 20px;
	width: 420px;
	margin: 0;
	background-color: #200b0e;
}

a.team
{
    display: block;
    position: absolute;
}

#teamAlbum
{
	position: relative;
	display: block;
	/*width: 420px;*/
}

#team .row
{
	display: block;
	position: absolute;
	left: -15px;
	width: 450px;
	height: 30px;
	background: url(images/bgStampRow.png) no-repeat 0 0;
}

/* @end */


.qtip
{
	/*
	opacity: 0.8;
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
	*/
	zoom: 1;
	font-size: 12px;
}

.widget_sp_image a
{
	display: block;text-align: center;
}
	
       