*{
	margin:0px;
	padding:0px;
	border:none;
}

/******** TEXTE *******/
p{
	padding-top:0.5em;
	padding-bottom:0.5em;
}

h1, h2, h3, h4, h5, h6, h7{
	color:#043882;
	padding-top:0.5em;
	padding-bottom:0.5em;
}
span.green{
	color:#388222;
	font-weight:bold;
	line-height:2em;
}

a{
	color: #388222;
	text-decoration:none;
}
a:hover{
	cursor:pointer;
}
/******** KOPFLINKS *******/
ul.headlinks{
	width: 96%;
	
	text-align: justify;
	color:white;
	
	margin-left:2%;
	margin-right:2%;
	margin-top:10px;
	margin-bottom:10px;
}
ul.headlinks li a, ul.headlinks li a.visited {
	color:white;
	text-decoration:none;
}

ul.headlinks li a:hover, ul.headlinks li a.active{
	/*Unterstrich*/
	border-bottom:3px solid #d3d1e4;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
}

ul.headlinks li{
	display: inline-block;
	padding-bottom:3px;
}

ul.headlinks li.emptyline {
	padding-left: 100%;
	border:none;
}

/******** FUßZEILE *******/
#footer ul{
	width: 96%;
	
	text-align: justify;
	color: #043882;
	
	margin-left:2%;
	margin-right:2%;
}

#footer ul li{
	display: inline-block;
}
#footer ul li.emptyline {
	padding-left: 100%;
}

/******** LEFTBAR *******/
div#leftbar{
	overflow:auto;
}
ul.referenzen{
	list-style:none;
}
ul.referenzen li{
	border-top:solid 1px #388222; 
	padding-bottom:1em;
	padding-top:1em;
}
ul.referenzen li.active{
	background-color:#d9d8e7;
}

ul.referenzen li a{
	color:black;
}

/******** Leistungen *******/
div#leistungen ul{
	padding-left:20px;
	list-style: disk;
}

/******** KONTAKTFORMULAR *******/
div#Kontakt{
	width: 100%;
}
div#Kontakt input{
	display: block;
	width: 300px;
	height: 2em;
	margin-bottom:10px;
	padding:5px;
	font-family: inherit;
	font-size: inherit;
	/*Runde Ecken*/
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;
}
div#Kontakt textarea{
	display: block;
	font-family: inherit;
	font-size: inherit;
	padding:5px;
	/*Runde Ecken*/
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;
}
#visitenkarte{
	float:right;
}

#visitenkarte li{
	list-style: none;
	height: 1.5em;
}

.button {
   background-image: -webkit-linear-gradient(top, rgba(102,179,79,1) 26%,rgba(57,130,34,1) 58%, rgba(57,130,34,1) 64%,rgba(50,110,30,1) 88%);
   background-image:    -moz-linear-gradient(top, rgba(102,179,79,1) 26%,rgba(57,130,34,1) 58%, rgba(57,130,34,1) 64%,rgba(50,110,30,1) 88%);
   background-image:     -ms-linear-gradient(top, rgba(102,179,79,1) 26%,rgba(57,130,34,1) 58%, rgba(57,130,34,1) 64%,rgba(50,110,30,1) 88%);
   background-image:      -o-linear-gradient(top, rgba(102,179,79,1) 26%,rgba(57,130,34,1) 58%, rgba(57,130,34,1) 64%,rgba(50,110,30,1) 88%);
   background-image:         linear-gradient(top, rgba(102,179,79,1) 26%,rgba(57,130,34,1) 58%, rgba(57,130,34,1) 64%,rgba(50,110,30,1) 88%);
   -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
           border-radius: 5px;
   width: 131px;
   height: 44px;
   margin: 15px;
   display: inline-block;
   font-size: 15px;
   line-height: 45px;
   text-align: center;
   color: #ffffff;
   font-weight: bold;
   text-shadow: 1px 1px 3px #000000;
}
.button:hover {
   background-image: -webkit-linear-gradient(top, rgba(50,110,30,1) 26%,rgba(57,130,34,1) 58%, rgba(57,130,34,1) 64%,rgba(103,179,79,1) 88%);
   background-image:    -moz-linear-gradient(top, rgba(50,110,30,1) 26%,rgba(57,130,34,1) 58%, rgba(57,130,34,1) 64%,rgba(103,179,79,1) 88%);
   background-image:     -ms-linear-gradient(top, rgba(50,110,30,1) 26%,rgba(57,130,34,1) 58%, rgba(57,130,34,1) 64%,rgba(103,179,79,1) 88%);
   background-image:      -o-linear-gradient(top, rgba(50,110,30,1) 26%,rgba(57,130,34,1) 58%, rgba(57,130,34,1) 64%,rgba(103,179,79,1) 88%);
   background-image:         linear-gradient(top, rgba(50,110,30,1) 26%,rgba(57,130,34,1) 58%, rgba(57,130,34,1) 64%,rgba(103,179,79,1) 88%);
   cursor:pointer;
}
.button:active {
	position:relative;
	top:1px;
	cursor:pointer;
}
