@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&subset=latin,latin-ext);

body {
	position:relative;
	font-family: 'Open Sans', sans-serif;
	color:#4c4b4b;
	font-size:15px;
	line-height:1.5em;
}

.full-width-wrap {
    position:relative;
    width:100%;
    min-width:1130px;
}

.center {
    position:relative;
    width:1130px;
    margin:0px auto;
}

br.clear {
	display:block;
	clear:both;
	width:100%;	
}

#menu-wrapper {
	position:fixed;
    left:0;
    top:0;
    width:100%;
    height:98px;
    z-index:9999;
    background:url(/img/menu_bg.png) center top no-repeat;
}

a#logo {
    display:block;
	width:237px;
	height:241px;
    background:url(/img/logo.png) left top no-repeat;	
	position:absolute;
	top:0;
	left:0;
	text-indent:-999px;
}

ul#menu {
	position:absolute;
	left:237px;
	top:40px;
	list-style:none;
}

ul#menu li {
	float:left;
}


ul#menu li a {
	text-shadow:1px 1px 1px black;
    display:block;
    text-transform:uppercase;
    font-weight:bold;
    color:#fff;
	text-decoration:none;
    margin-left:50px;	
	line-height:1em;
}

ul#menu li:first-child a {
    margin-left:20px; 
}

#menu-wrapper .center div.fb {
    background:url(/img/facebook.png) left top no-repeat;
    height:18px;
    width:18px;
    position:absolute;
    right:0px;
    top:42px;
    overflow:hidden;
    text-indent:-999px;
    z-index:10;
}

#menu-wrapper .center div.fb a {
    display:block;
    width:18px;
    height:18px;
}

#menu-phone {
	position:absolute;
    right:0;
    top:2px;
    width:180px;
    height:48px;
    text-shadow:1px 1px 1px black;
    display:block;
    text-transform:uppercase;
	font-size:17px;
    color:#fff;
    text-decoration:none;
    margin-left:60px; 
	background:url(/img/menu_phone.png) left top no-repeat;
    padding-left:87px;
    padding-top:39px;
    line-height:1em;
}

#menu-phone strong {
    font-weight:bold;
	color:#d8ff6c;   
}


ul#menu li a:hover {
   
}

#aktuality {
	position:relative;
    width:100%;
    height:auto;
    background:url(/img/content_separ.png) center top no-repeat #fff;
    border-bottom:2px solid #058139;
}

#aktuality .center {
    text-align:center;
    padding-top:20px;
    padding-bottom:15px;
}

#aktuality .center a {
    text-decoration:none;
    color:#058139;
}

#aktuality .center a strong {
    font-weight:bold;
    font-size:16px;
    text-transform:uppercase;
}


#content {
	position:relative;
	width:100%;
	height:auto;
    padding-top:70px;
    padding-bottom:50px;
}

#content .center {
	width:956px;
    text-align:center;
}

#content h1, #content h2, #content h3 {
    font-size:35px;
    line-height:1.5em;
    color:#333333;
    font-weight:normal;
    margin-bottom:40px;
    text-transform:uppercase;
}

#content h1 strong, #content h2 strong, #content h3 strong {
    color:#058139;
    font-weight:bold;
}

#content p {
    margin-bottom:40px;
}

#content p strong {
    color:#058139;
    font-weight:bold;
    text-transform:uppercase;
}

#content p a {
    color:#058139;
    
}

a.green-button {
	display:inline-block;
	width:168px;
	height:36px;
	text-align:center;
	color:#fff !important;
	font-size:15px;
	font-weight:bold;
	text-shadow:1px 1px 1px black;
	text-transform:uppercase;
	text-decoration:none;
	background:url(/img/green_button.png) center top no-repeat;
	padding-top:7px
}


.jcarousel-container {
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 0;
    min-width:1130px;
}

.jcarousel-clip {
    overflow: hidden;
}

#carousel {
    height: 457px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
    min-width:1130px;
}

#carousel li {
    height: 100%;
    overflow: hidden;
    position: relative;
}
#carousel li div {
    height: 100%;
    overflow: hidden;
    position: relative;
}


#slider-left {
    display:none;
}

#slider-right {
    display:none;
}

#copy {
	background: url("/img/content_separ.png") no-repeat center top #333333;
    color: #666666;
    font-size: 12px;
    text-transform: uppercase;
}

#copy p.right {
    float: right;
    text-align: right;
}

#copy p {
    #float: left;
    padding: 30px 0;
    width: 100%;
    text-align:center;
}

#copy p.right {
    padding-top:45px;
    padding-bottom:0;
}

#copy p.right a {
    color: #F8F7F6;
    text-decoration: none;
}

#copy p.right a span {
    color: #F40310;
}

#copy img {
    margin-bottom: -25px;
}

#facebook_tab {
    display: block;
    height: 365px;
    position: fixed;
    right: -292px;
    top: 115px;
    width: 292px;
    z-index: 999;

}

