* {
	margin: 0;
	padding: 0;
}
body {
	color: #564b47;
	font-size: 0.85em;
	font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
	background: transparent url(../images/bg_body.gif) top center repeat-y;
}
#wrap {
	position: relative;
	min-height: 100%;
	height: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: auto;
}
html > body #wrap {
	height: auto;
}
#top-navi {
	width: 796px;
	margin: 0 auto;
	background-color: #A4C650;
}
#top-navi ul {
	list-style-type: none;
	text-align: right;
}
#top-navi ul li {
	display: inline;
	margin-right: 5px;
}
#top-navi form {
	display: inline;
}
#top-navi label {
	font-size: 0.8em;
	color: #fff;
	display: none;
}
#top-navi input.search {
	height: 18px;
	margin: 2px;
	border: 1px solid #ccc;
	color: #333;
	font-size: 0.8em;
	background: #fff url(../images/suche.png) no-repeat;
	background-position: 95% 50%;
}
#top-navi ul li img {
	border: 0;
}
#header {
	height: 104px;
	width: 100%;
	background-color: transparent !important;
	background: transparent url(../images/bg_top.gif) repeat-x left bottom;
}
#header-inner {
	background-color: transparent !important;
	width: 796px;
	margin: 0 auto;
	padding-top: 23px;
}
#logo {
	height: 64px;
	width: 350px;
	margin-top: 17px;
	background: url(../images/logo.png) no-repeat;
	background-color: transparent !important;
	z-index: 100;
}
#logo h2 {
	display: none;
}
#logo a {
	height: 64px;
	width: 350px;
	display: block;
}
#navi {
	float: right;
	height: 31px;
	margin-top: 49px;
	background-color: transparent !important;
}
#navi ul {
	float: right;
}
#navi ul li {
	float: left;
	background-color: transparent !important;
	margin-left: 5px;
	list-style-type: none;
}
#navi ul li a {
	color: #fff;
	text-decoration: none;
	height: 20px;
	background-color: #a4c650;
	display: block;
	padding: 6px;
}
#navi ul li a:hover {
	background-color: #fff;
	color: #A4C650;
}
#navi ul li a:active, #navi ul li a.rex-current {
	background-color: #fff;
	color: #587a22;
}
#navi ul li a:focus {
	background-color: #fff;
	color: #587a22;
}
/*
 Dropdown-Navi
 */
ul.rex-navi2 {
	background-color: #232323 !important;
	position: absolute;
	display: none;
	z-index: 10;
	opacity: 0.81;
	min-width: 66px;
}
#navi ul li:hover ul.rex-navi2 {
	display: inline-block;
}
ul.rex-navi2 li {
	clear: left !important;
	width: auto;
	margin-left: 0 !important;
}
ul.rex-navi2 li a {
	height: auto !important;
	background-color: #232323 !important;
}
ul.rex-navi2 li a:hover {
	color: #fff;
}
#content {
	width: 796px;
	background-color: #fff;
	margin: 0 auto;
	clear: right;
}
#content-inner {
	margin: 0 15px;
	padding: 15px 0 200px 0;
	min-height: 400px;
}
#footer {
	position: absolute;
	/*bottom: 0;*/
	height: 128px;
	width: 100%;
	background: url(../images/bg_bottom.jpg) repeat-x left top;
	padding-top: 35px;
}
#footer-inner {

	height: 70px;
	background-color: #232323;
	width: 776px;
	margin: 0 auto;
	padding: 10px;
}
#footer p, pre {
    margin-left: 0;
    padding: 0;
}
.box_shadow {
	-webkit-box-shadow: 0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
}
/**
 * Content
 */
#content ul {
	margin-left: 2em;
	margin-bottom: 2em;
}
#content ol {
	margin-left: 2em;
	margin-bottom: 2em;
}
a:link {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
a:focus {
	font-weight: bold;
	color: #A4C650;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #A4C650;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #A4C650;
	text-decoration: underline;
}
hr {
	color: #A4C650;
	margin-bottom: 1.5em;
}
p, pre {
	margin-left: 0px;
	padding: 10px 15px 10px 0;
}
pre {
	font-size: 1.25em;
}
h1 {
	font-size: 1.5em;
	color: #89bb3c;
	font-weight: normal;
}
img {
	border: 4px solid #a4c650;
}
.bild_links {
	margin: 10px 15px 5px 0px;
	float: left;
}
.bild_rechts {
	margin: 10px 0px 5px 15px;
	float: right;
}
.button {
	/*background-color: #006699;*/
}
fieldset {
	border: none;
	margin-top: 1em;
	margin-bottom: 1em;
}
.formgen label {
	display: block;
	margin-top: 1em;
}
.formgen label.formerror {
	color: #ee0000;;
}
.formgen input, .formgen textarea {
	border: 1px solid #ccc;
	font-size: 1em;
	width: 300px;
}
.formsubmit, .myButton {
	background-color: #9DCE2C;
	background: -moz-linear-gradient(center top , #9DCE2C 5%, #8CB82B 100%) repeat scroll 0 0 #9DCE2C;
	border: 1px solid #83C41A;
	border-radius: 3px;
	box-shadow: 0 1px 0 0 #C1ED9C inset;
	color: #FFFFFF;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	padding: 6px 12px;
	text-decoration: none;
	text-shadow: 1px 1px 0 #689324;
	cursor: pointer;
}
.formsubmit:active, .myButton:active {
	position: relative;
	top: 1px;
}
.formsubmit:hover, .myButton:hover {
	background-color: #8CB82B;
	background: -moz-linear-gradient(center top , #8CB82B 5%, #9DCE2C 100%) repeat scroll 0 0 #8CB82B;
}
/**
 * 	Projekt-Detail
 */
.projekt-detail h2 {
	margin-bottom: 1em;
}
.projekt-slider .image {
	height: 350px;
	border: 4px solid #a4c650;
}
*/
.nivo-controlNav {

}
.nivoSlider {
	position: relative;
	width: 756px; /* Change this to your images width */
	height: 350px; /* Change this to your images height */
	/*background: url(images/ajax-loader.gif) no-repeat 50% 50%;*/
}
.nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	/*display: none;*/
	border: 5px solid #a4c650;
}
.nivoSlider a {
	border: 0;
	display: block;
}
.paging img {
	border: none;
}
.paging-up {
	text-align: center;
}
.paging-prev {
	float:left;
}
.paging-next {
	float: right;
}
/**
 * 	Projektliste
 */
.boxrow {

}
.boxrow .box {
	position: relative;
	float: left;
	margin-bottom: 8px;
	margin-right: 8px;
}
.boxrow .box.last {
	margin-right: 0;
}
.boxrow .box .title {
	display: none;
	position: absolute;
	bottom: 4px;
	left: 4px;
	background-color: #333;
	color: #fff;
	width: 224px;
	padding: 9px;
	opacity: 0.8;
}
.boxrow .box:hover .title {
	display: inline-block;
}
.boxrow .box .title a {
	font-size: 0.8em;
	color: #fff !important;
}
