/* The page Body */
body { color: #444; }

/* Headings */
h1, h2, h3, h4, h5, h6 { color: #444; }

/* The page container */
.container {
	background-image: url(http://ofenpointner.de/wp/wp-content/themes/minim/library/media/images/bg1.jpg);
	background-repeat: repeat;
}

/* Links */
a { color: #b13400; }

/* Menu */
.menu a { color: #333; }
.menu ul li a:hover { color: #b13400; }
.menu ul li.current_page_item,
.menu ul li.current_page_ancestor { color: #444; }

.nav ul { border-top: 5px solid #444; }
.nav ul li a { border-bottom: 1px solid #cacaca; background-color: #f8f8f8; }

.nav a { color: #333; }
.nav a:hover {
	background-image: url(http://ofenpointner.de/wp/wp-content/themes/minim/library/media/images/bg1.jpg);
	background-repeat: repeat;
}
.nav li:hover, .nav li.nav-hover,
.nav a:focus {
	background-image: url(http://ofenpointner.de/wp/wp-content/themes/minim/library/media/images/bg1.jpg);
	background-repeat: repeat;
}

/* Home Page Slider */
#slider { background-color: #222; }
#slider .text { color: #ddd; }
#slider h2,
#slider h2 a { color: #fff; }
#slider h2 a:hover { color: #aaa; }

#slider-nav-left { background: transparent url('left_slider.png') no-repeat scroll center top; }
#slider-nav-right { background: transparent url('right_slider.png') no-repeat scroll center top; }


/* Page Portfolio */
.portfolio-title { color: #444; }

.testimonial-person { color: #444; }
.testimonial-company { color: #919191; }


/* Inner Page */
h2.entry-title a { color: #444; }


/* Sub-header */
#sub-header { background: transparent url('separator.gif') repeat-x scroll center bottom; }
#sub-header h2 {
	color: #b13400;
	border-left: 1px solid #b13400;
	;
}

#sub-header-search .search {
	color: #b13400;
	background-image: url(http://www.ofenpointner.de/wp/wp-content/themes/minim/library/media/images/bg-search.jpg);
	margin-top: -15px;
	font-weight: normal;
}

#page-container { background: transparent url('separator_vertical.gif') repeat-y scroll 639px 1px; }


/* Comment Reply */
#allowed-tags { background: #fff; border: 1px #ddd dotted; }


/* Widgets */
.widget h3 { background: transparent url('separator.gif') repeat-x scroll center bottom; }
.widget li { background: transparent url('separator.gif') repeat-x scroll center 30px; }
.widget li a { color: #444; }


/* Footer */
.footer #copyright { color: #444; }
.footer a { color: #444; }

/* Meta Information */
.meta { color: #666; }

/* Dot Separator */
div.hr { background: transparent url('separator.gif') repeat-x scroll center bottom; }

/* Tables */
table { border: 1px solid #ddd; }
table .alt { background: #ddd; }
tr { border-bottom: 1px solid #ddd; }
th { background-color:#222; border:1px solid #222; color: #fff; }
table tfoot tr th, table tfoot tr td { background-color:#bbb; border:1px solid #bbb; color: #444; }