/*
Theme Name: Oeltjen - Ideen mit Gr&uuml;n
Theme URI: http://www.ideen-mit-gruen.de
Description: Firmen Theme f&uuml;r Ideen mit Gr&uuml;n Oeltjen Garten & Landschaftsbau: Beratung Planung & Ausf&uuml;hrung
Version: 1.0
Author: Florian Strauss
Author URI: http://www.floriansweb.com/
Tags: green, custom header, fixed width, two columns, widgets
*/

/**
* CSS Reset
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;

	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

blockquote {
	background:transparent url(images/quotes.gif) no-repeat scroll left top;
	
	margin:0 0 0 30px;
	padding:3px 0 0 35px;
	
}
blockquote p {
	font-size: 24px;
	color:#63BC47;
	font-family:"Times New Roman";
	font-style: italic;
	line-height:1.2em;
}

.clean {
  clear:both;
  font-size:1px;
  border:none;
  margin:0; padding:0;
  background:transparent;
}
/*******************************************************************/
/**
* Layout
*/
body {
	font-size:12px;
	font-family: Helvetica;
	color:#20150a;
	background: #efffc0 url('images/background.gif') repeat-x;
}

#wrapper {
	margin: 0 auto;
	width:780px;
}
#header {
	background: #fff url('images/logo.jpg') ;
	width:782px;
	height:128px;
	position: relative;
}

#header ul {
	position: absolute;
	bottom: 11px;
	left:20px
}

#header ul li {
	
	display:inline;
	margin-left:5px;
}

#header ul li a {
	position:relative;
	top:10px;
	float:left;
	background:url("images/sprite.gif") 0px -153px;
	margin:0 2px 0 0;
	padding:0 0 0 4px;
	text-decoration:none;
	cursor:pointer;
	font-size:12px;
	color:#fff;
	text-decoration: none;
	
}
#header ul li a span {
	float:left;
	display:block;
	background:url("images/sprite.gif") no-repeat right -51px;
	padding:9px 15px 10px 9px;
	color:#ffffff;
	
}
#header ul li a:hover {
	position:relative;
	top:0px;
}

#header ul li a:hover span {
	padding:9px 15px 20px 9px;

}

#header ul li.current_page_item a,
#header ul li.current_page_parent a {
	position:static;
	top:0px;
	background:url("images/sprite.gif") 0px -102px;
}

#header ul li.current_page_item span,
#header ul li.current_page_parent span {
	background:url("images/sprite.gif") no-repeat right 0px;
	padding:9px 15px 20px 9px;
}

#main {
	background:#fff;
	border-left:1px solid #eaf0d8;
	border-right:1px solid #eaf0d8;
	background:#fff url('images/o_bg.jpg') no-repeat 60px 0px;
}

#content {
	width: 500px;
	float:left;
	padding:0px 0px 0px 20px;
}


body.noSidebar #content {
	width:750px;
}
#sidebar {
	width:250px;
	float:left;
	margin-top:16px;
}


#sidebar .block {
	background:transparent url(images/sidebar-block-bg.gif) no-repeat scroll center bottom;
	overflow:hidden;
	padding:0px 15px 15px 15px;
}
#sidebar .block ul li {
	background:transparent url(images/arrow.gif) no-repeat scroll 0 3px;
	padding:2px 0px 2px 18px;
}
#sidebar .block ul{
	margin-bottom:10px;
}

#footer {
	height:103px;
	background: #3f2a1b url('images/footer.jpg');
	color: #fff;
	font-family:verdana;
	font-size:12px;
}
#footer a {
	color:#fff;
}
#footer ul {
	margin: 0 auto;
	text-align: center;
	padding-top:75px;
}
#footer ul li {
	display:inline;
}

/**
* General & Content
*/
a {
	color:#63bc47;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

strong {
	font-weight: bold;
}

h1,h2,h3,h4 {
	color:#624b3e;
	font-weight:normal;
}

h1 {
	font-size: 28px;
}
h2 {
	font-size: 22px;
	margin-bottom: 15px;
}
h3 {
	font-size: 16px;
	margin-bottom: 15px;
}
h4 {
	font-size: 14px;
	margin-bottom: 15px;
}
#headline {
	margin-bottom:20px;
}
#headline h1, #headline h2 {
	margin-top:15px;
}

#headline h1, #headline h2, #headline h3 {
	margin-left:110px;
	margin-bottom: 5px;
}
#headline img {
	float:left;
	margin-top:-10px;
}


p {
	color:#20150a;
	font-size:14px;
	margin-bottom:15px;
	line-height: 18px;
	
}
#content ul {
	list-style-image: url(images/bullet.gif);
	margin-left:20px;
	margin-bottom:15px;

	list-style-position:inside;
	
}
#content ul li {
	margin-bottom:5px;
	font-weight:bold;
}

.aligncenter { margin-left: auto; margin-right: auto; }
.alignleft { float: left; margin: 5px 15px 10px 0; }
.alignright { float: right; margin: 5px 0 10px 15px; }



