/* Reset (http://meyerweb.com/eric/tools/css/reset/)
------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 
img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, 
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, 
tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; 
font-size: 100%; vertical-align: baseline; background: transparent; } body { 
line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } 
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: 
none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }


/* General 
------------------------------------------------------------------- */

html {
	font-size: 62.5%; /* reset 1em to 10px */
	height: 100%;
}

body {
	background: #353530 url(/css/img/grain.gif);
	color: #5A5A50;
	font: normal 1.3em Georgia, Palatino, "Times New Roman", Times, serif;
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
}


/* Typography 
------------------------------------------------------------------- */

p {
	line-height: 1.4em;
	padding: 0.2em 0 1.2em;
}

h1 {font: normal 3em Georgia, Palatino, "Times New Roman", Times, serif}
h2 {font: normal 1.8em Georgia, Palatino, "Times New Roman", Times, serif;}
h3 {font-size: 1.1em; text-transform: uppercase; }
h4 {font: normal 1.2em Georgia, Palatino, "Times New Roman", Times, serif;}
h5 {font: normal 1em Georgia, Palatino, "Times New Roman", Times, serif;}
h6 {font: bold 1em Georgia, Palatino, "Times New Roman", Times, serif;}

.post_title h2 {margin-bottom: 1em;}
.post h2 {margin-top: 0.3em; margin-bottom: 0.3em;}
h1,h2,h3,h4,h5,h6 {margin-bottom: 0.2em;}

blockquote {
	background: #F6F6F2 url('/css/img/backgrounds.gif') no-repeat 0 -414px;
	border-bottom: 1px solid #E0E0D4;
	border-top: 1px solid #E0E0D4;
	color: #332;
	display: block;
	margin: 0.6em 0 1.6em;
	padding: 1em 1em 0 46px;
}

hr {
	color: #5A5A50;
	padding: 20px 0 0 0;
	border: 0;
	height: 30px;
	background: url('/css/img/main_wrapper_inner.gif') repeat-x left top;
}

/* Tables
------------------------------------------------------------------- */



/* Lists
------------------------------------------------------------------- */

dl {margin-bottom: 2em;}
dt,dd {padding: 8px 10px;}
dt {
	background: url('/css/img/grain_dark.gif');
	border-bottom: 1px solid #CCB;
	color: #555;
	font-weight: bold;
}
dd {
	background: url('/css/img/grain_light.gif');
	border-bottom: 1px solid #DDC;
	padding-left: 16px;
}


/* Links 
------------------------------------------------------------------- */

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


/* Forms 
------------------------------------------------------------------- */

fieldset {
	border-left: 1px solid #CCB;
	border-right: 1px solid #CCB;
	margin: 1em 0 1.2em;
}

input, textarea, select {
	background-color: #FFF;
	border-color: #777 #CCC #CCC #777;
	border-style: solid;
	border-width: 1px;
	font: normal 1em 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Helvetica, Arial, SunSans-Regular, sans-serif;
	padding: 4px;
}

input.button {
	background: #E9E8E8 url('/css/img/backgrounds.gif') repeat-x 0 -366px;
	border: 1px solid #888;
	border-color: #BBB #888 #888 #CCC;		
	color: #444;
	cursor: pointer;
	font: normal 1em 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Helvetica, Arial, SunSans-Regular, sans-serif;
	margin-top: 5px;
	padding: 6px;
	width: auto;
}
input:focus,input:active,textarea:focus,textarea:active,select:focus,select:active,input.button:hover,input.button:focus {background: #FFFFF5;}
input.button:hover, input.button:focus {
	color: #123;
	cursor: pointer;
}

textarea {overflow: auto;}

input.image {
	border: 0;
	padding: 0;
}

/* Specific */

.form_row {
	background: url('/css/img/grain_light.gif');
	border-bottom: 1px solid #E1E1D5;
	padding: 10px 0;
}
.form_required {font-weight: bold;}
.form_row_submit, .legend {
	background: url('/css/img/grain_dark.gif');
	border-bottom: 1px solid #CCB;
	border-top: 1px solid #CCB;
	padding: 4px 0 8px;
}
.legend {padding: 8px 18px 6px;}
.form_property, .form_value {float: left;}
.form_property {
	font-size: 1.1em;
	text-align: right;
	width: 110px;
}
.form_value {padding-left: 24px;}
.form_row_submit .form_value {padding-left: 132px;}


/* Images 
------------------------------------------------------------------- */

img.bordered {
	background-color: #FFF;
	border: 1px solid #DDD;
	padding: 3px;
}

img.left {margin: 0 15px 12px 0;}
img.right {margin: 0 0 15px 12px;}


/* Floats
------------------------------------------------------------------- */

.left {float: left;}
.right {float: right;}

.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;	
}


