/*
Theme Name: Dörfler Custom
Theme URI: http://doerfler.com
Description: Custom Theme
Version: 1.0
Author: GDC Design
*/

/* @group Basics */

body, html {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	background-color: black;
	color: white;
	font: 11px/18px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.wrapper {
	position: relative;
	width: 960px;
	min-height: 100%;
	background: url(images/holz_hintergrund.jpg) repeat-x;
}

.content_container {
	width: 100%;
	padding-bottom: 30px;
}

.content {
}

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

.footer_container {
	width: 100%;
	text-align: left;
	line-height: 30px;
	height: 30px;
	position: absolute;
	bottom: 0;
	background-color: black;
}

.footer_container li {
	list-style: none;
}

a {
	text-decoration: none;
	color: orange;
}

h2 {
	color: white;
	padding: 0;
	margin: 20px 0 6px;
	font: 21px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
}

img {
	display: block;
}

hr {
	border-top: 1px solid orange;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* @end */

#header_container_dynamic {
	width: 900px;
	height: 400px;
	float: left;
}

#header_logo {
	width: 180px;
	height: 60px;
	background: url(images/doerfler_header_logo.png) no-repeat;
	z-index: 10;
	position: absolute;
	top: 340px;
	left: 720px;
}

#navigation {
	width: 220px;
	float: left;
	margin-top: 5px;
}

#navigation ul {
	margin: 0;
	padding: 0;
}

#navigation li {
	list-style-type: none;
}

.home #navigation .page-item-10 a {
	background: url(images/navigation_highlight_1.png) no-repeat;
}

#navigation .page_item a {
	float: left;
	width: 210px;
	height: 40px;
	text-align: right;
	line-height: 44px;
	color: white;
	padding-right: 10px;
	margin-bottom: 1px;
	background: url(images/navigation_alpha_50.png) repeat;
}

#navigation .page_item a:hover {
	background-color: black;
}

#navigation .page-item-10 a:hover {
	background: url(images/navigation_highlight_1.png) no-repeat;
}

#navigation .page-item-12 a:hover {
	background: url(images/navigation_highlight_2.png) no-repeat;
}

.page-id-12 #navigation .current_page_item a {
	background: url(images/navigation_highlight_2.png) no-repeat;
}

.parent-pageid-12 #navigation .current_page_parent a {
	background: url(images/navigation_highlight_2.png) no-repeat;
}

#navigation .page-item-14 a:hover {
	background: url(images/navigation_highlight_3.png) no-repeat;
}

.page-id-14 #navigation .current_page_item a {
	background: url(images/navigation_highlight_3.png) no-repeat;
}

.parent-pageid-14 #navigation .current_page_parent a {
	background: url(images/navigation_highlight_3.png) no-repeat;
}

#navigation .page-item-16 a:hover {
	background: url(images/navigation_highlight_4.png) no-repeat;
}

.page-id-16 #navigation .current_page_item a {
	background: url(images/navigation_highlight_4.png) no-repeat;
}

.parent-pageid-16 #navigation .current_page_parent a {
	background: url(images/navigation_highlight_4.png) no-repeat;
}

#navigation .page-item-18 a:hover {
	background: url(images/navigation_highlight_5.png) no-repeat;
}

.page-id-18 #navigation .current_page_item a {
	background: url(images/navigation_highlight_5.png) no-repeat;
}

.parent-pageid-18 #navigation .current_page_parent a {
	background: url(images/navigation_highlight_5.png) no-repeat;
}

#navigation .page-item-20 a:hover {
	background: url(images/navigation_highlight_6.png) no-repeat;
}

.page-id-20 #navigation .current_page_item a {
	background: url(images/navigation_highlight_6.png) no-repeat;
}

.parent-pageid-20 #navigation .current_page_parent a {
	background: url(images/navigation_highlight_6.png) no-repeat;
}

#navigation .page-item-22 a:hover {
	background: url(images/navigation_highlight_7.png) no-repeat;
}

.page-id-22 #navigation .current_page_item a {
	background: url(images/navigation_highlight_7.png) no-repeat;
}

.single #navigation .current_page_item a {
	background: url(images/navigation_highlight_7.png) no-repeat;
}

.parent-pageid-22 #navigation .current_page_parent a {
	background: url(images/navigation_highlight_7.png) no-repeat;
}

#navigation .page-item-393 a:hover {
	background: url(images/navigation_highlight_2.png) no-repeat;
}

.page-id-393 #navigation .current_page_item a {
	background: url(images/navigation_highlight_2.png) no-repeat;
}

.parent-pageid-393 #navigation .current_page_parent a {
	background: url(images/navigation_highlight_2.png) no-repeat;
}

/* @group Navigation */

#navigation .page_item ul {
	display: none;
}

#navigation .current_page_item ul {
	display: inline;
}

#navigation .current_page_item .page_item a {
	background: url(images/navigation_alpha_50.png) repeat;
	background-color: black;
	color: #575757;
}

#navigation .current_page_item .page_item a:hover {
	color: white;
}

#navigation .current_page_parent ul {
	display: inline;
}

#navigation .current_page_parent .page_item a {
	background: url(images/navigation_alpha_50.png) repeat;
	background-color: black;
	color: #575757;	
}

#navigation .current_page_parent .page_item a:hover {
	color: white;	
}

#navigation .current_page_parent .current_page_item a {
	color: orange;
}

/* @end */

/* @group Footer */

.footer_container ul {
	margin: 0;
	padding: 0;
	float: right;
}

.footer_container li {
	float: left;
}

.footer_container .page_item a {
	height: 30px;
	float: left;
	margin-right: 6px;
	color: #575757;
}

.footer_container .page_item a:hover {
	color: orange;
}

/* @end */

/* @group Inhalt */

#inhaltsbereich  {
	float: left;
	width: 660px;
	margin-top: 5px;
	margin-left: 80px;
	margin-bottom: 5px;
}

.ofenlexikon_liste {
	background: url(images/navigation_alpha_50.png) repeat;
	height: 40px;
	text-align: left;
	line-height: 40px;
	color: white;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	width: 180px;
	margin-left: 1px;
	margin-bottom: 1px;
}

.ofenlexikon_liste:hover {
	background: url(images/navigation_alpha_50.png) repeat;
	background-color: black;
}

.inhalts_txt {
	width: 600px;
	margin-bottom: 40px;
}

/* @end */

/* @group Gallery */

.gallery-icon {
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
}

/* @end */