#commentform {
	background:#FAFAFA none repeat scroll 0 0;
	border:5px solid #f5ffd5;
	color:#555555;
	padding:10px;
}
#commentform p {
	margin-bottom:7px;
}
#commentform textarea {
	font-family: Helvetica;
	border:1px solid #AAAAAA;
	height:120px;
	width:630px;
}
#commentform input.text {
	border:1px solid #AAAAAA;
	margin-right:10px;
	padding:3px;
	width:150px;
}
#commentform input#submit {
	padding:3px 10px;
}
#comments .comment {
	background:#f5ffd5 none repeat scroll 0 0;
	border-bottom:1px solid #DDDDDD;
	border-top:1px solid #DDDDDD;
	margin-bottom:10px;
	overflow:hidden;
	padding-bottom:5px;
	width:670px;
}
#comments .comment .comment-avatar {
	float:left;
	padding:5px 7px;
	width:50px;
}
#comments .comment .comment-content {
	background:#FAFAFA none repeat scroll 0 0;
	float:left;
	margin:5px 5px 0 0;
	padding:10px 15px;
	width:570px;
}
#comments .comment .comment-content a {
	color:#444444;
}
#comments .comment .comment-info {
	color:#777777;
	font-size:11px;
	margin-bottom:5px;
}
#comments .comment .comment-info span {
-x-system-font:none;
	font-family:"Trebuchet MS",Helvetica,Arial,Geneva;
	font-size:20px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	margin-bottom:5px;
	padding-right:10px;
}
#comments .comment .comment-info a {
	color:#444444;
	text-decoration:none;
}
/**
* Post
*/
div.post div.calendar {
	width:60px;
	height:46px;
	background: #fff url('images/calendar.gif') no-repeat scroll left top;
	text-align: center;
	padding:16px 0px 0px 0px;
	font-weight: bold;
	color:#5bb83d;
	float:left;
}
div.post h2 {
	padding-top:10px;
	padding-left:65px;
	margin-bottom: 0px;
}
div.post div.meta {
	color:#86786f;
	padding-left:65px;
}
div.post p.postmetadata {
	background: #f9f4f1;
	padding:3px;
	color:#624B3E;
	border:1px solid #ccc;
}
div.post h2 a {
	color:#624B3E;
	text-decoration: none;

}
div.post h2 a:hover {
	background: #f9f4f1;
}
/**
* Sidebar Kalender
*/
/* Calendar */
#sidebar .block #calendar_wrap .pad { background: none; }
#sidebar .block #calendar_wrap #prev { background: none; }
#sidebar .block #calendar_wrap #next { background: none; }
#sidebar .block #calendar_wrap table { width: 100%; margin: 0;padding: 0;}
#sidebar .block #calendar_wrap table th { width: 14.2%; }
#sidebar .block #calendar_wrap table td { width: 14.2%; background: #fafafa; text-align: center; color: #888; }
#sidebar .block #calendar_wrap table td a { font-weight: bold; }

.kwicks {
	padding:0px !important;
	margin:0px !important;
	list-style: none !important;
	position: relative;
}
.kwicks li{  
    float: left;  
    width: 187px;  
    height: 234px;  
   
    margin:0px;
}  
.kwicks a {
	display:block;

	text-decoration:none;
	text-indent:-1000px;
    width: 350px;  
    height: 234px; 	
}
#wasser {   
    background-color: #53b388;  
    background-image: url('images/referenzen/wasser.jpg');  
}  
#gruen {  
    background-color: #5a69a9;  
    background-image: url('images/referenzen/gruen.jpg');    
}  
#holz {  
    background-color: #c26468;  
    background-image: url('images/referenzen/holz.jpg');  
}  
#pflaster {   
    background-color: #bf7cc7;  
    background-image: url('images/referenzen/pflaster.jpg');   
    margin-right: none;  
}  


.highlight {
	background:#F9F4F1 none repeat scroll 0 0;
	border:1px solid #CCCCCC;
	color:#624B3E;
	padding:5px;
	margin-bottom: 10px;
}

#anfrage {
	width:500px;

}
form {
	margin-bottom:15px;
}
form div {
	background: #f4f2ec;
	padding:4px;
}
form div.odd {
	background:#faf9f6;
}
form div.hint {
	background:#fff;
	font-size:12px;
}
form div.buttons {
	padding-top:8px;
	height:26px;
}
form div.error {
	background:#FFDFDF;
}
form div.error p.errorField {
	font-size:11px !important;
	margin-left:25% !important;
	margin-top:0px !important;
	color:#d92f2f;
}
form div fieldset legend {
	display:none;
}
form div.error p.errorField strong {
	font-size:11px;
	color:#000radio;
}
form label,form .label {
	position:relative;
	margin:0px;
	padding:0px;
	font-size:12px;
	width:25%;
	display:block;
	float:left;
	padding-left:5px;
	padding-top:5px;
	font-weight: bold;
}
form em {
	color:#e2001a;
}
form label em, form .label em {
	top:0px;
	display:block;
	font-style:normal;
	font-weight:bold;
	left:88%;
	position: absolute;
}
form input.text, form textarea, form select{
	border:1px inset #8092ad;
	padding:2px 3px;
	width:68%;
	font-family:Verdana;
	font-size:12px;

}
form select {
	width:auto !important;
}

form input.nosize {
	width:auto;
}
form input.submit {
	color:#fff;
	font-weight:bold;
	background: #62bc46 repeat-x left top;
	font-size:11px;
	padding: 4px 12px 4px 12px;
	text-align: center;
	float:right;
	font-family:Verdana;
	cursor: pointer;
	border:1px solid #3f9524;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
form input.submit:hover {
	background: #725f53 repeat-x left -25px;
	border-color:#503d2c;

}
form input.radio {
	border:0px;
	background: transparent;
	float:left;
	width:auto;
}