/* Misc 
------------------------------------------------------------------- */

/* Separators */
.content_separator, .archive_separator {
	background: #D6D6C6;
	clear: both;
	color: #FFE;
	display: block;
	font-size: 0;
	height: 1px;
	line-height: 0;
	margin: 12px 0 24px;
}
.archive_separator {margin: 0 0 12px;}

/* Messages */
.error, .notice, .success {
	border: 1px solid #DDD;
	margin-bottom: 1em;
	padding: 0.6em 0.8em;
}

.error {background: #FBE3E4; color: #8A1F11; border-color: #FBC2C4;}
.error a {color: #8A1F11;}

.notice {background: #FFF6BF; color: #514721; border-color: #FFD324;}
.notice a {color: #514721;}

.success {background: #E6EFC2; color: #264409; border-color: #C6D880;}
.success a {color: #264409;}

.more_order {
	display: block;
	border: 1px solid #DDD;
	margin: 2em 0;
	padding: 0.8em 1.5em;
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
	text-decoration: none;
}
.more_order:hover {
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}


/* Layout 
------------------------------------------------------------------- */

/* General */
.center_wrapper {
	margin: 0 auto;
	width: 855px;
}

#header {
	padding-top: 8px;
	height: 200px;
	background-repeat: no-repeat;
	background-position: center top;
}
#head_big {
	position: absolute;
	top: 100px;
}

/* Site title */
#site_title {
	position: relative;
	color: #998;
	padding: 15px 15px 0;
	width: 340px;
	height: 120px;
	text-align: right;
	background: url(/css/img/bg_logo.png) no-repeat center top;
}
#site_title a {
	color: #FFF;
	text-decoration: none;
}
#site_title a:hover {color: #FFB;}
#site_title h1 {
	font-size: 0px;
	margin: 0;
	line-height: 0;
}
#site_title h1 span#logo {
	display: block;
	width: 350px;
	height: 60px;
	background: url(/css/img/logo.png) no-repeat;
}
#site_title h1 span#logo .book_title {
	display: none;
}
#site_title h1 a span.sub {
	display: block;
	position: absolute;
	font-size: 14px;
	color: #CCB;
	top: 88px;
	right: 25px;
}


/* Navigation */
#navigation ul,
#navigation li {display: inline;}

#navigation,
#navigation a {
	background-color: #958573;
	background-image: url('/css/img/backgrounds.gif');
	background-repeat: repeat-x;
	background-position: 0 -222px;
}
#navigation a {
	border-right: 1px solid #AFA69C;
	color: #654;
	float: left;
	font: bold 1em Georgia,Tahoma,sans-serif;
	margin-right: 1px;
	padding: 10px 10px;
	text-align: center;
	text-decoration: none;
}
#navigation li:first-child a {border-left: 1px solid #AFA69C;}
#navigation a:hover,
#navigation a.hover,
#navigation li.current_page_item a {
	background-position: 0 -294px;
	color: #543;
}

/* Fuß-Navi */

#foot_wrapper {
	display: none;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 20px 0 0;
	background: url('/css/img/main_wrapper_inner.gif') repeat-x left top;
}
#foot_nav {
	width: 855px;
	margin: 0 auto;
	padding-bottom: 50px;
}
#foot_nav ul {
	float: left;
	margin: 0;
	padding: 0 0 20px;;
	display: block;
	border: none;
}
#foot_nav ul li {
	float: left;
	margin: 0;
	padding: 0 0 0 32px;
	border:none;
}
#foot_nav ul li.first {
	padding: 0;
}
#foot_nav ul li a {
	display: block;
	font-weight: bold;
	padding: 5px 0 5px 0;
	text-decoration: none;
}
#foot_nav ul li a:hover {
	background: none;
}
#foot_nav ul li ul {
	clear: left;
	margin: 0;
	padding: 0;
	display: block;
}
#foot_nav ul li ul li {
	clear: left;
	margin: 0;
	padding: 0;
	background: none !important;
	color: #665;
}
#foot_nav ul li ul li a {
	margin: 0;
	display: block;
	padding: 3px 0 3px 0;
	font: normal 0.8em 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Helvetica, Arial, SunSans-Regular, sans-serif;
	font-weight: normal;
}

