/** Styles for gebhardtphoto.de **/

/* Global settings */
html, body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 130%;
	background: #fff;
	color: #111;
	margin: 0px;
	padding: 0px;
}

* {
	margin: 0;
	padding: 0;
	outline: none !important;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 135%;
}

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

.clear_left {
	clear: left;
	font-size: 0px;
	line-height: 0px;
}
.clear_right {
	clear: right;
	font-size: 0px;
	line-height: 0px;
}
.clear_both {
	clear: both;
	font-size: 0px;
	line-height: 0px;
}



/* Clientlogin button */
a#clientlogin_button {
	position: absolute;
	top: 0px;
	right: 100px;
	display: block;
	background: #888;
	border: #ddd;
	padding: 2px;
	color: #fff;
	font-weight: 300;
	padding-left: 12px;
	padding-right: 12px;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-radius-bottomleft: 6px;
	-webkit-border-radius-bottomright: 6px;
}
a#clientlogin_button:hover {
	background: #f60;
}

/* Home container */
#home_container {
	position: relative;
	width: 800px;
	height: 499px;
	border: 2px solid #fff;
	margin: 0 auto;
	margin-top: 50px;
	padding: 0px;
	/*background: url(../pics/page/home_background.jpg) left top no-repeat;*/
}
#home h1 {
	text-align: center;
	margin-top: 295px;
	margin-bottom: 10px;
	font-size: 34px;
	line-height: 140%;
	color: #111;
}
#home h1 a {
	text-decoration: none;
	color: #000;
}
#home h1 a:hover {
	text-decoration: underline;
}
#home_spacer {
	border-bottom: 1px solid #000;
	margin-left: 40px;
	margin-right: 40px;
	height: 1px;
	margin-bottom: 20px;
}
#home_cats {
	text-align: center;
	margin-left: 40px;
	margin-right: 40px;
}
#home_cats a {
	font-size: 20px;
	padding-left: 8px;
	padding-right: 8px;
	line-height: 30px;
	color: #000;
	text-decoration: none;
}
#home_cats a:hover {
	color: #00041D;
	text-decoration: underline;
}


/* Main container */
#main_container {
	width: 1000px;
	margin: 0 auto;
}

/* Header container */
#header_container {
	margin-top: 30px;
}
#header_container a {
	outline: none;
}

/* Navi */
#header_container #navi_main {
	text-align: center;
	margin-bottom: 45px;
	margin-top: 10px;
}
#header_container #navi_main a {
	padding-left: 20px;
	padding-right: 20px;
	font-size: 18px;
	line-height: 140%;
	text-decoration: none;
	color: #111;
}
#header_container #navi_main a:hover {
	text-decoration: underline;
}
#header_container #navi_main a.active {
	text-decoration: underline;
}



/* Footer container */
#footer_container {
	text-align: center;
	font-size: 11px;
	margin-top: 50px;
	margin-bottom: 15px;
}
#footer_container .spacer {
	border-bottom: 1px solid #555;
	height: 1px;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 200px;
	margin-right: 200px;
}


/* Clients */
#clients {
	text-align: center;
}
#clients h1 {
	margin-bottom: 16px;
}
#clients #client_list {
	list-style-type: none;
	font-size: 14px;
	line-height: 150%;
}
#clients #client_list li {
	
}

/* Imprint */
#imprint {
	text-align: center;
}
#imprint .ip_item {
	width: 300px;
	margin: 0 auto;
	margin-bottom: 30px;
}
#imprint .ip_item p {
	margin-bottom: 15px;
}
#imprint h2 {
	margin-bottom: 16px;
	border-bottom: 1px solid #888;
	font-size: 14px;
	color: #333;
	padding-bottom: 2px;
}

/* News */
#news {
	width: 800px;
	margin: 0 auto;
}
#news_output {
	width: 500px;
	padding: 10px;
	padding-top: 0px;
}
#news_output h1 {
	/*background: #777;*/
	color: #111;
	padding: 3px;
	padding-left: 10px;
	font-size: 15px;
	margin: 0px;
	margin-bottom: 10px;
	border-bottom: 1px solid #111;
}
#news_output .news_item {
	padding: 10px;
	padding-top: 0px;
}
#news_output .news_item p {
	margin-bottom: 10px;
}
#news_output .news_item h2 {
	font-size: 15px;
	margin-bottom: 10px;
	color: #555;
}
#news_output .news_item .news_item_footer {
	/*background: #ccc;*/
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 2px;
	padding-left: 10px;
	font-size: 10px;
	color: #555;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
}

#news_pic {
	width: 246px;
	margin-left: 34px;
}
#news_pic .welcome_container {
	margin-top: 5px;
	font-size: 11px;
	color: #444;
}
#news_pic .welcome_container h2 {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 5px;
}
#news_pic .welcome_container p {
	margin-top: 5px;
}

#paginator {
	margin-top: 10px;
	/*
	background: #eee;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	*/
	padding: 4px;
	font-size: 10px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
	color: #999;
}
#paginator a {
	text-decoration: none;
	color: #999;
}
#paginator a:hover {
	color: #f60;
}
#paginator span.active {
	color: #f60;
}
#paginator span.disabled {
	color: #ddd;
}



