﻿/* CSS Document */

html {
	 width:100%;
	 font-size:medium;	 
}

body {
	background-color:#78b425;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 75%;	
	color:#757575;
	background-image:url('../images/bg_body.jpg');
	background-repeat:repeat-x;
}

#wrapper {
	width:900px;
	margin:0 auto;
	text-align:left;
}

#header {
	float:left;
	width:900px;
	height:162px;
	background-color:#ffffff;
}

#logobox {
	display:inline;
	float:left;
	width:220px;
	height:129px;
	margin: 26px 6px 6px 6px;
	background-image:url('../images/logo.jpg');
	background-repeat:no-repeat;
	text-align:left;
}

#logobox h1 {
	padding:0px;
	margin:0px;
	margin-top:50px;
	margin-right:20px;
	font-size:26px;
	color:#c1d000;
}

#logobox h2 {
	padding:0px;
	margin:0px;
	margin-top:0px;
	margin-right:20px;
	font-size:14px;
	color:#8d8d8d;
}

#headimg {
	display:inline;
	float:left;
	width:662px;
	height:150px;
	margin:6px;
	margin-left:0px;
	background-image:url('../images/header_image.jpg');
	background-repeat:no-repeat;
}

#topnavi {
	display:inline;
	float:left;
	width:900px;
	height:34px;
	background-image:url('../images/bg_topnavi.jpg');
	background-repeat:no-repeat;
}

#topnavi ul {
	display:inline;
	list-style-type:none;
	padding:0px;
	margin:6px;
	margin-top:0px;
}

#topnavi ul li {
	float:left;
	height:28px;
	background-image:url('../images/button_topnavi_norm.jpg');
	background-repeat:no-repeat;
	line-height:28px;
}

#topnavi ul li.selected {
	float:left;
	height:28px;
	background-image:url('../images/button_topnavi_selected.jpg');
	background-repeat:no-repeat;
	line-height:28px;
}

#topnavi ul li a:hover {
	float:left;
	height:28px;
	background-image:url('../images/button_topnavi_hover.jpg');
	background-repeat:no-repeat;
	line-height:28px;
	text-decoration:underline;
}

#topnavi ul li a {
	line-height:28px;
	color:#8d8d8d;
	font-size:12px;
	font-weight:bold;
	font-family:Verdana, sans-serif;
	text-decoration:none;
	padding-left:28px;
	padding-right:26px;
}

#topnavi ul li.selected a {
	line-height:28px;
	color:#757575;
	font-size:12px;
	font-weight:bold;
	font-family:Verdana, sans-serif;
	text-decoration:none;
	padding-left:28px;
	padding-right:26px;
}

#topnavi ul li.selected a:hover {
	line-height:28px;
	color:#757575;
	font-size:12px;
	font-weight:bold;
	font-family:Verdana, sans-serif;
	text-decoration:underline;
	padding-left:28px;
	padding-right:26px;
}

#bodybox {
	float:left;
	width:900px;
	background-image:url('../images/bg_bodybox.jpg');
}

#subnavi {
	display:inline;
	float:left;
	width:220px;
	margin-left:6px;
	margin-top:10px;
	padding-bottom:10px;
}

#subnavi ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
}

#subnavi ul li {
	height:24px;
	background-image:url('../images/button_subnavi.jpg');
	background-repeat:no-repeat;
	line-height:24px;
	margin-left:12px;
	width:150px;
}

#subnavi ul li a {
	font-family:Verdana, sans-serif;
	font-size:11px;
	color:#8d8d8d;
	text-decoration:none;
	padding-left:10px;
}

#subnavi ul li a:hover {
	font-family:Verdana, sans-serif;
	font-size:11px;
	color:#8d8d8d;
	text-decoration:underline;
	padding-left:10px;
}

#subnavi ul li a.selected {
	font-family:Verdana, sans-serif;
	font-size:11px;
	color:#c1d000;
	text-decoration:none;
	padding-left:10px;
}

#subnavi ul li a.selected:hover {
	font-family:Verdana, sans-serif;
	font-size:11px;
	color:#c1d000;
	text-decoration:underline;
	padding-left:10px;
}

#subnavi p {
	line-height:1.5em;
	margin-left:12px;
	font-weight:normal;
}

