/** Styles for der-fotograf-dilger.de **/

/* Global settings */
html, body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 140%;
	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;
}

a {
	color: #B0976A;
}
a:hover {
	color: #967A4B;
}


/* 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;
}

/* Main container */
#main_container {
	
}

.container_inner {
	width: 1000px;
	margin: 0 auto;
}

/* Header container */
#header_container {
	height: 157px;
	margin-top: 40px;
	background: url(../pics/page/page_top_background.jpg) left top repeat-x;
}
#header_container_inner {
	position: relative;
	height: 157px;
	background: url(../pics/page/page_top_header.jpg) left top no-repeat;
}

/* Body container */
#body_container {
	background: #fef3d9;
}
#body_container_inner {
	background: #fff;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 20px;
	width: 960px;
	min-height: 400px;
}

#body_container_inner .content_container {
	
}
#body_container_inner .content_container .subnavi_container {
	width: 235px;
	margin-right: 15px;
}
ul#subnavi {
	list-style-type: none;
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}
ul#subnavi li {
	margin-bottom: 14px;
}
ul#subnavi li a {
	text-decoration: none;
	font-size: 14px;
}
ul#subnavi li a:hover {
	text-decoration: underline;
}
ul#subnavi li a.active {
	font-weight: bold;
	color: #E4B848;
}

ul#subnavi li.new_state {
	position: relative;
}
ul#subnavi li.new_state img {
	position: absolute;
	margin-left: 2px;
	top: -8px;
}


/* Footer container */
#footer_container {
	border-top: 2px solid #E9D39E;
	padding-top: 10px;
	padding-bottom: 30px;
}
#footer_container_inner {
	text-align: right;
	padding-right: 52px;
	width: 948px;
}

/* Navi main */
ul#navi_main {
	list-style-type: none;
	list-style-position: inside;
	margin: 0px;
	margin-bottom: 40px;
	padding: 0px;
}
ul#navi_main li {
	float: left;
}
ul#navi_main li a {
	color: #B0976A;
	font-size: 14px;
	text-decoration: none;
}
ul#navi_main li a:hover {
	text-decoration: underline;
}
ul#navi_main li a.active {
	font-weight: bold;
	color: #E4B848;
}
ul#navi_main li.spacer {
	color: #B0976A;
	padding-left: 10px;
	padding-right: 10px;
}

/* Homepage bigpic */
#homepage_bigpic {
	width: 958px;
	height: 418px;
	border: 1px solid #888;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

/* Headline */
h1.headline {
	font-size: 17px;
	color: #B0976A;
	border-bottom: 1px solid #B0976A;
	width: 960px;
	margin-bottom: 15px;
	/*margin-top: 10px;*/
}
h1.headline.floating {
	width: 678px;
}

/* Kontakt page */
#contact_container {
	width: 480px;
}
#contact_container h3 {
	border: 1px solid #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 4px;
	text-align: center;
	margin-right: 20px;
	margin-top: 10px;
}
#contact_container input,
#contact_container textarea {
	border: 1px solid #666;
	width: 430px;
	padding: 3px;
	margin-bottom: 10px;
}
#contact_container input:focus,
#contact_container textarea:focus {
	background: #E4B848;
}
#contact_container textarea {
	height: 200px;
}
#contact_container #sub {
	cursor: pointer;
}
#contact_container #sub:hover {
	background: #E4B848;
}
#contact_container ul.errors {
	list-style-type: none;
	margin-bottom: 10px;
	color: #c00;
	font-weight: bold;
}
#gmaps_container {
	width: 478px;
	height: 350px;
	margin-top: 16px;
	border: 1px solid #777;
}
#gmap {
	width: 478px;
	height: 350px;
}


/* Gallery */
#gallerys_overview {
	width: 678px;
}
#gallerys_overview .item {
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
}
#gallerys_overview .item img.new_state {
	position: absolute;
	top: -9px;
	right: -9px;
}
#gallerys_overview .item h4 {
	text-align: center;
	font-size: 11px;
}
#gallerys_overview .item a {
	text-decoration: none;
}
#gallerys_overview .item a img {
	border: 2px solid #B0976A;
}
#gallerys_overview .item a:hover img {
	border: 2px solid #E4B848;
}

#category_pictures {
	width: 678px;
}
#category_pictures .item {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
}
#category_pictures .item a {
	text-decoration: none;
}
#category_pictures .item a img {
	border: 2px solid #B0976A;
}
#category_pictures .item a:hover img {
	border: 2px solid #E4B848;
}

/* Rightside container */
.rightside_container_float {
	width: 678px;
}
.rightside_container_float h1.headline {
	width: 100%;
}


/* Filmdoku container */
#filmdoku_br_container {
	width: 678px;
}
#filmdoku_br_container h1.headline {
	width: 100%;
}

/* Slogan */
#slogan {
	margin-top: 20px;
	font-size: 30px;
	font-weight: bolder;
	text-align: center;
	font-style: italic;
}
#slogan span.first {
	color: #C8AF85;
}
#slogan span.second {
	color: #FFCA65;
}

/* Content */
div.content_img_wrapper {
	width: 400px;
	border: 1px solid #B0976A;
	padding: 4px;
	background: #FFFAEF;
}
div.content_img_wrapper.l {
	margin-right: 10px;
}
div.content_img_wrapper.r {
	margin-left: 10px;
}
div.content_img_wrapper.c {
	width: 668px;
}
img.content_img {
	border: none;
	display: block;
}
div.c_text {
	width: 258px;
}
div.content h2 {
	margin-bottom: 20px;
	font-family: Zapfino, Verdana, Arial;
	color: #B0976A;
	font-size: 20px;
	line-height: 150%;
	margin-top: 20px;
}
div.content .spacer {
	border-bottom: 1px dotted #B0976A;
	margin-top: 18px;
	margin-bottom: 18px;
	height: 1px;
}
div.content .spacer_nl {
	margin-top: 18px;
	margin-bottom: 18px;
	height: 1px;
}

/* Preise */
.preise {
	
}
.preise ul {
	list-style-position: inside;
}

/* Fotostudio spacer slogan */
h3.spacer_slogan {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 140%;
	color: #B0976A;
}


/* Vacation banner */
#vacation_banner {
	position: absolute;
	left: -10px;
	top: 95px;
}