/* Main */
#main_wrapper_outer {background: url('/css/img/grain.gif');}
#main_wrapper_inner {
	background: url('/css/img/main_wrapper_inner.gif') repeat-x left top;
	line-height: 1.4em;
	padding: 40px 0 25px;
}

#intro {
	font: normal 0.9em 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Helvetica, Arial, SunSans-Regular, sans-serif;
/*	background: url('/css/img/main_wrapper_inner.gif') repeat-x left top; */
	line-height: 1.4em;
	padding: 20px 0 0;
	margin-bottom: 30px;
}

#main {
	font: normal 0.9em 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Helvetica, Arial, SunSans-Regular, sans-serif;
	width: 540px;
}

#main ol,
#main ul {
	margin: 0.6em 0 0.6em 1.6em;
}
#main ol ol,
#main ul ul {
	margin: 0.2em 0 0 1.6em;
}
#main ul li {
	list-style: disc;
	margin-bottom: 0.6em;
}
#main ol li {
	list-style: decimal;
}
#main ol ul li {
	list-style: circle;
}
#main ol ul {
	padding-bottom: 15px;
}
#main ol ul ul li {
	font-style: italic;
	font-size: 0.9em;
}

#main li {
	line-height: 1.4em;
}

#main ul li ul li {
	margin-bottom: 0;
}

/* Sidebar */
#sidebar {
	color: #665;
	width: 286px;
	border-left: 1px solid #CCB;
}
#sidebar_content {padding-left: 25px;}
#sidebar a {color: #665;}
#sidebar a:hover {color: #C40;}


/* Dashboard */
#dashboard {
	background: #DDD url('/css/img/grain_dark.gif');
	border-top: 1px dashed #C0C0B0;
}
#dashboard_content {padding: 16px 0 22px;}

#dashboard h4 { padding-left: 10px; }

#dashboard .col3 {width: 255px;}
#dashboard .col3mid {width: 337px;}
#dashboard .col3mid .col3_content {
	border-left: 1px solid #CCB;
	border-right: 1px solid #CCB;
	padding: 0 20px;
	margin: 0 20px;
}

#dashboard li {
	color: #887;
}
#dashboard li { border-top: 1px dashed #C6C6B6; }
#dashboard li a {
	display: block;
	padding: 5px 0 5px 10px;
	color: #606050;
	text-decoration: none;
}
#dashboard li a:hover {
	background: url('/css/img/grain_light.gif');
	color: #C40;
}

#dashboard li a.sitemap {
	background: url('/css/img/bg_sitemap.gif') 0 -10px;
}
#dashboard li a.sitemap:hover {
	background: url('/css/img/bg_sitemap.gif') 500px -10px;
	color: #e8e8dc;
}
#dashboard li a.close {
	background: url('/css/img/bg_sitemap.gif') 0 -61px;
}

/* Footer links */

#footer {
	background: url('/css/img/main_wrapper_inner.gif') repeat-x left top;
	color: #AA9;
	padding: 12px 0;
}
#footer a {color: #BBA;}
#footer .right,
#footer .right a {
	color: #777;
	text-decoration: none;
}
#footer a:hover {color: #CCB;}


/* Posts 
------------------------------------------------------------------- */

.post {margin-bottom: 24px;}

.post_title a,.post_date a {text-decoration: none;}
.post_date a:hover,.post_meta a:hover {text-decoration: underline;}

