@charset "utf-8";

/*--------------------------------------------------------------*/
/*--------------------[ CSS Document reset ]--------------------*/
/*--------------------------------------------------------------*/

* {
	margin: 0;
	padding:0;
	outline:none;
}

/*--------------------------------------------------------------*/
/*-------------[ global tags, selectors, classes ]--------------*/
/*--------------------------------------------------------------*/

body {
	background:#e8e8d9;
	font:14px/19px arial, tahoma, verdana, sans-serif;
	color:#000000;
}

/*--------------------------------------------------------------
	gloabal => typography
--------------------------------------------------------------*/
p {
	margin:0 0 20px 0;
}

textarea {
	overflow:auto;
}

a {
	text-decoration:underline;
	color:#000000;
}

a:hover {
	text-decoration:none;
}

.highlight {
	font-weight:bold;
}

ul {
	list-style:none;
}

/*--------------------------------------------------------------
	gloabal => positioning
--------------------------------------------------------------*/

.clear {
	clear:both;
	height:0;
	overflow:hidden;
}

.floatRight {
	float:right;
}

img.floatRight2{
	float:right;
	margin: 0px 0px 10px 10px;
	padding: 2px;
	border: 1px solid #ccc;
}
img.floatLeft2{
	float:left;
	margin: 0px 5px 5px 0px;
	padding: 2px;
	border: 1px solid #ccc;
}
img.floatLeft2last{
	float:left;
	margin: 0px 0px 5px 0px;
	padding: 1px;
	border: 1px solid #ccc;
}
img.floatLeft3{
	float:left;
	margin: 0px 2px 2px 0px;
	padding: 1px;
	border: 1px solid #ccc;
}
img.floatLeft3last{
	float:left;
	margin: 0px 0px 5px 0px;
	padding: 1px;
	border: 1px solid #ccc;
}
img.floatLeft4{
	float:left;
	margin: 0px 2px 2px 0px;
	padding: 0px;
	border: 1px solid #ccc;
}
img.floatLeft4last{
	float:left;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 1px solid #ccc;
}

.floatLeft {
	float:left;
}

.indent {
	text-indent:-9999px;
}

/*--------------------------------------------------------------
	gloabal => images
--------------------------------------------------------------*/
img.floatLeft {
	float:left;
	margin:0 10px 0 0;
}

img {
	border:none;
}

/*--------------------------------------------------------------*/
/*-------------------------[ =container ]-----------------------*/
/*--------------------------------------------------------------*/

#container {
	width:960px;
	margin: 0 auto;
}

/*--------------------------------------------------------------*/
/*---------------------------[ =header ]------------------------*/
/*--------------------------------------------------------------*/

#header {
	width:960px;
	height:429px;
	background:url(../images/bg-header.jpg) 0 0 no-repeat;
	position:relative;
}

/*--------------------------------------------------------------
	header => branding
--------------------------------------------------------------*/
#header h1.branding a {
	position:absolute;
	display:block;
	width:508px;
	height:126px;
	top:26px;
	left:0;
	overflow:hidden;
}

#header h1.branding img {
	border:none;
}

#header h1 span {
	display:block;
	text-indent:-9999px;
}

#header h1.branding a:hover {
	text-decoration:none;
}

/*--------------------------------------------------------------
	header => slideshow
--------------------------------------------------------------*/
#header #slideshow {
	position:absolute;
	width:469px;
	height:192px;
	overflow:hidden;
	left:488px;
	top:233px;
}

#header #slideshow img {
	position:absolute;
	top:0;
	left:0;
	display:none;
}

/*--------------------------------------------------------------
	header => kontakt
--------------------------------------------------------------*/
#header .kontakt {
	width:339px;
	height:112px;
	position:absolute;
	left:621px;
	top:55px;
}

#header .kontakt ul {
	float:left;
	width:134px;
	margin:10px 0 0 0;
}

#header .kontakt ul.phone {
	width:145px;
	padding:0 55px 0 0;
}

#header .kontakt ul li {
	text-align:right;
}

#header .kontakt ul li span.spacer {
	font-weight:bold;
	float:left;
}

/*--------------------------------------------------------------
	header => naviWintergaerten
--------------------------------------------------------------*/

#header ul#naviWintergaerten {
	list-style-type:none;
	width:215px;
	height:113px;
	position:absolute;
	top:272px;
	left:12px;
}

#header ul#naviWintergaerten li {
	line-height:22px;
	position:relative;
	width:215px;
}

#header ul#naviWintergaerten li a {
	display:block;
	width:215px;
	color:#ffffff;
	text-decoration:none;
}

#header ul#naviWintergaerten li a.wintergaerten {
	width:130px;
	height:20px;
	position:absolute;
	top:-37px;
	left:0;
	text-indent:-9999px;
}

#header ul#naviWintergaerten li a:hover,
#header ul#naviWintergaerten li.active a {
	font-weight:bold;
}

/*--------------------------------------------------------------
	header => navigation
--------------------------------------------------------------*/

#header ul#navigation {
	list-style-type:none;
	width:215px;
	height:113px;
	position:absolute;
	top:250px;
	left:256px;
}

