/* 
Theme Name: Hofer Alfred
Description: Theme based on Multiflex-3, designed by <a href="http://fahrner.it/">[lukas fahrner]</a> 
Version: 1.0
Author: Lukas Fahrner
Author URI: http://fahrner.it
*/

/* Various elements */

body {
	background-color: #d4dc88;
	margin: 10px 0;
	font: 82% Georgia, "Times New Roman", serif;
	color: #2c6460;
}

div {
	margin: 0;
	padding: 0;
}

p {
	font-size: 1.1em;
}
h1 {
	font-size: 1.4em;
	padding: 0px 0px 0px 10px;
}

#sidebar h2 {
	padding: 15px 0px 0px 10px;
	margin: 0px;
}

a {
 	color: #725748;
}

a:hover {
	color: #000000;
}

code {
	font-size: 1.1em;
	display: block;
	font-family: "Courier New", Courier, monospace;
	background-color: #ffffcc;
	padding: 5px;
	margin: 10px;
	border: 1px solid #959595;
}

blockquote {
	background: url(images/quote.gif) left no-repeat;
	margin: 0;
	padding: 0 40px 0 40px;
	text-align: justify;
	font-size: 0.9em;
}

.gartengestaltung {
    color: #2c6460;
}

.padding_10_gartengestaltung {
	padding: 10px;
	color: #2c6460;
	font-style: italic;
}

.baumpflege {
    color: #a37830;
}

.padding_10_baumpflege {
	padding: 10px;
	color: #a37830;
	font-style: italic;
}

.kontakt {
    color: #a42c2c;
}

.padding_10_kontakt {
	padding: 10px;
	color: #a42c2c;
	font-style: italic;
}

.padding_10_impressum {
	padding: 10px;
	color: #000000;
	font-style: italic;
}

.impressum {
    color: #000000;
}

.telefon {
    color: #a42c2c;
}

/* Main wrapper */

#wrap {
	width: 1200px;
	margin:  0 auto;
}

/* Middle header image and text */

#header {
	background-color: #d4dc88;
	text-align: right;
	margin: 0;
	padding: 0;
	}
	
#header a {
	color: #ffffff;
	text-decoration: none;
}

#header a:hover {
	color: #000000;
}

/* Breadcrumbs */

#breadcrumb {
	float: left;
	padding: 0 0 0 15px;
	margin: 10px 0 0 0;
	color: #7D7D7D;
	font-size: 0.9em;
	width:1000px;
}

#breadcrumb a {
	background: url(images/bg_bullet_arrow.gif) left no-repeat;
	padding: 0 2px 0 10px;
	text-decoration: none;
	color: #467AA7;
}

#breadcrumb a:hover {
	color: #2a5a8a;
	text-decoration: underline;
}

/* Search form */

#searchbar {
	float: right;
	margin: 0;
	padding: 0;
}

#searchbar fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

#searchform {
	padding: 10px 15px 0 20px;
	color: #000;
}

#searchbox {
	border: 1px solid #1355a4;
	width: 150px;
}

#searchbutton {
	background-color: #E6E6E6;
	border: 1px solid #1355a4;
	color: #1355a4;
	padding:0;
	cursor: pointer;
	width: 80px;
	text-align: center;
}

#searchbutton:hover {
	background-color: #1355a4;
	color: #ffffff;
	border: 1px solid #333333;
	width: 80px;
	text-align: center;
}

/* Container wrappers */

#container {
	clear: both;
	margin: 0;
	padding: 0; 
}

#left-wrap {
	width: 910px;
	float: left;
	margin: 0;
	padding: 0;
}

/* Main content area */

#content {
	float: right;
	width: 620px;
	min-height: 650px;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}

.padding_10 {
	padding: 10px;
	font-style: italic;
}

.edit {
	padding: 10px;
}

.navigation, .bottomnavigation {
	height: 15px;
}

.navigation .alignleft, .bottomnavigation .alignleft {
	float: left	
}

.navigation .alignright, .bottomnavigation .alignright {
	float: right;
}

.entry {
	overflow: hidden;
}

.entry a {
	overflow: hidden;
}

.entry img {
	overflow: hidden;
}

/* Monsterous hack to get IE6 to cut off an image bigger than the post area */

* html .entry p {
	width: 99%;
	overflow: hidden;
}


/* Sidebars */


/* Colour of right sidebar menu body */
#right-sidebar ul ul, #right-sidebar li, #right-sidebar li li, #right-sidebar li li li {
	background-color: #f4f0be;
}



/* Left sidebar */

#sidebar {
	width: 280px;
	height: 390px;
	padding: 0 0 10px 0;
	margin: 0;
	background: url(images/links.png) left no-repeat;
}

.sidebar_text {
	padding: 180px 10px 10px 10px;
	color: #2c6460;
	text-align: center;
}

/* Right sidebar */

#right-sidebar {
	float: right;
	width: 280px;
	min-height: 650px;
	margin: 0;
	padding: 0;
	overflow:visible;
	background-color:#f4f0be;
	font-size: 110%;
}

#right-sidebar ul {
	list-style: none;
	width: 280px;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	overflow: hidden;
}

#right-sidebar ul ul {
	margin: 0;
	padding: 0;
}

/* Change spacing below right hand menus */

li {
	list-style-type: none;
	list-style-image:none;
}

#right-sidebar ul, #right-sidebar ul li {
	margin:0px 0px 0px 0px;
	padding:0px;
}



#right-sidebar ul li ul li{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#right-sidebar ul a {
	text-decoration:none;
	padding: 4px 4px 4px 10px;
	margin: 0em;
	background-color:#f4f0be;
	display:block;
	cursor: pointer;
}

#right-sidebar ul .startseite a {
    color: #ffffff;
}

#right-sidebar ul .startseite a:hover {
	color:#000000;
}

#right-sidebar ul .startseite .current_page_item a {
    color: #000000; 
}

#right-sidebar ul .gartengestaltung a {
    color: #2c6460;
    border-bottom:#2c6460 solid 1px;
}

#right-sidebar ul .gartengestaltung a:hover {
	color:#000000;
}

#right-sidebar ul .gartengestaltung .current_page_item a {
    color: #2c6460;
}

#right-sidebar ul .gartengestaltung .current_page_item a:hover {
    color: #000000;
}

#right-sidebar ul .baumpflege a {
    color: #a37830;
    border-bottom:#a37830 solid 1px;
}

#right-sidebar ul .baumpflege a:hover {
	color:#000000;
}

#right-sidebar ul .baumpflege .current_page_item a {
    color: #a37830;
}

#right-sidebar ul .baumpflege .current_page_item a:hover {
    color: #000000;
}

#right-sidebar ul .kontakt a {
    color: #a42c2c;
    border-bottom:#a42c2c solid 1px;
}

#right-sidebar ul .kontakt a:hover {
	color:#000000;
}

#right-sidebar ul .kontakt .current_page_item a {
    color: #a42c2c;
}

#right-sidebar ul .kontakt .current_page_item a:hover {
    color: #000000;
}

#right-sidebar ul li ul li ul a {
	padding: 4px 4px 4px 20px;
}


/* Footer */

#footer {
	clear: both;
}

/* Images */

img.left {
	float: left;
	margin: 5px 5px 0 0;
	padding: 5px;
	border: 1px solid #E6E6E6;
}

img.right {
	float: right;
	margin: 5px 0 0 5px;
	padding: 5px;
	border: 1px solid #E6E6E6;
}