.post_date {
	color: #777;
	margin-bottom: 14px;
}
.post_date a {color: #444;}

.post_meta {
	background: url('/css/img/grain_light.gif');
	border: 1px solid #E5E5D5;
	color: #776;
	font-size: 0.9em;
	padding: 8px 10px;
}
.post_meta a {color: #665;}
.post_meta a:hover {color: #001;}

/* Archives */
.archive_pagination {margin-bottom: 1.6em;}
.archive_post {margin-bottom: 1em;}
.archive_post_date {
	background: url('/css/img/grain_light.gif');
	border-bottom: 1px solid #C5C5B5;
	border-right: 1px solid #CFCFBF;
	float: left;
	margin-right: 12px;
	padding: 3px 0 5px;
	text-align: center;
	width: 44px;
}
.archive_post_day {font: normal 1.8em Georgia,serif;}


/* Thumbnails
------------------------------------------------------------------- */

.thumbnails {
	margin: 0 0 2em -8px;
}
.thumbnails a {	
	background: url('/css/img/grain_dark.gif');
	display: block;
	float: left;
	margin: 0 0 8px 8px;
	padding: 3px;
}
#main_content .thumbnails a {
	margin: 0 0 10px 10px;
}
.thumbnails a:hover { background: #C6C6BA; }
.thumbnails a img { display: block; }


.galerie {
	margin-top: 10px;
	padding-top: 30px;
	float: left;
	line-height: 0;
	background: url('/css/img/main_wrapper_inner.gif') repeat-x left top;
}
.galerie a {
	float: left;
	margin-right: 11px;
	margin-bottom: 11px;
}
.galerie a.no_margin {
	margin-right: 0;
}

/* Box
------------------------------------------------------------------- */

.box {margin-bottom: 1.5em; }
.left .box {margin-top: 1em; }
.box_title,
.box_title_nav {
	background: url('/css/img/grain_dark.gif');
	color: #665;
	font-weight: bold;
	padding: 8px 8px;
}
.box_title_nav {
	background: url('/css/img/grain_brown.gif');
	color: #e8e8dc;
}
.box_content,
.box_content_nav {
	padding: 8px 0 8px;
}
.box_content p {
	padding: 0 8px;
}
.box li {
	border-top: 1px solid #DDC;
	padding: 0;
}
.box li:first-child {border-top: none;}
.box li a {
	display: block;
	line-height: 26px;
	padding: 0 6px;
	text-decoration: none;
}
.box_content_nav #subnav li a {
	font-weight: bold;
}
.box li a:hover,
.box li a.active {
	background: url('/css/img/grain_dark.gif');
}

.box .date {
	padding: 5px 5px 2px;
	display: block;
	font-style: italic;
}
.box .text {
	display: block;
	padding: 0 5px;
	font: normal 0.9em 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Helvetica, Arial, SunSans-Regular, sans-serif;
	margin-bottom: 9px;
}
.box .text a {
	display: inline;
	text-decoration: underline;
}
.box div.twitter_author a {
	display: block;
	line-height: 34px;
	padding-left: 25px;
	background: url(/css/img/tweet.png) no-repeat 5px 9px;
}
.box div.twitter_author a:hover {
	background: url(/css/img/tweet.png) no-repeat 5px -21px;
}
.box .info {
	font: normal 0.9em 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Helvetica, Arial, SunSans-Regular, sans-serif;
	padding: 0 6px 10px;
	border-bottom: 1px solid #DDC;
}

.box .readers p {
	display: block;
	padding: 9px;
	font: normal 0.8em 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Helvetica, Arial, SunSans-Regular, sans-serif;
	line-height: 1.3em;
	border-top: 1px solid #DDC;
}
.box .readers p:first-child {border-top: none;}

.box h4 {
	padding: 9px;
	font: normal 0.9em 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Helvetica, Arial, SunSans-Regular, sans-serif;
	line-height: 1.5em;
}
.box .download li a {
	line-height: 30px;
}
.box .download li img {
	position: relative;
	top: 2px;
}
.box .in {
	padding: 0 8px;
}
.box .lucida {
	font: normal 0.8em 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Helvetica, Arial, SunSans-Regular, sans-serif;
}
.box .campact a {
	line-height: 1.3em;
	padding: 8px;
}
.box .campact img {
	position: relative;
	top: 10px;
}

.link h1 {
	font: bold 1.1em 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Helvetica, Arial, SunSans-Regular, sans-serif;
	padding: 5px 0 5px 20px;
}
.link h1 span {
	font-weight: normal;
	font-size: 0.8em;
	padding-left: 5px;
}
.link .desc {
	padding: 0 0 0 40px;
}
.link .out {
	padding: 0 0 20px 40px;
	border-bottom: 1px solid #DDC;
	margin-bottom: 20px;
}

/* !Tabs */

#tab {
	padding: 20px 0 20px;
}

#tabs_content h2 {margin-top: 0;}

#tab-nav {
	width: 540px;
	overflow: hidden !important;
	margin: 0 0 20px !important;
	padding: 0 !important;
	background: url(/css/img/tab_strich.gif) repeat-x;
	list-style-type: none;
}
#tab-nav li {
	list-style-type: none !important;
	float: left;
	padding: 0 !important;
	margin: 0 0 0 0 !important;
}
#tab-nav li a {
	display: block;
	line-height: 32px;
	text-decoration: none;
	padding: 0 10px;
	margin: 0 1px;
	background: url(/css/img/grain_dark.gif) repeat-x;
	text-align: center;
	border: 1px solid #dadacb;
}
#tab-nav li a:hover {
	background: url(/css/img/grain_dark.gif) repeat-x 0 -32px;
}
#tab-nav li a.current {
	background: none;
	font-weight: bold;
	color: #C40;
	border-bottom: 1px solid #e9e9dd;
}

