@charset "utf-8";
/* CSS Document */

/********************************************
   CC IMPORT
********************************************/ 

@import url("reset.css");
@import url("global.css");


/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* {
	margin: 0;
	padding: 0;
	outline: 0
}
body {
	background-image:url(http://www.photographerbook.eu/css/body-bg.png);
	font: 70%/1.6em Verdana, Tahoma, Arial, Geneva, sans-serif;
	color: #555555;
	text-align: center;
	margin: 0 0 50px 0;
}
#bg { position: absolute; background: url(http://www.photographerbook.eu/css/header-bg.jpg) repeat-x; width: 100%; height: 426px; left: 0; top:145px; }
/* links */
a, a:visited {
	color: #555555;
	background: inherit;
	text-decoration: none;	
}
a:hover {
	color: #37af4a;
	background: inherit;
	text-decoration: underline;
}
#sidebar h3 a {
	color: #37af4a;
	text-decoration: underline;
}
.sidebarheader {
	text-decoration: none;
	border-style: none;
	border-bottom-style: none;
	padding: 15px 0 0;
	font: normal 16px 'Trebuchet MS', Tahoma, Sans-serif;
	color: #37af4a;
}
.sidebarheader a {
	text-decoration: underline;
	border-style: none;
	border-bottom-style: none;
	padding: 15px 0 0;
	font: normal 16px 'Trebuchet MS', Tahoma, Sans-serif;
	color: #37af4a;
}
/* test

#sidebar p {		
	margin: 0;
	padding: 5px 5px 10px;
	border-bottom: 1px dotted #d5d5d5;	
}
 */
/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	color: #555555;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	margin-right: 15px;
	padding-right: 5px;
}
h2 {
	color: #37af4a;
	font-size: 16px;
}
h4 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom:10px;
}
em {
	color: #37af4a;
	font-size: 17px;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}
#main h3 {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #d5d5d5;
	margin: 0 10px 5px 0;
	padding: 15px 5px 5px 0;
}
p {
	margin: 0;
	padding: 10px 5px 5px 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}
ul {
	list-style: none;
}
/* images */
img {
	background: #fff;
	padding: 5px;
	border-style: none;
}
img.float-right {
	margin: 0;
	border-style: none;
}
img.float-left {
	margin: 0;
	border-style: none;
}
img.download-win {
	margin: 0;
	padding: 10px 0 5px;
	border-style: none;
}
img.download-mac {
	margin: 0;
	padding: 0;
	border-style: none;
}
code {
	margin: 5px 0;
	padding: 10px;
	text-align: left;
	display: block;
	overflow: auto;
	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
	/* white-space: pre; */
  	border: 1px solid #F4F3EC;
	background: #EFEFEF;
}
acronym {
	cursor: help;
	border-bottom: 1px dashed #777;
}
blockquote {
	margin: 15px 0 0;
	padding: 15px 15px 15px 50px;
	border: 1px solid #F4F3EC;
	background: #EFEFEF url(quote.gif) no-repeat 3px 3px;
	font: bold 13px/15px 'Trebuchet MS', Tahoma, Sans-serif;
	color: #555555;
}
blockquote a {
	font: bold 13px/15px 'Trebuchet MS', Tahoma, Sans-serif;
	color: #555555;
	background-image: none;
	background-color: transparent;
}
blockquote a:hover {
	font: bold 13px/15px 'Trebuchet MS', Tahoma, Sans-serif;
	color: #37af4a;
	background-image: none;
	background-color: transparent;
}
/* start - table */
table {
	border-collapse: collapse;
	margin: 10px 10px 0px 0px;
	padding: 0;
}
th strong {
	color: #fff;
}
th {
	background: #37af4a;
	height: 35px;
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;
	text-align: left;
	border-left: 1px solid gray;
	border-bottom: solid 2px #fff;
}
tr {
	height: 32px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
}
td.first, th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;
}
/* end - table */

