/* ====== Basis ====== */

* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%;
}

html { 
	overflow: -moz-scrollbars-vertical; 
} 

html>body a:focus { 
	-moz-outline-style: none; 
}
	
body {  
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	background: #fff url(../img/bg_ul.jpg) bottom left no-repeat; 	
    color: #333;
	text-align: center;
}
	
img, a img { 
  	border: none;
}

a {
	text-decoration: none;
}

.klar {  
	clear: both;  
	line-height: 0px;  
	font-size: 1px;  
	height: 0px;
}	

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* ie7/win */
*:first-child+html .clearfix {
	min-height: 1px;
}

h1 {
	font-size: 18px;
	font-weight: normal;
	color: #a5c400;
	margin: 15px 0 18px 0;	
}		

h2 {
	font-size: 18px;
	font-weight: normal;
	color: #999;
	margin: 0 0 18px 0;	
}

h3 {
	line-height: 17px;
	font-size: 11px;
	font-weight: bold;
}

p {	
	line-height: 17px;
	font-size: 11px;
	margin-bottom: 17px;
}	

table {	
	line-height: 17px;
	font-size: 11px;
}	

ul {
	list-style: none;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

/* ====== Layout ====== */

#bg_ur {	
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 5;
	width: 494px;
	height: 360px;
	background: transparent url(../img/bg_ur.gif) bottom right no-repeat;
}

#mainDiv {	
	position: absolute;
	z-index: 10;
	width: 100%;
	background: transparent url(../img/bg_ol.jpg) top left no-repeat;
}

#head {	
	margin: 0 auto;	
	width: 940px;	
	height: 176px;
	position: relative;
	background: transparent url(../img/bg_head.jpg) no-repeat right 66%;
}

#logo {
	margin-top: 50px;
	float: left;
}

/* ====== Hauptnavigation ====== */

#navi ul {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 12px;
	background: transparent url(../img/bg_nav_ul.gif) bottom left repeat-x;
}

#navi li {
	float: left;
	background: url(../img/bg_nav_right.gif) top right no-repeat;
	margin-right: 9px;
}

#navi li a {
	float: left;
	color: #c7c7c7;	
	padding: 5px 0;
	width: 178px;
	background: url(../img/bg_nav_left.gif) top left no-repeat;
}

#navi li a:hover {
	color: #a5c400;
}

body#home #n_home, body#ueber #n_ueber, body#leistungen #n_leistungen, body#portfolio #n_portfolio, body#kontakt #n_kontakt {
	color: #a5c400;	
	background: url(../img/bg_nav_right_over.gif) top right no-repeat;
}	

body#home #n_home a, body#ueber #n_ueber a, body#leistungen #n_leistungen a, body#portfolio #n_portfolio a, body#kontakt #n_kontakt a {
	color: #a5c400;	
	background: url(../img/bg_nav_left_over.gif) top left no-repeat;
	padding: 5px 0 6px 0;
}	

#content_border {
	width: 100%;
	margin-top: -1px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;	
	text-align: center;
	background: #fff;	
	padding: 50px 0 0 0;
}

/* ====== Content ====== */

#content {
	margin: 0 auto;	
	width: 940px;
	min-height: 420px;
	height: auto !important;   /* for IE6 */
	height: 420px;
	text-align: left; 	
	position: relative;	 /* wegen footer */
}

#content a {
	color: #97bf0d;	
	font-weight: bold;
}

#content a:hover {
	text-decoration: underline;
}

#content a.arrow {
	display: block;
	width: 100px;
	font-size: 11px;
	margin-top: 15px;
	padding: 2px 0 2px 20px;
	background: transparent url(../img/arrow_link.gif) no-repeat scroll 0pt 0px;
}

#spalte_eins {
	float: left;
	width: 560px;
}

#spalte_eins_pad {
	padding-right: 45px;	
}

#spalte_zwei {
	float: left;
	width: 364px;
	background: #f4f4f4 url(../img/ecke.gif) bottom right no-repeat;
}

#spalte_zwei_pad {	
	padding: 15px 0 20px 15px;
}

#spalte_zwei ul {
	font-size: 11px;
}

#spalte_zwei ul li {
	line-height: 17px;
}

/* ------ Ueber Uns ------ */
#ueber_big {
	padding: 15px;
}

#ueber_big p {
	float: left;
	margin: 35px 0 0 20px;
}

#ueber_big p a {
	display: block;
	width: 30px;
	height: 30px;
	margin-top: 18px;
}

#ueber_thumbs {
	padding: 15px;	
	border-top: 3px solid #fff;
}

.img_normal {
	float: left;
	padding: 0 10px 0 0;
}

.img_trans {
	float: left;
	padding: 0 10px 0 0;
	opacity: 0.6;
	filter:Alpha(opacity=60);
}
	
/* ------ Portfolio ------ */
#spalte_zwei_portfolio {
	float: left;
	width: 378px;
}

#spalte_zwei_portfolio a {
    float: left;
	margin: 5px 10px 5px 0;	
	border: 1px solid #fff;
	opacity: 0.6;
    filter:Alpha(opacity=60);
}	

#spalte_zwei_portfolio a:hover {
	float: left;
	margin: 5px 10px 5px 0;	
	border: 1px solid #dadada;
	opacity: 1;
    filter:Alpha(opacity=100);
}

#spalte_zwei_portfolio a.active {
	float: left;
	margin: 5px 10px 5px 0;	
	border: 1px solid #dadada;
	opacity: 1;
    filter:Alpha(opacity=100);
}

.imgBig {
	margin-bottom: 6px;
}

.referenz {
	display: none;
}	
	
/* ====== Kontaktformular ====== */	

td {
	padding: 4px;
}

input, textarea {
	color: #666;
	font-size: 11px;
	border: none;
	background-color: #f4f4f4;
}

.kontakt_text {
	height: 67px;
	line-height: 17px;
	font-size: 11px;
}

/* ====== Fuer Opera, keine Border bei radio buttons ====== */	
.no_border {
	border: none;
	background: none;
}

.inputFormGr {
	width: 16em;	
	height: 16px;
	padding: 4px 0 0 3px;
	border: 1px solid #dadada;
}

.inputFormTextarea {
	width: 350px;
	height: 66px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	padding: 10px;	
	overflow: auto;
	border: 1px solid #dadada;
}

.pflicht {
	color: #999;
}

.red {
	color: #E72B20;
}

/* ====== footer ====== */	

#footer {
	width: 926px;
 	position: absolute;
	bottom: 0;
	left: 0;
	background: #fff url(../img/bg_border_footer.gif) top left repeat-x;
	font-size: 11px;
	color: #999;
	padding: 10px 0;
}

#footer a {	
	color: #999;
	font-weight: normal;
}