/* !Feature-Liste */

div#feature_list {
	width: 855px;
	height: 240px;
	overflow: hidden;
	position: relative;
	margin-top: 20px;
	margin-bottom: 40px;
}

div#feature_list ul {
	position: absolute;
	top: 0;
	list-style: none;	
	padding: 0;
	margin: 0;
}

ul#tabs {
	left: 0;
	z-index: 2;
	width: 425px;
}

ul#tabs li {
	font-family: 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Helvetica,
Arial, SunSans-Regular, sans-serif;
}

ul#tabs li img {
	padding: 5px;
	border: none;
	float: left;
	margin: 0 10px 0 0;
}

ul#tabs li a {
	color: #5A5A50;
	text-decoration: none;	
	display: block;
	padding: 10px;
	padding-top: 15px;
	height: 55px;
	outline: none;
}
ul#tabs li a .head {
	display: block;
	font: normal 1.8em Georgia, Palatino, "Times New Roman", Times, serif;
}

ul#tabs li a:hover {
	text-decoration: underline;
}

ul#tabs li a.current {
	background:  url('/css/img/feature-tab-current.png');
	color: #FFF;
}

ul#tabs li a.current:hover {
	text-decoration: none;
	cursor: default;
}

ul#output {
	right: 0;
	width: 463px;
	height: 240px;
	position: relative;
}

ul#output li {
	position: absolute;
	width: 463px;
	height: 240px;
}

ul#output li a {
	position: absolute;
	bottom: 10px;
	right: 10px;
	padding: 8px 12px;
	text-decoration: none;
	font-size: 11px;
	color: #FFF;
	background: #000;
	-moz-border-radius: 5px;
	font-family: 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Helvetica,
Arial, SunSans-Regular, sans-serif;
}

ul#output li a:hover {
	background: #C40;
}


/* Comments 
------------------------------------------------------------------- */

div.comment_list {
	border-top: 1px solid #D6D6C6; 
	margin: 1em 0 2em;
}

.comment {
	border-bottom: 1px solid #D6D6C6;
	padding-top: 10px;
}
.comment_date {
	font-size: 0.9em;
	padding-top: 4px;
}
.comment_date a {
	color: #665;
	text-decoration: none;
}
.comment_date a:hover {
	color: #001;
	text-decoration: underline;
}
.comment_body {padding-top: 4px;}

.comment_gravatar {width: 48px;}
.comment_gravatar img {
	background: #FFF;
	border: 1px solid #DDD;
	padding: 2px;
}
.comment_author {padding-top: 3px;}



.qitem {
	width: 540px;
	height: 200px;	
	border: 4px solid #616153;	
	margin: 5px 5px 15px 0;
 
	/* required to hide the image after resized */
	overflow: hidden;

	/* for child absolute position */
	position: relative;

	/* display div in line */
	cursor: pointer;
}

