.navbar-lohn-info{
	background: #057C80;
	text-shadow: 1px 1px #000;
}
.navbar-lohn-info a{
	color: #fff !important;
}
.navbar-lohn-info .navbar-nav>.active>a, .navbar-lohn-info .navbar-nav>.active>a:focus, .navbar-lohn-info .navbar-nav>.active>a:hover,  .navbar-lohn-info .navbar-nav a:hover {
	background-color: #A0D3D4 !important;
}
.navbar-brand-logo{
	height: 25px;
	width: 25px;
	vertical-align: middle;
	display: inline-block !important;
}
.navbar-subnavi-lohn-info{
	background: #A0D3D4;
}
.navbar-subnavi-lohn-info a{
	color: #000 !important;
}
.navbar-subnavi-lohn-info .navbar-nav>.active>a, .navbar-subnavi-lohn-info .navbar-nav>.active>a:focus, .navbar-subnavi-lohn-info .navbar-nav>.active>a:hover,.navbar-subnavi-lohn-info a:hover{
	text-decoration: underline !important;
	background: #A0D3D4;
}
.navbar-subnavi{
	font-size: 0.83em;
	padding: 0;
	text-decoration: none;
}
.navbar-subnavi li a{
	padding-top: 5px;
	padding-bottom: 5px;
}
.container{
	width: 100%;
	margin: 0 15px;
}
.navbar {
	border-radius: 0 !important;
}
.alert-info{
	background: #c9f1f2;
}

.content a{
	text-decoration: underline !important;
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 14px;
	border-left: 5px solid #057C80;
	background: #ededed;
}
.h1, h1 {
	font-size: 1.8em;
         color: #008080;
         padding-bottom: 1em;
}
.h2, h2 {
	font-size: 1.5em;
         color: #008080;
         padding-bottom: 1em;
}
.h3, h3 {
	font-size: 1.3em;
         color: #008080;
         padding-bottom: 1em;
}

.zellerechts {
	text-align: right;
}

.zellemitte {
	text-align: center;
}

p#Fusszeile {
	clear: both;
	font-size: 0.9em;
	margin: 0;
	padding: 0.1em;
	text-align: center;
	background-color: #008080;
	color:#fff;
}

p#Fusszeile a:link {
	color: #fff;
}

p#Fusszeile a:visited {
	color: #FFFFFF;
}

hr {
	margin-top: 1em;
	margin-bottom: 1em;
	border: 0;
	border-top: 1px solid #008080 !important;
}

p#unternavi {
	background-color: #a0d3d4;
	padding: 0.5em;
	margin-top:0 !important;
}

p#unternavi a {
	font-size: 0.83em;
	padding: 0;
	text-decoration:none !important;
}

p#unternavi span {
	color: #FF0000;
}
p#unternavi a:link {
	color: #000000;
}
p#unternavi a:visited {
	color: #000000;
}
p#unternavi a:hover {
	text-decoration: underline !important;
}
p#unternavi a:active {
	color: white;
	background-color: gray;
}

.social>div:first-child{
	max-width: 600px !important;
	width: 100% !important;
	height: auto !important;
	padding: 5px !important;
	margin: 10px !important;
	float: right !important;
	border: 1px solid #008080 !important;
	background-color: #EFEFEF !important;
	font-family: Helvetica, Arial, sans-serif !important;
	font-size: 14px !important;
}



.slider{
	border:1px solid #008080;
	width:600px;
	height:200px;
	overflow:hidden;
	margin-bottom:20px;
	padding-left:40px;
	margin-top:20px;
	margin-left:20px;
}
.slider .slider_icon{
	position: absolute;
	width: 30px;
	height: 30px;
	background: url("../slider/li_icon.png") no-repeat;
	z-index: 10;
	margin-left: -50px;
	margin-top: -10px;
}
.slider .itemcontainer{
	overflow:hidden;
	width:520px;
	height:200px;
}
.slider .itemwrap{
	position:relative;
	left:0;
	width:auto;
}
.slider .item{
	width:258px;
	height:200px;
	float:left;
	padding:0 10px;
	border:1px solid #999;
	border-top:none;
	border-right:none;
}
.slider .item:hover{
	background:#efefef;
}
.slider .item h2{
	font-size:1em;
	background:#a0d3d4;
	padding:.5em;
}
.slider .arrow.left{
	position: absolute;
	height: 45px;
	width: 45px;
	margin-top: 70px;
	margin-left: -45px;
	background: url("../slider/arrow_sprite.png") no-repeat top left;
	cursor:pointer;
	z-index: 100;
}
.slider .arrow.right{
	position: absolute;
	height: 45px;
	width: 45px;
	margin-top: 70px;
	margin-left: 519px;
	background: url("../slider/arrow_sprite.png") no-repeat top right;
	cursor:pointer;
	z-index: 100;
}