/* GLOBAL */
* {
        margin:0;
        padding:0;
}
body {
        font-family:Arial, Sans-serif;
        font-size:12px;               
        background: #fff url(img/bg.gif) repeat ;
		background-attachment:fixed;
        color: #585858;
		text-align: center;        
}
h1 {
		color: #157C44;
		font-size: 36px;
		font-weight: normal;	
		padding-top: 10px;
}
h2 {
		color: #157C44;
		font-size: 14px;
		font-style: italic;
		font-weight: normal;
		margin-top: 2em;
		margin-bottom: 1em;
}
h4 {
		color: #157C44;
		background: #C0C0C0;
		font-size: 42px;
		font-weight: normal;	
		padding: 5px 10px;
		border-radius: 10px;
		box-shadow: 2px 2px 5px #888888;
		margin: 0 20px;
}
img {
		border: 0 ;
}
a {
    color: #585858;
}
a:hover {
    color: #157C44;
    text-decoration: none;
}
#wrapper {
		width: 1045px;
		margin:0 auto;
		margin-top: 10px;
		margin-bottom: 10px;
		min-height: 100%;
		overflow: auto;
		padding-bottom: 20px;
		position: relative;
		background: #fff;
		text-align: left;
		border-radius: 10px;
		box-shadow: 2px 2px 5px #888888;
}
/* HEADER */
#header {
		width: 1027px;
		position: relative;
		height: 116px;
}
.logo {
		left: 24px;
		position: absolute;
		top: 20px;		
}
.logo img {
		border-radius: 10px;
		box-shadow: 2px 2px 5px #888888;
}
#menu-top {
		font-weight: bold;
		position: absolute;
		right: 50px;
		top: 43px;
}
#menu-top a {
		color: #585858;
}
#menu-top a:hover {
		color: #157C44;
		text-decoration: none;
}
/* CONTENT */
.intro {
		display: block;
		border-radius: 10px;
		box-shadow: 2px 2px 5px #888888;
}
#content {
		width: 1045px;
		min-height: 400px;
}
.area {
	padding: 10px 30px;
}
.text-content {
		width: 428px;
		padding: 0 338px 20px 279px;
		color: #585858;
}
/* Image Slieder */
#slider{width:1045px;height:90px;border:0px;background:#ffffff;position:relative;margin:10px 0 2px 0;}
.scrollable{position:relative;overflow:hidden;width:938px;height:100%;float:left;}
.scrollable .items{width:20000em;position:absolute;clear:both;}
.items div{float:left;width:938px;}
.scrollable img{float:left;-webkit-border-radius: 4px;
		border-radius: 4px;
		box-shadow: 2px 2px 2px #585858;
		margin: 0 2px 0 0;
		width:115px;
		height: 100%;}
    a.browse{background:url(img/slider/hori_large.png) no-repeat;display:block;vertical-align: middle;width:30px;height:30px;float:left;margin:25px 10px 10px 10px;}
    a.right{background-position:0 -30px;clear:right;margin-right:0px;}
    a.right:hover{background-position:-30px -30px;}
    a.right:active{background-position:-60px -30px;}
    a.left{margin-left:12px;}
    a.left:hover{background-position:-30px 0;}
    a.left:active{background-position:-60px 0;}