#header ul#navigation li {
	line-height:22px;
	width:215px;
}

#header ul#navigation li a {
	display:block;
	width:215px;
	color:#000000;
	text-decoration:none;
}

#header ul#navigation li a:hover,
#header ul#navigation li.active a {
	font-weight:bold;
}

/*--------------------------------------------------------------*/
/*----------------[ =contentContainer ]-------------------------*/
/*--------------------------------------------------------------*/
#contentContainer {
	width:960px;
}

/*--------------------------------------------------------------
	contentContainer => contentTop
--------------------------------------------------------------*/
#contentTop {
	width:960px;
	height:42px;
	padding:25px 0 0 0;
	background:url(../images/bg-content-top.jpg) 0 bottom no-repeat;
}

#contentTop h2 {
	font-size:29px;
	float:right;
	font-weight:normal;
}

#contentTop h2 span {
	color:#59a726;
}

/*--------------------------------------------------------------
	contentTop => naviAdd
--------------------------------------------------------------*/
#contentTop ul#naviAdd {
	float:left;
	padding:9px 0 0 0;
}

#contentTop ul#naviAdd li {
	float:left;
}

#contentTop ul#naviAdd li.line {
	font-weight:bold;
	text-align:center;
	width:24px;
}

#contentTop ul#naviAdd li a {
	color:#000000;
	text-decoration:none;
	font-size: 12px;
}

#contentTop ul#naviAdd li a:hover,
#contentTop ul#naviAdd li.active a {
	text-decoration:underline;
}

/*--------------------------------------------------------------
	contentContainer => contentMain
--------------------------------------------------------------*/
#contentMain {
	width:716px;
	padding:28px 0 0 0;
	float:left;
}

#contentMain h3,
h4 {
	padding:0 0 9px 0;
	margin:0 0 10px 0;
	background:url(../images/bg-content-top.jpg) 0 bottom no-repeat;
}
#contentMain h3 a {
	text-decoration: none;
	color: #59a726;
}
#contentMain h3 a:hover {
	color: #000;
}

#contentMain p a.vcard {
	display:block;
	width:205px;
	height:30px;
	text-indent:-9999px;
	background:url(../images/vcard.png) 0 0 no-repeat;
}

#contentMain .column1 {
	width:235px;
	padding:0 20px 0 0;
	float:left;
}

#contentMain .column2 {
	width:461px;
	float:left;
}

/*--------------------------------------------------------------
	contentContainer => contentSidebar
--------------------------------------------------------------*/
#contentSidebar {
	width:224px;
	padding:28px 0 0 20px;
	float:left;
}

#contentSidebar a#verband {
	display:block;
	width:120px;
	height:120px;
	margin:0 0 0 41px;
	text-indent:-9999px;
	background:url(../images/logo-sidebar.jpg) 0 0 no-repeat;
}
/* -------------------------------------------------------------------------------------------------------------------------------  */
/* ---------------------------------------------------------- =scrollable --------------------------------------------------------  */
/* -------------------------------------------------------------------------------------------------------------------------------  */

#image_wrap img {
	padding: 4px;
	border:1px solid #CCCCCC;
}
/* 
    root element for the scrollable. 
    when scrolling occurs this element stays still. 
*/ 
div.scrollable { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
    width: 390px; 
    height:150px; 
	 float: left;
	 margin: 20px 10px 0px 10px;
} 
 
/* 
    root element for scrollable items. Must be absolutely positioned 
    and it should have a extremely large width to accomodate scrollable items. 
    it's enough that you set width and height for the root element and 
    not for this element. 
*/ 
div.scrollable div.items { 
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute; 
} 
.scrollable img {
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	cursor:pointer;
	float:left;
	margin: 0px 2px 20px 0px;
	padding:2px;
	width:107px;
	height:80px;
}
/* 
    a single item. must be floated in horizontal scrolling. 
    typically, this element is the one that *you* will style 
    the most. 
*/ 
div.scrollable div.items div { 
    float:left; 
} 
 
/* you may want to setup some decorations to active the item */ 
div.items div.active { 
    border:1px inset #ccc; 
    background-color:#fff; 
}
a.prevPage {
	float: left;
	width: 25px;
	height: 25px;
   margin: 45px 0px 0px 0px;
	background-image: url(../images/scrollable-prev.jpg);
}
a.nextPage {
	float: left;
	width: 25px;
	height: 25px;
   margin: 45px 0px 0px 0px;
	background-image: url(../images/scrollable-next.jpg);
}
.box{
	width: 150px;
	height: 120px;
	float: left;
	color: #51a528;
	margin: 0 0 20px 0px;
	text-align: center;
	}
	.box2{
	width: 150px;
	height: 120px;
	float: left;
	color: #51a528;
	margin: 0 0 20px 0px;
	text-align: center;
	}
		.box3{
	width: 150px;
	height: 120px;
	float: left;
	color: #51a528;
	margin: 0 5px 0px 0px;
	text-align: center;
	border: 1px solid #ccc;
	}
	.smaller {
		font-size: 11px;
	}