#subnavi h1 {
	margin-left:12px;
	padding: 0;
	line-height: 2em;
	color: #74b21f;
	font-size: 130%;
}

#subnavi h2 {
	margin-left:12px;
	padding: 0;
	line-height: 1em;
	color: #74b21f;
	font-size: 110%;
}

#content {
	display:inline;
	float:left;
	width:608px;
	margin-right:36px;
	margin-left:30px;
	margin-top:20px;
	padding-bottom:10px;
}

#content ul li {
	line-height: 1.5em;
	margin-left: 2px;
}

#content h1 {
	margin-top: 0.25em;
	padding: 0;
	color: #74b21f;
	font-size: 130%;
}

#content h2 {
	margin-top: 5px;
	padding: 0;
	color: #74b21f;
	font-size: 110%;
}

#content p {
	line-height:1.5em;
	font-weight:normal;
}

#content p.bold {
	line-height:1.5em;
	font-weight:bold;
}

#content a {
	color:#aaaaaa;
	text-decoration:none;
}

#content a:hover {
	color:#aaaaaa;
	text-decoration:underline;
}

#wrapper-footer {
	background-image:url('../images/bg_footer.jpg');
	background-repeat:no-repeat;
	float:left;
	width:900px;
	text-align: center;
}

#footer {
	display:inline;
	text-align:center;
	clear:both;
}

#footer p {
	margin:6px;
	padding:0px;
	line-height:28px;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#aaaaaa;
}

#footer a {
	font-size:10px;
	color:#aaaaaa;
	text-decoration:none;
}

#footer a:hover {
	font-size:10px;
	color:#aaaaaa;
	text-decoration:underline;
}

#validator_style {
	margin-top: 10px;
	text-align:center;	
	vertical-align:bottom;	
	/*clear: both;*/
}

div.spacing1 {
	margin-left:18px;
	margin-right:18px;
}

/* Imagebox Right */
/*****************/

div.imgbox {
	float:right;
	width:282px;
	height:211px;
	text-align:center;
	margin-left:10px;
	margin-bottom:10px;
}

div.imgbox img {
	border:1px solid #bbbbbb;
}

div.imgbox p {
	text-align:left;
	margin:0px;
	padding:0px;
	font-size:10px;
	color:#aaaaaa;
}

/* Imagebox Left */
/*****************/

div.imgbox_left {
	float:left;
	text-align:left;
	margin-top:20px;
	margin-left:12px;
	margin-bottom:10px;
}

div.imgbox_left img {
	margin-left:12px;
	border: 0;
}

div.imgbox_left p {
	text-align:left;
	margin:0;
	padding:0px;
	font-size:12px;
	color:#aaaaaa;
}

/* ------------------------------------- */
/* Allgemein
/* ------------------------------------- */

p.caps {
	font-weight:bold;
	font-size: 110%;	
	font-variant:small-caps;
	text-decoration:underline;
}

div.imgbox_left p.werbung {
	padding: 10px 10px 10px 10px;
	border:thin;
	font-weight:bold;
	font-size: 140%;	
	font-variant:normal;
	color:#74b21f;
}

/* ------------------------------------- */
/* Tabellen H.Haas */
/* ------------------------------------- */

.tabelle_preise, .tabelle_sonstiges {
	width: 90%;
	margin: 0px 20px 10px 0px;
	padding: 5px 5px 5px 5px;
	background-color: #ffffff;
	border: 1px solid #74b21f;
}
.tabelle_preise th, .tabelle_sonstiges th {
	border: 1px solid #74b21f;
	border-bottom: 1px solid #74b21f;
	background-color: #74b21f;
	text-align: right;	
	font-size: 100%; 
	font-weight: bold;
	color: #ffffff; 	
	height: 21px;
    white-space: nowrap;
    padding: 5px 5px 5px 5px;
}
.tabelle_preise td, .tabelle_sonstiges td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #e2efd1;
	font-size: 100%; 
	font-weight: normal;
	color: #666666; 	
	height: 21px;
    padding: 5px 5px 5px 5px;
}

.tabelle_preise td {
	text-align: right;
}
.tabelle_sonstiges td {
	text-align: left;
}

