
/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/

/*===================*/
/*=== Main Styles ===*/
/*===================*/
body {
    text-align: center; /* Zentrierung IE */
	margin:0;
	padding:0;
	font-size:13px;
	font-family:Verdana;
	color:#000000;
	background-color:#000000;
	}

a, a:visited {
	color:white;
	text-decoration:underline;
}
a:hover, a:active {
	color:white;
	text-decoration:underline;
}







#hintergrund {
    width: 804px;
    height:1434px;
    padding:0px;
    margin: 0px;
    padding-top: 30px;
    position: relative;
    margin:0 auto 0;
    /*background-image: url(../images/projekte/gr/hintergrund.png); */
}

#abstand{
	display:block;
	width:100%;
	height: 10%;
	margin: 0;
	position: relative;
	color:#666666;
    padding:0px 0;
	}

#abstand1{
	width:600px;
	height:45px;
	position: relative;
	margin:0 auto 0;
	text-align: center;
    background-color: #111111 ;
    border: 3px  solid white;
    border-top: none;
    border-bottom: none;
	}

#close{
	width:600px;
	height:35px;
	position: relative;
	margin:0 auto 0;
    background-color: #111111;
    border: 3px  solid white;
    border-top: none;
	}

#text{
	width:70px;
	height:20px;
	position: relative;
	margin:0 auto 0;
	text-align: center;
	}



.theme-default #slider {
    display: block;
    margin:0 auto 0 auto;
    border: 3px  solid white;
    border-bottom: none;
    cursor: default;
    width:600px; /* Make sure your images are the same size */
    height:400px; /* Make sure your images are the same size */
}

/*
 * jQuery Nivo Slider v2.7.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	cursor: default;
}
.nivoSlider img {
	position:absolute;
	cursor: default;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	color:#ffffff;
	text-align: center;
	
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	font-weight:bold;
	cursor:pointer;  
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: flexible
Description: The default skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
*/

.theme-default .nivoSlider {
	position:relative;
	background:#111111 url(../images/loading.gif) no-repeat 50% 50%;
    margin-bottom:50px;
    
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	display:block;
	position:absolute;
	bottom:-35px;
	width:100%;
	color:#999999;
	background-color:#111111;
	text-align:center;
}


.theme-default .nivo-controlNav a{
	display: inline-block;
	width:10px;
	height:10px;
	margin-right:5px;
	color:#999999;
	background:url("../images/bullets1.png") no-repeat #FFFFFF;
	text-indent:-9999px;
	cursor:pointer;
	z-index:99;
	}

.theme-default .nivo-controlNav a.active{background-position:-10px 0;}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url("../images/arrows.png") no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}