/* form elements */
form {
	border: 1px solid silver;
	background-color: #EFEFEF;
	padding: 0 5px;
	margin-top: 10px;
	margin-right: 10px;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button {
	font: bold 12px Arial, Sans-serif;
	height: 24px;
	margin: 0;
	padding: 2px 3px;
	color: #FFF;
	background: gray;
	border: 1px solid silver;
}
/* search form */
.searchform {
	background-color: transparent;
	border: none;
	margin: 0;
	padding: 5px 0 15px 0;
	width: 250px;
}
.searchform p {
	margin: 0;
	padding: 0;
}
.searchform input.textbox {
	width: 170px;
	color: #777;
	height: 18px;
	padding: 2px;
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button {
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}
/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	background: #fff;
	width: 900px;
	text-align: left;
	border: 1px solid silver;
	margin: 50px auto 0;
	padding: 0;
}
#content-wrap {
	position: relative;
	clear: both;
	float: left;
	width: 870px;
	padding: 0;
	margin-top: 15px;
	margin-left: 15px;
	display: inline;
	border-bottom: 1px solid #e5e5e5;
}
#header {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-left: 15px;
}
#header img {
	background: #fff;
	border: none;
	margin: 0 0;
	padding: 0 0;
}
#header table {
	border: none;
}
/* header-photo */
#header-photo {
	background: #fff;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	height: 280px;
	padding-top: 0px;
	margin-bottom: 20px;
}
#header-photo img {
	border: none;
	margin: 0;
	padding: 0;
	bottom: 0;
}
/* Navigation */
#nav {
	height: 30px;
	width: 900px;
	top: 0;
	position: relative;
	margin: 0;
	padding: 0 0 0 0px;
	border-bottom: 0px solid #aaa;
}
#nav ul {
	list-style: none;
	width: 900px;
	height: 30px;
	text-transform: uppercase;
	display: inline;
	margin-left: 0px;
	margin-top: 0;
	padding-right: 0;
	padding-top: 0;
	padding-left: 0;
}
#nav ul li {
	display: inline;
	padding: 0;
	margin: 0;
}
#nav ul li a {
	display: inline;
	width: auto;
	margin: 0;
	padding: 0 14px;
	border-right: 1px solid #aaa;
	font: bold 14px/30px "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	color: #555555;
	float: left;
}
#nav ul li a:hover, #nav ul li a:active {
	color: #555555;
}
#nav ul li#current a {
	color: #555555;
}
/* Main Column */
#main {
	float: left;
	width: 585px;
	padding: 0;
	margin: 0 0 0 35px;
	display: inline;
}
#main hr {
	border: 1px solid #d5d5d5;
}
#main h2 {
	padding-bottom: 3px;
	color: #555555;
	text-transform: none;
	margin-top: 5px;
	font: normal 16px 'Trebuchet MS', Tahoma, Sans-serif;
}
#main h2 a {
	color: #555555;
	text-decoration: none;
}
#main ul li {
	list-style-image: url(bullet.gif);
}
.bullet {
	list-style-position: inside;
	list-style-image: url(bullet.gif);
}
/* Sidebar */	
#sidebar {
	float: left;
	width: 250px;
	padding: 0;
	margin: 0px 0 0;
}
#sidebar h3 {
	margin-top: 10px;
	padding: 5px 5px;
	font: normal 1.6em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #37af4a;
}
.sidemenu {
	text-align: left;
	font: bold 12px/20px "Trebuchet MS", Geneva, Verdana, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	border-bottom: 1px solid #d5d5d5;
	display: block;
	margin: 0;
	padding: 0;
	clear: both;
	letter-spacing: 1px;
}
.sidemenu li {
	display: block;
	border-top: 1px solid #d5d5d5;
}
.sidemenu li a {
	display: block;
	color: #555555;
	padding: 5px 5px 5px 10px;
	border-left: 5px solid white;
	text-decoration: none;
}
.sidemenu li a:hover {
	color: #37af4a;
	background: #ebebeb;
	border-left: 5px solid #d5d5d5;
}
li.sidebar-act a {
	color: #37af4a;
	background: #ebebeb;
	border-left: 5px solid #d5d5d5;
}
li.sidebar-act a:hover {
	color: #555555;
	background: #ebebeb;
	border-left: 5px solid #d5d5d5;
	text-decoration: none;
}
li.sidebar-bestellen a {
	color: #37af4a;
	background: url(nav_bg.gif) #FFF;
	border-left: 5px solid #37af4a;
	text-decoration: none;
}
li.sidebar-bestellen a:hover {
	color: #FFF;
	background: url(nav_bg_hover.gif) #37af4a;
	border-left: 5px solid #d5d5d5;
	text-decoration: none;
}
.faq {
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	clear: both;
}
.faq li {
	display: block;
	border-top: 1px none #d5d5d5;
	width: 250px;
	padding: 0;
	margin: 0;
}

