/*=================================*/
/* Nivo Slider 
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/
body {
    margin:0px;
	background-color: #F1F1EF; 
	vertical-align: top;
}
/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider1, #slider2, #slider3, {
	position:relative;
	background:url(../bilder/loading.gif) no-repeat 50% 50%;
}
#slider1 img, #slider2 img, #slider3 img {
	display:none;
}

.nivo-controlNav {
	position:absolute;
	left:0px;
	bottom:4px;
	background: #000000;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 3px;
    border: 2px solid #CCC;
    opacity: 0.7;
    z-index: 99;
	display: none;
	}
	
.nivo-controlNav:hover{opacity: 1;}
	
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../bilder/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:0px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:35px;
	height:65px;
	
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-35px 0;
	right: -40px;
}

a.nivo-nextNav:hover{right: -41px;}

a.nivo-prevNav {
	left:-40px;
}
a.nivo-prevNav:hover{left: -41px;}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

.nivo-directionNav a{top: 40%;}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}
img.projekte {
	margin-left: 10px;
}
.tabelle1 {
	display: table; 
	margin:32px 0 0 26px; 
	padding: 0; 
	height: 237px;
}
.tabelle2 {
	display: table; 
	margin:47px 0 68px 26px; 
	padding: 0; 
	height: 237px;
}
.zeile {
	display: table-row;
}
.spalte2 {
	border-width: 0 19px; 
	border-color: #F1F1EF; 
	border-style: solid;
}