/* Bottom Pics/Links */
#pictainer {
		display: block;
		width: 1045px;
}
#pictainer a:hover {
		opacity : 0.800000011920928955078125;	
}
#leistungen {
		font-size: 13px;
		text-align: center;
		width: 210px;		
		height: 115px;
		margin: 20px 20px 20px 22px;
		padding: 5px;		
		display: block;
		border-radius: 10px;
		box-shadow: 2px 2px 10px #585858;
		float:left;
}
#leistungen img{
		width: 200px;
		height: 105px;
}
#unternehmen {
		font-size: 13px;
		text-align: center;
		width: 210px;		
		height: 115px;
		margin: 20px 20px 20px 20px;
		padding: 5px;		
		display: block;
		border-radius: 10px;
		box-shadow: 2px 2px 10px #585858;
		float:left;
}
#unternehmen img{
		width: 200px;
		height: 105px;
}
#referenzen {
		font-size: 13px;
		text-align: center;
		width: 210px;		
		height: 115px;
		margin: 20px 20px 20px 20px;
		padding: 5px;		
		display: block;
		border-radius: 10px;
		box-shadow: 2px 2px 10px #585858;
		float:left;
}
#referenzen img{
		width: 200px;
		height: 105px;
}
#contactbottom {
		font-size: 13px;
		text-align: center;
		width: 210px;		
		height: 115px;
		margin: 20px 20px 20px 20px;
		padding: 5px;		
		display: block;		
		border-radius: 10px;
		box-shadow: 2px 2px 10px #585858;
		float:left;
}
#contactbottom img{
		width: 200px;
		height: 105px;
}
/* FOOTER */
#footer {
		clear: both;
		display: block; 
		width: 1045px;
		height: 20px;
		background: #fff;		
		margin: 20px 0 0 0;		
}
.footer-content {
		width: 965px;		
		background: #157c45;
		margin: 0 20px;
		height: 20px;
		color: #fff;
		line-height: 20px;
		text-align: right;
		padding: 2px 20px;
		font-weight: bold;
		font-size: 14px;
		border-radius: 6px;
		box-shadow: 2px 2px 5px #888888;
}
.footer-content a {
	color: #fff;
	text-decoration: none;
	font-size: 18px;
}
.footer-content a:hover{
	color: #0026FF
}
/* FANCYBOX DESIGNS */
.fancy-heading {		
		background: #157C44;
		color: #fff;
		font-size: 32px;
		font-style: italic;
		text-decoration: none;
		font-weight: bold;
		text-align: left;
		line-height: 36px;
		display: block;
		padding: 0 10px 0 5px;
}
.fancy-heading-top {		
		background: #157C44;
		color: #fff;
		font-size: 32px;
		font-style: italic;
		text-decoration: none;
		font-weight: bold;
		text-align: center;
		line-height: 36px;
		display: block;
		padding: 0 10px 0 5px;
}
#ref-fancy {
		color: #585858;
		background: #fff;
		margin: 0 auto;
		padding: 0 20px 0 20px;
		text-align: left;
}
/* LEISTUNGEN MENU */
#leist-wrapper {
	padding: 10px 30px;
}
#leist-site-head , #leist-site-head a{
		float: left;
		margin: 10px 10px 10px 0;
		width:211px;		
		background: #157C44;
		color: #fff;
		font-size: 22px;
		font-style: italic;
		text-decoration: none;
		font-weight: bold;
		text-align: left;
		line-height: 28px;
		display: block;
		padding: 0 5px;
		border-radius: 6px 6px 0 0;
}
#leist-menu {
		float: left;
		padding: 10px 18px 20px 0;
		width: 231px;
		background: #fff;		
}
.leist-menu-first {
    font-size: 18px;
    font-style: italic;
    list-style: none outside none;
	margin: 0;
    padding: 0;
	text-align: left;
}
.leist-menu-first li {
    border-bottom: 1px solid #157C44;
    padding: 10px 0;
    width: 219px;
}
.leist-menu-first a {
	color: #585858;
	text-decoration: none;
	padding: 0 5px;
}
.leist-menu-first a:hover { 
	color: #157C44;
	padding: 0 5px;
}
.leist-menu-second li a:hover {
    background-color: #157C44;
    color: #FFFFFF;
	padding: 0 5px;
}
.leist-menu-second {    
    font-size: 14px;
    list-style: none outside none;
    margin: 0;
    padding: 0 0 0 10px;
}
.leist-menu-second li {
    border: 0 none;
    display: block;
    line-height: 21px;
    margin-top: 7px;
    padding: 0;
    width: 173px;
}
.leist-menu-second li a {
    background-color: #E2E2E2;
    color: #585858;
    display: block;
    line-height: 21px;
    padding: 0 0 0 19px;
}
#menu-active-first , #menu-active-first a{
		color: #157C44;
}
#menu-active-first-active , #menu-active-first-active a{
		background-color: #157C44;
		color: #FFFFFF;
}
/* LEISTUNGEN INHALT */
#leist-content-head {
		width: 710px;
		background: #157C44;
		color: #fff;
		font-size: 22px;
		font-style: italic;
		text-decoration: none;
		font-weight: bold;
		text-align: left;
		line-height: 28px;
		display: block;
		margin-top: 10px;
		padding: 0 10px 0 5px;
		border-radius: 6px;
}
#leist-content {
	width: 710px;
	padding: 10px 10px 20px 256px;
	background: #fff;
	color: #585858;
	text-align: left;
}
#leist-content ul {
	padding: 0 10px 0 20px;
}
.vermietung {
	background: #eee;
	padding: 20px 20px;
	border-radius: 6px;
	color: #333;
	font-size: 14px;
}
.vermietung td{
	padding: 10px 0;
}
tr.head{
	font-size: 22px;
	font-weight: bold;
}
/* CONTACT FORM */
.mainlabel {
		float: left;
		line-height: 1.5em;
		padding-right: 1em;
		text-align: right;
		width: 8.5em;
}
#contform {
		width: 405px;
		margin-top: 20px;
}
#contform  p {
		margin:8px 0 0 0;
		overflow: auto;
}	
#vorname, #strasse, #plz {
    margin-right: 0.5em;
}
#sex {
		float: left;
		margin: 0 0px 0 8px;
}
#name, #vorname, #strasse, #nr, #plz, #ort {
    width: 10em;
}
#firma, #telephone, #telefax, #email, #nachricht{
    width: 20.6em;
}
.submit {    
    padding: 0.5em 1em;
}