.qitem img {
	border: 0;
	cursor: pointer;

	/* allow javascript moves the img position*/
	position: absolute;
	z-index: 200;
}

.qitem .caption {
	cursor: pointer;
	position: absolute;
	z-index: 0;	
	color: #ccc;
	display: block;
	width: 540px;
	height: 200px;
	background: url(/css/img/bg_slidedoor.gif) no-repeat !important;
}

.qitem .caption h4 {
	cursor: pointer;
	font-size: 28px;
	padding: 20px 15px 0 18px;
	margin: 0;
	color: #369ead;
}

.qitem .caption p {
	cursor: pointer;
	text-align: left !important;
	font-size: 11px;
	line-height: 15px;
	padding: 8px 15px 0 18px;
	margin: 0;
	background: none;
}



/* Setting for corners */

.topLeft, .topRight, .bottomLeft, .bottomRight {
	position: absolute;
	background-repeat: no-repeat; 
	float: left;
}

.topLeft {
	background-position: top left; 	
} 

.topRight {
	background-position: top right; 
} 

.bottomLeft {
	background-position: bottom left; 
} 

.bottomRight {
	background-position: bottom right; 
}
.clear {
	clear:both;	
}


/* !Slideshow */

.slideshow {
	width: 540px;
	position: relative;
	padding-top: 29px;
}
.jcarousel-skin-slideshow {
	clear: both;
	width: 540px;
	margin: 0;
	padding: 0;
}
.jcarousel-skin-slideshow li {
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none !important;
}
.slideshow-control {
	position: absolute;
	width: 510px;
	top: 0;
	right: 0;
	z-index: 3;
	width: auto;
	height: 29px;
	padding: 0 10px 0 0;
	background-image: url(/css/img/bg_slideshow_control.png);
	background-repeat: no-repeat;
}
.slideshow-control ul {
	margin: 0;
	padding: 0;
}
.slideshow-control ul li {
	display: block;
	float: left;
	margin: 0 !important;
	padding: 0 !important;
	padding-top: 2px !important;
	list-style-type: none !important;
	background: none !important;
}
.slideshow-control ul li a {
	text-decoration: none;
}
.slideshow-button-play, 
.slideshow-button-pause {
	display: block;
	position: relative;
	left: -10px;
	width: 17px;
	margin: 0 5px 0 0;
	background-image: url(/css/img/slideshow_control.png);
	background-position: 0px 0px;
}

.slideshow-button-pause {
	background-position: 0px -50px;
}

.slideshow-button-pager, 
.slideshow-button-pager-active {
	display: block;
	width: 17px;
	height: 17px;
	margin-left: 5px;
	background-image: url(/css/img/circle_slideshow.png);
	background-position: 0px 0px;
}

.slideshow-button-pager:hover,
.slideshow-button-pager-active {
	background-position: 0px -50px;
}

.slideshow .jcarousel-item {
	position: relative;
}
.slideshow-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 40px;
	text-align: right !important;
	background: url('/css/img/main_wrapper_inner.gif') repeat-x left top;
	filter:alpha(opacity=55);
	-moz-opacity: .55;
	opacity: .55;
}
.slideshow-title {
	position: absolute;
/*	bottom: 13px; */
	text-align: right !important;
	top: 360px;
	padding: 3px 5px;
	right: 0;
	display: block;
	font-size: 0.8em;
	font-weight: bold;
}


/* Formular */

#formbookhead,
#formbookhead2 {
	width: 480px;
	background: url(/css/img/grain_brown.gif);
	font-size: 1.2em;
	text-transform: uppercase;
	color: #e7e7db;
	font-weight: 700;
	padding: 10px;
	margin-bottom: 10px;
}
#formbookhead2 {
	margin-top: 10px;
}
.first_step {
	margin-bottom: 100px;
}
.formbookorder,
.formbookorder2 {
	width: 480px;
	border-bottom: 1px dotted #5A5A50;
	font-size: 1em;
}

.formbookorder {
	padding: 10px 10px 0;
}

.formbookorder2 {
	width: 500px;
	border-bottom: none;
}

