/*
Theme Name: Heidelbeeren pfl&uuml;cken.de
Theme URI: http://www.heidelbeeren-pfluecken.de
Description: Heidelbeeren pl&uumlcken.de - Heidelbeer Feld der Familie Oeltjen
Version: 1.0
Author: Florian Strauss
Author URI: http://www.floriansweb.com/
Tags: green, custom header, fixed width, two columns
*/

/**
* 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: "" "";
}


h1,h2,h3,h4,p {
	margin-bottom:15px;
}

p {
	line-height: 15px;
}

h1 {
	font-weight:bold;
	font-size:24px;
}
h2 {
	color:#84af4e;
	font-weight:bold;
	font-size: 18px;
}
h3 {
	font-weight:bold;
	font-size:13px;
}
strong {
	font-weight:bold;
}

ul {
	list-style-type: disc;
	margin-bottom:15px;
	list-style-position: inside;
	
}
ol {
	list-style-type: decimal;
	margin-bottom:15px;
	list-style-position: inside;
}
li {
	margin-bottom:5px;
}
.aligncenter { margin-left: auto; margin-right: auto; }
.alignleft { float: left; margin: 5px 15px 10px 0; }
.alignright { float: right; margin: 5px 0 10px 15px; }

.clean {
	clear:both;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}
table {
	width:100%;
	border:1px solid #a9b9ab;
}
table th {
	
	background:url("images/th_bg.gif") repeat-x right top;
	color:#fff;
	font-weight:bold;
	padding: 7px 0px 8px 15px;
	border-bottom:1px solid #a9b9ab;
}
table td {
	padding:6px;
	background: #daf4aa;
}
table tr:hover td,table tr.odd:hover td {
	cursor: pointer;
	background: #ddf2b7;
}

table tr.odd td {
	background: #c9e792;
}


body {
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	background:#a1cb6b;
	color:#273a54;
}
a {
	color:#273a54;
}
#wrapper {
	width:915px;
	margin:0 auto;
}
#header {
	height:83px;
	background: #fff url('images/header_bg.gif') repeat-x scroll;
	position: relative;
}

#navigation {
	position: absolute;
	bottom: 11px;
	left:463px;
	top:52px;
}

#navigation li {
	display:inline;
	margin-left:5px;
}
#header ul li a {
	float:left;
	background:url("images/navigation.gif") 0px -78px;
	margin:0 2px 0 0;
	padding:0 0 0 2px;
	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/navigation.gif") no-repeat right -52px;
	padding:7px 24px 7px 20px;
	color:#ffffff;
}

#header ul li.current_page_item a {
	background:url("images/navigation.gif") 0px -26px;
}
#header ul li.current_page_item a span {
	background:url("images/navigation.gif") no-repeat right top;
}

#header ul li a:hover {
	background-position: 0px -130px;
}
#header ul li a:hover span {
	background-position: right -104px;
}

#main {
	background: #8fc14e url('images/main_bg.gif') repeat-y scroll;
	padding:0px 8px;
}

div.content {
	padding: 15px 20px;
}

div.width70 {
	float:left;
	width:624px;
	padding: 15px 5px 15px 20px;
}
div.width30 {
	float:left;
	width:225px;
	padding: 15px 20px 15px 5px;
}

#footer {
	background: #8fc14e url('images/footer_bg.gif') no-repeat scroll;
	height:57px;
}
#footer ul {
	margin:0 auto;
	padding-top:25px;
	text-align:center;
}
#footer ul li {
	display:inline;
}	
#footer a {
	color:#273a54;
	font-size:11px;
}


form {
	margin-bottom:15px;
}
form div {
	background: #e5f6cf;
	padding:4px;
}
form div.odd {
	background:#f8fdf1;
}
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: #455d80 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 #566679;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
form input.submit:hover {
	background: #73b039 repeat-x left -25px;
	border-color:#a8b9aa;

}
form input.radio {
	border:0px;
	background: transparent;
	float:left;
	width:auto;
}