li.sidebar-sub a {
	margin-left: 15px;
	background: url(pfeil.gif) no-repeat;
	padding-left: 32px;
}
li.sidebar-sub a:hover {
	background: #ebebeb url(pfeil_on.gif) no-repeat;
	border-left: 5px solid #d5d5d5;
}
li.sidebar-sub-act a {
	margin-left: 15px;
	padding-left: 32px;
	border-left: 5px solid #d5d5d5;
	background: #ebebeb url(pfeil_on.gif) no-repeat;
}

/* footer */
#footer-wrap {
	clear: both;
	width: 900px;
	font-size: 95%;
	text-align: left;
	padding: 15px 0;
	border-bottom: 15px solid #fff;
	border-top: 1px solid #fff;
	margin-top: 20px;
}
#footer-wrap a:hover {
	color: #37af4a;
}
#footer-wrap h3 {
	color: #555555;
	margin: 0;
	padding: 0 10px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1px;
}
#footer-columns {
	color: #555555;
	margin: 0 auto;
	padding: 0;
	width: 840px;
}
#footer-columns a {
	text-decoration: none;
	font-weight: bold;
	color: #555555;
}
#footer-columns ul {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
	border-top: 1px solid #e5e5e5;
}
#footer-columns li {
	border-bottom: 1px solid #e5e5e5;
}
#footer-columns li a {
	display: block;
	font-weight: normal;
	padding: 5px 0 5px 10px;
	width: 96%;
}
#footer-columns .col3, .col3-center {
	float: left;
	width: 32%;
}
#footer-columns .col3-center {
	margin: 0 15px;
}
/* bottom */
#footer-bottom, #footer-bottom1 {
	clear: both;
	color: #555555;
	margin: 0 auto;
	width: 870px;
	padding: 15px 0 0 0;
	text-align: center;
}
#footer-bottom a {
	color: #555555;
}
/* postmeta */
.postmeta {
	padding: 5px;
	margin: 20px 10px 15px 10px;
	font-size: 95%;
	color: #555555;
	border: 1px solid #EAE7DB;
	background: #ebebeb;
}
.postmeta .date {
	margin: 0 10px 0 5px;
}
.postmeta a.comments {
	margin: 0 10px 0 5px;
}
.postmeta a.readmore {
	margin: 0 10px 0 5px;
}
.post-info {
	font-size: .95em;
	padding-top: 0;
	margin-left: 5px;
}
.bewertung {
	text-align: left;
	margin-top: -5px;
}
/* alignment classes */
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
/* display and additional classes */
.clear {
	clear: both;
}
.myButton {
	-moz-box-shadow:inset 0px 1px 1px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 1px 0px #ffffff;
	box-shadow:inset 0px 1px 1px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color: #333;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:4px 19px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	margin-top:10px;
}
.myButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
	color: #F00;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:4px 19px;
	text-decoration:none;
}
.myButton:active {
	position:relative;
	top:1px;
	color: #F00;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:4px 19px;
	text-decoration:none;
}

/* Buttons */
.small_buttons{	clear:both;	float:left;	}