.formbookorder2 a,
.formbookorder2 a:visited {
	font-size: 1.1em;
	font-weight: bolder;
	text-decoration: none;
	display: block;
	color: #5A5A50;
	background: url(/css/img/bg_arrow.gif) no-repeat 0px center;
	padding: 10px 30px 10px 40px;
	border-bottom: 1px dotted #5A5A50;
}

.formbookorder2 a:hover {
	background: url(/css/img/bg_arrow.gif) no-repeat -500px center;
	color: #fff;
	text-decoration: none;
}

.steps {
	border: 0;
	width: 286px;
	height: 65px;
	padding-left: 94px;
	padding-top: 10px;
}

.formbooktable {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
}

.formbookcolorc,.formbookcolorl,.formbookcolorr,.formbookcolorcd,.formbookcolorrd {
	background-color: #F7F7F4;
	border: 1px solid #e0dcda;
	padding: 5px;
}

.formbookcolorc,.formbookcolorcd {
	text-align: center;
}

.formbookcolorl {
	text-align: left;
}

.formbookcolorr,
.formbookcolorrd {
	text-align: right;
}

.formbookcolorcd,
.formbookcolorrd {
	font-weight: 700;
}

.clear {
	width: 100%;
}

#form fieldset {
	margin-top: 0;
	padding: 0;
	border: none;
}

#form legend {
	display: none;
}

#form label,
#reader label {
	float: left;
	margin-top: 5px;
	padding-right: 17px;
	text-align: right;
	width: 70px;
}

p.biblio {
	line-height: 1.4em;
	font-style: italic;
}

p.desc {
	line-height: 1.4em;
}

p.no_margin {
}

/* Input-Felder */
#reader fieldset {
	border: none;
}

#form input,
#form textarea,
#reader input {
	width: 250px;
	margin-top: 4px;
	background: #fff url(/css/img/bg_input.gif) repeat-x 0 -20px;
	border: 1px solid #e0dcda;
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 2px 5px;
}
#form input:hover,
#form textarea:hover,
#reader input:hover {
	background: #eee;
}

#form input:focus,
#form textarea:focus,
#reader input:focus {
	background: #fff url(/css/img/bg_input.gif) repeat-x 0 0;
	outline-style: none;
}

#form textarea {
	font-size: 1em;
	padding-top: 3px;
}

#form label.anz_label {
	margin-top: 6px;
	width: 71px;
}
#form input.anzahl {
	width: 20px;
}
#form label.long {
	margin-top: 2px;
	padding-right: 0;
	padding-left: 10px;
	text-align: left;
	width: 400px;
}
#form input.check {
	float: left;
	width: 40px;
	background: none;
	border: 0;
}

#form input.next,
#form input.submit,
#reader input.bt_login {
	position: relative;
	left: -10px;
	top: 15px;
	font-size: 1.2em;
	font-weight: bold;
	background: url(/css/img/bg_arrow.gif) no-repeat 0px center;
	border-top: 1px dotted #5A5A50;
	border-bottom: 1px dotted #5A5A50;
	width: 500px;
	padding: 10px 30px 10px 40px;
}
#form input.submit {
	top: 30px;
}
#form input.next:focus,
#form input.next:hover,
#form input.submit:focus,
#form input.submit:hover
#form input.next:focus,
#form input.next:hover,
#reader input.bt_login:focus,
#reader input.bt_login:hover {
	color: #fff;
	background: url(/css/img/bg_arrow.gif) no-repeat -500px center;
}
#form .no_edit {
	position: relative;
	top: 6px;
}

#reader {
	margin-top: 30px;
	border: 1px dotted #5A5A50;
	padding: 10px 20px;
	background: url(/css/img/grain_dark.gif);
}
#reader label {
	width: 120px;
}
#reader input.bt_login {
	left: 0;
}
#reader .warning {
	padding-bottom: 30px;
	font-weight: bold;
}

/* Googlemap */

#map {
	background: #f5f5f5;
}
.tooltip {
	padding: 4px;
	border: 2px solid #535353;
	z-index: 800;
	font-size: 11px;
	white-space: nowrap;
	background-color: #fff;
	filter:alpha(opacity=90);
   	-moz-opacity: 0.9;
  	opacity: 0.9;
}

/* IE float/background fixes
------------------------------------------------------------------- */

.legend, blockquote, #sidebar {min-height: 0.01%;}

