/*
Theme Name: Läbigs Lerchenfeld
Author: Kurt Zaugg, PromptNet GmbH
Author URI: https://www.promptnet.ch
Version: 0.1
*/

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,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend{
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
table,caption,tbody,tfoot,thead,tr,th,td {
  border:0;
  outline:0;
  font-size:100%;
  background:transparent;
}
blockquote,q{
  quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after{
  content:'';
  content:none;
}
:focus{
  outline:0;
}
ins{
  text-decoration:none;
}
del{
  text-decoration:line-through;
}
table{
  border-collapse:collapse;
  border-spacing:0;
}

/*****************************/
/* benutzerdefinierte styles */
#wrapper_body {
	width: 870px;
	padding:0;
	text-align: left;
	margin: auto;
}
#header {
	height: 130px;
	background-color: #FFFFFF;
}
#wrapper_seitenbild {
	height: 270px;
	width: 870px;
}
#maske {
	display: none;
}
#wrapper_content {
	background-color: #ffffff;
}
#wrapper_navigation {
	float: left;
	width: 280px;
}
#navigation {
	margin: 20px 80px 20px 20px;
}
#wrapper_textblock {
	float: left;
	width: 560px;
	margin: 20px 0px;
}
#textblock {
	min-height: 400px;
	height: auto !important;
	height: 400px;
	line-height: 16px;
}
#footer {
	color: #7b7c7e;
}
#footer a {
	color: #7b7c7e;
}
#promptnet {
	position: absolute;
	left: 870px;
	top: 326px;
	width: 24px;
	height: 74px;
}
#promptnet a {
	display: block;
	width: 24px;
	height: 74px;
	background: url("../img/promptnet.jpg") top left no-repeat;
	outline: none;
}	
.clear {
	clear: both;
	line-height: 0;
	height: 0;
}

/* navigation */
.navi, .navi  ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.navi li {
	padding-bottom: 2px;
	background: url("../img/navi_strich.jpg") bottom left no-repeat;
}
.navi li.last {
	background: none;
}
.navi a, .navi a:hover, .navi a.selected, .navi a.selected:hover {
	display: block;
	position: relative;
	padding: 4px 0px;
	text-decoration: none;
	font-size: 14px;
}
.navi a {
	color: #7b7c7e;
}
.navi a:hover, .navi a.selected, .navi a.selected:hover {
	color: #043882;
	text-decoration: none;
}
/* unternavigation */
.navi ul li {
	background: none;
}
.navi ul li.last {
	margin-bottom: 2px;
}
.navi ul a, .navi ul a:hover, .navi ul a.selected, .navi ul a.selected:hover {
	font-size: 11px;
	padding: 2px 0px 2px 12px;
}
.navi ul a:hover, .navi ul a.selected, .navi ul a.selected:hover {
	color: #1a171b;
}
/* unter-unternavigation */
.navi ul ul li {
	padding-left: 12px;
}






/* standard-styles */
body {
	background: #FFFFFF url("../img/bg_body.jpg") top left repeat-x;
	margin: 0px;
	padding: 0px;
}
body, td, th, p, li, ul {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #1a171b;
}
.kleiner {
	font-size: 90%;
}
a, a:hover {
	color: #043882;
	text-decoration: none;
}
a.buttons {
	color: #FFFFFF;
	background-color: #999900;
	text-decoration: none;
}
form {
	padding: 0;
	margin: 0;
}
input.button, input.submit {
	color: #000000;
	border : 1px solid #000000;
	background-color: #CCCCCC;
	font-size : 11px;
	cursor: pointer;
} 
p {
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 6px;
	margin-bottom: 6px;
}
ul {
	padding: 0;
	margin: 0 0 15px 0;
	list-style-type: none;
}
ol {
	padding: 0;
	margin: 0 0 15px 15px;
}
li {
	padding: 0;
	margin: 0;
}
ul li {
  background: url('../img/list-style.gif') 0px 8px no-repeat;
  padding-left: 14px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 5px;
	margin: 0;
	color: #043882;
}
h1 {
	font-size: 19px;
	padding-bottom: 0;
	text-transform: uppercase;
}
h2 {
	font-weight: normal;
	font-size: 14px;
	padding-bottom: 10px;
}
h3 {
	font-size: 13px;
}
h4 {
	font-size: 11px;
}
h5 {
	font-size: 10px;
}
h6 {
	font-size: 9px;
}
.fehler {
	font-weight: bold;
	color: #FF0000;
}