/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:500px;
	height:auto;
	overflow: hidden;
	margin-top:2px;
	float:left;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
	width:500px;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 

}

/* 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;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
.nivo-controlNav {
	display:none;
}
.nivo-prevNav {
	display:none;
}
.nivo-nextNav {
	display:none;
}
div.bodycontainer {width:765px;height:130px;margin:0px;padding:0px;background-color:rgb(112,122,133);margin-top:5px;}

div.navicontainer {width:100%;height:127px;background-color:rgb(210,230,230);border-bottom:5px solid rgb(130,180,185);}

div.homecontainer1 {width:125px;height:127px;margin-left:230px;_margin-left:115px;float:left;background-image:url(images/boxfluegel.jpg);background-repeat:no-repeat;background-position:bottom;}
div.vitacontainer1 {width:125px;height:127px;float:left;}
div.workscontainer1 {width:125px;height:127px;float:left;}
div.contactcontainer1 {width:125px;height:127px;float:left;}

div.homecontainer2 {width:125px;height:127px;margin-left:230px;_margin-left:115px;float:left;}
div.vitacontainer2 {width:125px;height:127px;float:left;background-image:url(images/boxfluegel.jpg);background-repeat:no-repeat;background-position:bottom;}

div.workscontainer3 {width:125px;height:127px;float:left;background-image:url(images/boxfluegel.jpg);background-repeat:no-repeat;background-position:bottom;}
div.contactcontainer4 {width:125px;height:127px;float:left;background-image:url(images/boxfluegel.jpg);background-repeat:no-repeat;background-position:bottom;}
div.unternavi {width:765px;height:25px;background-image:url(bilder/unternavihintergrund.gif);background-repeat:no-repeat;}

a.fluegel {display:block;width:125px;height:127px;background:transparent;background-position:bottom;
  text-decoration:none;text-align:center;font-family:arial,helvetica;color:#669999;font-weight:bold;font-size:80%;outline:0; -moz-outline:0;}

a:hover.fluegel {display:block;background:url(images/boxfluegel.jpg);background-repeat:no-repeat;background-position:bottom;
  text-decoration:none;text-align:center;font-family:arial,helvetica;font-weight:bold;font-size:80% outline:0; -moz-outline:0;}
body {background-color:#F2F2F2;
}
p.infograu {font-family:Arial,Helvetica,sans-serif;font-size:10px;color:rgb(112,123,133);line-height:1.5em;}
div.contactinhalt2 {height:430px;background-color:#EBEBEB;;padding:20px 0px 0px 10px;
}
span.infograu {margin-left:4px;font-family:Tahoma,Arial,Helvetica;font-size:10px;color:rgb(112,123,133);
}
.clear {
	clear:both;
}
ul {
	list-style:none;
}
li {
	display:inline;
	font-family:arial;
	color:gray;
	font-weight:bold;
	font-size:12px;
}
ul li a {
	color:#82B4B9;
	text-decoration:none;
}
ul li a:hover {
	color:red;
	text-decoration:underline;
}