.small_buttons span.small_left{
	background-image:url(http://www.photographerbook.eu/images/icons/buttons.png);
	height:36px;
	float:left;
	clear:both;
	cursor:pointer;
	margin-right:10px;
}

.small_buttons span.small_right{
	background-image:url(http://www.photographerbook.eu/images/icons/buttons.png);
	background-position:right 0;
	height:29px;
	float:left;
	padding-right:10px;
	margin-right:-10px;
	margin-left:10px;
	padding-top:7px;
	color:#fff;
	text-align:center;
	font-style: italic;
	text-decoration: none;
	font-size: 12px;
}


.small_buttons span.gray_l{			background-position:0 -36px;		}
.small_buttons span.gray_r{			background-position:right -36px;	}

.small_buttons span.ocean_l{			background-position:0 -72px;		}
.small_buttons span.ocean_r{			background-position:right -72px;	}

.small_buttons span.blue_l{			background-position:0 -108px;		}
.small_buttons span.blue_r{			background-position:right -108px;	}

.small_buttons span.green_l{			background-position:0 -144px;		}
.small_buttons span.green_r{			background-position:right -144px;	}

.small_buttons span.pink_l{			background-position:0 -180px;		}
.small_buttons span.pink_r{			background-position:right -180px;	}

.small_buttons span.yellow_l{		background-position:0 -216px;		}
.small_buttons span.yellow_r{		background-position:right -216px;	}

.small_buttons span.orange_l{		background-position:0 -252px;		}
.small_buttons span.orange_r{		background-position:right -252px;	}

.small_buttons span.red_l{			background-position:0 -288px;		}
.small_buttons span.red_r{			background-position:right -288px;	}

 

.small_buttons .gray_l:hover{		background-position:0 0;		}
.small_buttons .gray_l:hover span{	background-position:right 0;	}

.small_buttons span:hover{			background-position:0 0;			}
.small_buttons span:hover span{		background-position:right 0;		}


/* Info Boxes */
.info_boxes{			display:block;	clear:both;	margin:5px 0; border-radius: 5px;	 }
.info_boxes .info_text{	display:block;	clear:both;		padding:20px 20px 20px 70px;	}

.simple_box {			background-color:#fcfcfc; 	border:1px solid #f1f1f1;		color:#747474;	}
.simple_box  .info_text{	padding-left:20px !important; }

.note_box {				background:url(http://www.photographerbook.eu/images/icons/info_boxes/note_box.png) no-repeat scroll 20px center #fff0bc; 		border:1px solid #d3bc6f; color:#9E660D; }
.info_box {				background:url(http://www.photographerbook.eu/images/icons/info_boxes/info_box.png) no-repeat scroll 20px center #d3e9ff;		border:1px solid #bbddff; color:#467eb5; }
.download_box {			background:url(http://www.photographerbook.eu/images/icons/info_boxes/download_box.png) no-repeat scroll 20px center #e3ffcd;	border:1px solid #A3C159; color:#5E6F33; }
.warning_box {			background:url(http://www.photographerbook.eu/images/icons/info_boxes/warning_box.png) no-repeat scroll 20px center #ffc7c2;	border:1px solid #ff8c80; color:#d73224; }
.alert_box {				background:url(http://www.photographerbook.eu/images/icons/info_boxes/alert_box.png) no-repeat scroll 20px center #fff0bc; 		border:1px solid #d3bc6f; color:#9E660D; }

.support_box {			background:url(http://www.photographerbook.eu/images/icons/info_boxes/trusted_box.png) no-repeat scroll 20px center #f1f1f1;	color:#747474;  }
.megaphone_box {			background:url(http://www.photographerbook.eu/images/icons/info_boxes/megaphone_box.png) no-repeat scroll 20px center #f1f1f1;	color:#747474;  }
.settings_box {			background:url(http://www.photographerbook.eu/images/icons/info_boxes/settings_box.png) no-repeat scroll 20px center #f1f1f1;	color:#747474;  }
.lock_box {				background:url(http://www.photographerbook.eu/images/icons/info_boxes/lock_box.png) no-repeat scroll 20px center #f1f1f1;		color:#747474;  }
.message_box {			background:url(http://www.photographerbook.eu/images/icons/info_boxes/message_box.png) no-repeat scroll 20px center #d3e9ff;	border:1px solid #bbddff; color:#467eb5; }
.buy_box {				background:url(http://www.photographerbook.eu/images/icons/info_boxes/buy_box.png) no-repeat scroll 20px center #e3ffcd;		border:1px solid #A3C159; color:#5E6F33; }
.label_box {				background:url(http://www.photographerbook.eu/images/icons/info_boxes/label_box.png) no-repeat scroll 20px center #fff0bc; 		border:1px solid #d3bc6f; color:#9E660D; }
/*	
-------------------------------------------
	2. Nivo Slider Styles
-------------------------------------------
*/
.nivoShow {					position:relative; background:#f1f1f1 url(http://www.photographerbook.eu/images/ajax_loader.gif) no-repeat 50% 50%; }
.nivoShow img {				position:absolute;	top:0;	left:0;	display:none;	}
.nivoShow a {				border:0;	display:block;	}

.nivo-controlNav {			position:absolute;	bottom:-25px;	}
.nivo-controlNav a {			position:relative;	z-index:9;	cursor:pointer; display:block;	width:13px;	height:13px;	background:url(http://www.photographerbook.eu/images/slider_nums.png) no-repeat;	text-indent:-9999px;	border:0;	margin-right:5px;	float:left;	}
.nivo-controlNav a.active {	background-position:0 -13px;	}
.nivo-directionNav a {		position:absolute;	top:45%;	z-index:9;	cursor:pointer; display:block;	width:23px;	height:24px;	background:url(http://www.photographerbook.eu/images/prev_next.png) no-repeat;	text-indent:-9999px;	border:0;	}
a.nivo-nextNav {				background-position:-23px 0;	right:15px;	}
a.nivo-nextNav:hover {		background-position:-23px -24px;	}
a.nivo-prevNav:hover{		background-position:0 -24px;	}
a.nivo-prevNav {				left:15px;	}
 
.nivoSlider {				position:relative;	}
.nivoSlider img {				position:absolute;	top:0;	left:0;	}
.nivoSlider a.nivoLink {		position:absolute;	top:0;	left:0;	width:100%;	height:100%;	border:0;	padding:0;	margin:0;	z-index:6;	display:none;	}
.nivo-slice {				display:block;		position:absolute;	z-index:5;	height:100%;	}
.nivo-caption {				position:absolute;	left:0;	bottom:0;	background:#000;	color:#fff;	opacity:0.8; width:100%;		z-index:8;	}
.nivo-box {					display:block;		position:absolute;	z-index:5;	}

.hide_desc { 				position:absolute; z-index:9;  margin-top:-100px; }
.holder_desc { 				display:none;  }
.ntitle {  					float:left; background:#fff; color:#333; display:inline-block; padding:10px;	}
.ndescription { 				clear:both; float:left; background:#333; color:#fff; display:inline-block; padding:10px;	}
/*	
-------------------------------------------
	3. Kwick Slider Styles
-------------------------------------------
*/
.kwicks img {				float:none !important;	border:0; display:none;}
.kwicks {				background-color:#f1f1f1;	list-style: none;	position: relative;	margin: 0;	padding: 0;	top: 0;	left: 0;	}
.kwicks li{				float: left; margin: 0;	position: relative;	display: block;	overflow: hidden;	padding: 0;	background: url(http://www.photographerbook.eu/images/ajax_loader.gif) 50% 50% no-repeat;	}
.kwick_shadow {			height:100%; z-index: 1;	position: absolute;	right: 0px;	width: 25px;		background: url(http://www.photographerbook.eu/images/overlay.png) repeat-y;	}
.last .kwick_shadow{		background: none !important;	}

.kwick_title{			width: 100%;	z-index: 1;	float: left;	height: 20px;	position: absolute;	overflow: hidden;	left: 0px;	bottom: 0px;	padding: 15px;	}
.kwick_desc {			bottom: -300px;	width: 100%; z-index: 2;	padding: 15px;	color:#555;	position: absolute;}
.kwick_desc_title {		display: block;	font-size: 23px;	line-height: 23px;	padding-bottom: 5px;	color:#fff;	font-family:Arial;	}



/*	
	C) INTRO STYLES
-------------------------------------------
	1. Home Page Intro Text
-------------------------------------------
*/
.intro_text{				width:960px;	margin:0 auto;	}
.intro_content{				width:100%;	float:left;	padding:20px 0 10px 0; }