/* Portfolio */
#portfolio {
	
}
#portfolio .maincat_item {
	float: left;
	margin: 18px;
	margin-bottom: 10px;
	cursor: pointer;
	position: relative;
}
#portfolio .maincat_item img.maincat_new_label {
	position: absolute;
	left: -10px;
	top: -10px;
	border: none;
}
#portfolio .maincat_item .img_wrapper {
	width: 152px;
	height: 152px;
	background: #efefef;
	padding: 5px;
	border: 1px solid #ddd;
	-moz-border-radius: 2px;
}
#portfolio .maincat_item:hover .img_wrapper {
	background: #dcdcdc;
}
#portfolio .maincat_item img {
	border: 1px solid #ddd;
}
#portfolio .maincat_item:hover img {
	border: 1px solid #fff;
}
#portfolio .maincat_item:hover img.maincat_new_label {
	border: none;
}
#portfolio .maincat_item .cat_name {
	text-align: center;
	margin-top: 3px;
}
#portfolio .maincat_item .cat_name a {
	text-decoration: none;
	color: #111;
}
#portfolio .maincat_item .cat_name a:hover {
	text-decoration: underline;
}

a.portfolio_img_link {
	color: #fff;
	text-decoration: underline;
}


/* Portfolio breadcrumb */
#pf_breadcrumb {
	background: #ededed;
	padding: 2px;
	padding-left: 10px;
	font-size: 10px;
	-moz-border-radius: 3px;
	border: 1px solid #dedede;
	color: #444;
}

/* Picview */
#picview {
	
}
#pv_left {
	width: 178px;
	margin-right: 20px;
	margin-top: 15px;
	background: #eee;
	-moz-border-radius: 4px;
	border: 1px solid #ccc;
	padding: 10px;
}
#pv_right {
	margin-top: 15px;
	width: 780px;
}
#picview .picview_item {
	margin-right: 10px;
	margin-bottom: 10px;
}
#picview .picview_item .img_wrapper {
	border: 1px solid #ccc;
	background: #eee;
	width: 110px;
	height: 110px;
	padding: 4px;
	-moz-border-radius: 4px;
}
#picview .picview_item .img_wrapper:hover {
	background: #ddd;
	border: 1px solid #aaa;
}
#picview .picview_item .img_wrapper img {
	width: 110px;
	height: 110px;
}
#pv_left h3 {
	background: #ccc;
	margin-bottom: 6px;
	font-size: 12px;
	padding: 2px;
	padding-left: 5px;
	position: relative;
}
#pv_left h3 .maincat_new_label {
	position: absolute;
	right: -8px;
	top: -5px;
}
#pv_left div.pvl_preview_item {
	margin-bottom: 4px;
	position: relative;
}
#pv_left div.pvl_preview_item .subcat_new_label {
	position: absolute;
	left: -7px;
	bottom: -7px;
}
#pv_left div.pvl_preview_item div.active_marker {
	background: #f60;
	color: #111;
	height: 50px;
	padding-left: 3px;
	padding-right: 3px;
}
#pv_left div.pvl_preview_item div.img_wrapper {
	margin-right: 6px;
}
#pv_left div.pvl_preview_item div.text {
	padding-top: 15px;
	padding-left: 3px;
}
#pv_left div.pvl_preview_item div.text a {
	font-size: 11px;
	text-decoration: none;
	color: #222;
}
#pv_left div.pvl_preview_item div.text a:hover {
	text-decoration: underline;
}

#pvl_current,
.mc_wrapper {
	/*border-bottom: 1px solid #ccc;*/
	margin-bottom: 5px;
	padding-bottom: 5px;
}

#pvl_others h3 {
	cursor: pointer;
}


/* Contact */
#contact {
	width: 610px;
	margin: 0 auto;
}
#contact h3 {
	background: #97ff80;
	border: 2px solid #86e101;
	color: #111;
	text-align: center;
	padding: 10px;
}
#co_form {
	
}
#co_form input,
#co_form textarea {
	border: 1px solid #888;
	padding: 3px;
	-moz-border-radius: 2px;
	width: 600px;
}
#co_form textarea {
	height: 150px;
}
#co_form input:focus,
#co_form textarea:focus {
	background: #ffe7ca;
}
#co_form #sub {
	width: 130px;
	cursor: pointer;
	outline: none;
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
}
#co_form #sub:hover {
	background: #ddd;
}
#co_form #sub:active {
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}

#co_form ul.errors {
	list-style-type: none;
	color: #b00;
	margin-top: 2px;
	margin-bottom: 6px;
}

#co_form dd {
	margin-bottom: 10px;
}

/* Overwrite fancybox title styles */
div#fancy_title {
	/*
	background: #fff;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	*/
}
div#fancy_title table {
	margin: 0px;
	width: 100%;
}
div#fancy_title table td.fancy_title {
	background: none;
}
div#fancy_title div {
	font-size: 12px;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	color: #888;
	font-weight: 300;
	text-align: center;
	margin-top: 6px;
}
img#fancy_img {
	border: 3px solid #fff;
}
div#fancy_close {
	right: -18px;
}
