html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*
 * #######################################################################################
 *
 * General
 *
 * #######################################################################################
 */

body {
	font: 11px Verdana;
	background-color: #575757;
}

a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #95BF3A;
	text-decoration: none;
}

a.footer {
	color: #ffffff;
	text-decoration: none;
}

a.footer:hover {
	color: #95BF3A;
	text-decoration: none;
}

h1 {
	font-size: 14px;
	padding-bottom: 10px;
}

#wrapper {
	position:absolute;
	top:0;
	left:-375px;
	width:750px;
	margin-left:50%;
	background-color: #fff;
	overflow: hidden;
}

#header {
	height: 270px;
	background: transparent url(../img/header.jpg) no-repeat center;
}

#content {
	margin: 25px;
	padding: 25px;
	background-color: #95BF3A;
}

#footer {
	height: 50px;
	background-color: #000000;
	color: #fff;
	text-align: center;
}

#footer .inner {
	padding-top: 18px;
}

.col {
	padding: 25px;
	background: #ffffff;
}
.coll {
	background: #ffffff;
}
* html .coll {
	zoom: 1;
	background: #ffffff url(../img/links_unten.gif) no-repeat bottom left;
}

.col_corner {
	background: #ffffff url(../img/links_unten.gif) no-repeat bottom left;
}

.col_sub {
	background: transparent url(../img/rechts_oben.gif) no-repeat top right;
}
* html .col_sub {
	zoom: 1;
	background: transparent url(../img/rechts_oben.gif) no-repeat top right;
}

.black_col {
	padding: 25px;
	background: #000000;
	color: #ffffff;
}

.raw_col {
	background: #ffffff url(../img/links_oben.gif) no-repeat top left;
}
.raw_col_sub {
	background: transparent url(../img/rechts_oben.gif) no-repeat top right;
}

.col1 {
	width: 315px;
	float: left;
	margin-right: 25px;
	background: #ffffff url(../img/links_unten.gif) no-repeat bottom left;
}
.col1_sub {
	background: transparent url(../img/rechts_oben.gif) no-repeat top right;
}
* html .col1_sub {
	zoom: 1;
	background: transparent url(../img/rechts_oben.gif) no-repeat top right;
}

.col2 {
	width: 310px;
	float: left;
	background: #ffffff url(../img/links_oben.gif) no-repeat top left;
}
.col2_sub {
	background: transparent url(../img/rechts_unten.gif) no-repeat bottom right;
}

.col1_ref {
	width: 325px;
	float: left;
	margin-right: 5px;
	background: #ffffff;
}

.col2_ref {
	width: 320px;
	float: left;
	background: #ffffff;
}

.col_inner {
	padding: 15px;
}

.referenz_img {
	float: left;
	margin-right: 15px;
}

.clearer {
	clear: both;
}

.cleaner {
	clear: both;
	font-size: 0;
	line-height: 0;
}

.green_line {
	height: 25px;
	overflow: hidden;
	background: #95BF3A;
}

.thin_green_line {
	height: 5px;
	overflow: hidden;
	background: #95BF3A;
}

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

.floatbox {
	width: 250px;
	float: left;
}

.referenz_box {
	height: 110px;
	overflow: hidden;
	border: 1px solid #000000;
}

/*
 * #######################################################################################
 *
 * Navigation
 *
 * #######################################################################################
 */

#navi {
	background: #ffffff url(../img/navi.jpg) no-repeat top left;
	position: relative;
}

#navi .inner {
	padding: 25px;
}

ul.links {
    clear: both;
    list-style-type: none;
    position: absolute;
}

ul.links li {
    position: relative;
    z-index: 200;
	line-height: 26px;
	padding-left: 10px;
	padding-right: 10px;
    float: left;
}

ul.links div.ahover {
    background-color: #95BF3A;
}

div.ahover {
    position: absolute;
}

a.nav_link {
	color: #000000;
	text-decoration: none;
}
a.nav_link:hover {
	color: #000000;
	text-decoration: none;
}

#style_navi {
	width: 95px;
	position: absolute;
	top: 35px;
	right: 0;
	clear: both;
}

.change_background_color {
	width: 10px;
	height: 10px;
	background: red;
	float: left;
	margin-right: 10px;
	cursor: pointer;
}

.change_background_color span {
	display: none;
}

.darkgray {
	background-color: #575757;
}

.lightgray {
	background-color: #CDCDCD;
}

.green {
	background-color: #95BF3A;
}

.black {
	background-color: #000000;
}

/*
 * #######################################################################################
 *
 * Forms
 *
 * #######################################################################################
 */

.input_elem {
	color: #000000;
	border: none;
	border-bottom: 1px solid #000000;
	background-color: #ffffff;
	padding: 2px;
	width: 210px;
}

.input_btn {
	color: #ffffff;
	border: 1px solid #000000;
	background-color: #000000;
	padding: 2px;
	width: 210px;
}

.error_bg {
	color: #800000;
	background-color: #FFCCCC;
	border-bottom: 1px solid #800000;
	padding: 2px;
	width: 210px;
}

fieldset {
	padding-top: 5px;
	padding-bottom: 5px;
	background:#ffffff;
	border: none;
	height: 100%;
}

input, textarea, select {
	font-size:11px;
}
fieldset.action {
	padding: 10px;
	padding-left: 155px;
}
fieldset.action input {
	width: 60px;
}
fieldset.error {
	padding: 10px;
	padding-bottom: 5px;
	background: #FFCCCC;
	border: 1px solid #800000;
	color: #800000;
}
fieldset.error ul {
	font-weight: bold;
	list-style: square inside;
}
fieldset.error ul li {
	margin-bottom: 10px;
}

fieldset.success {
	padding: 10px;
	padding-bottom: 5px;
	background: #D8EFC2;
	border: 1px solid #577F2F;
	color: #577F2F;
}
fieldset.success ul {
	font-weight: bold;
	list-style: none;
}
fieldset.success ul li {
	margin-bottom: 10px;
}

label {
	font-size:11px;
	font-weight:bold;
}
label.opt {
	font-weight:normal;
}
dl {
	clear:both;
	padding: 2px;
	height: 25px;
}
.dl_active {
	background-color: #EFEFEF;
	height: 25px;
}
.dl_active label {
	color: #000000;
}
.dl_active_txtarea {
	background-color: #EFEFEF;
}
dt {
	float:left;
	text-align:right;
	width:140px;
	line-height:25px;
	margin-right: 10px;
	color: #000000;
}
.dt_active {
	color: #000000;
}
dd {
	float:left;
	width:220px;
	line-height:25px;
}

/*
 * #######################################################################################
 *
 * Slider
 *
 * #######################################################################################
 */

#slider ul li {
	width: 650px;
	height: 110px;
	background: #ffffff;
	text-align: center;
}

#slider ul li img {
	margin-top: 10px;
}

/*
 * #######################################################################################
 *
 * Lightbox
 *
 * #######################################################################################
 */

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 990;
	width: 100%;
	height: 100%;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #000000;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev {
	left: 0;
	float: left;
}
#lightbox-nav-btnNext {
	right: 0;
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #000000;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
	font-weight:bold;
}
#lightbox-container-image-data {
	padding: 0 10px;
	color: #fff;
}
#lightbox-container-image-data #lightbox-image-details {
	width: 70%;
	float: left;
	text-align: left;
}
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}
