@charset "utf-8";
body {
    background-image: linear-gradient(180deg,rgba(46,77,129,1.00) 25%,rgba(255,255,255,1.00) 100%);
    background-repeat:no-repeat;
	color: #666666;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 15px;
	margin-top: 2px;
	margin-bottom: 2px;
}
h1 {
	color: #2E4D81;
	font-style: normal;
	font-size: 22px;
	font-weight: bold;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
h2 {
	color: #2E4D81;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
h3 {
	color: #2E4D81;
	font-weight: bold;
	font-size: 16px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
h4 {
	color: #ff9933;
	font-weight: bold;
	font-size: 18px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
h5 {
	color: #666666;
	font-weight: normal;
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
.fliess-bold {
	color: #2E4D81;
	font-weight: bold;
	font-size: 16px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}

.navbar-default {
	background-image: url(../img/container.png);
	background-color:transparent;
	border-style: none;
	border-bottom-color: #dbdbdb;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-top-top-radius: 5px;
	border-top-bottom-radius: 5px;
	float: none;
	margin-left: 30px;
	padding-bottom: 10px;
	width: 210px;
	font-size: 13px;
	color: #cccccc;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	padding-left: 0px;
	padding-right: 0px;
	margin-left:auto;
	margin-right:auto;
	overflow: hidden;
}
.navbar-default .navbar-nav > .active > a {
    color: #2E4D81;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background-color:transparent;
	color: #2E4D81;
}
.navbar-default .navbar-nav > li > a {
    width: 190px;
    height: 30px;
    text-align: left;
    color: #666666;
    line-height: 5px;
    font-weight: bold;
}
.container-fluid {
	width: 190px;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}
button.navbar-toggle {
	background-image: url(../img/icon_menu_01.png);
}
button.navbar-toggle.collapsed {
	background-image: url(../img/icon_menu_01.png);
}
#auge {
	padding-right: 0px;
}
#logo {	
	padding-left: 30px;
}
hr {
	height: 1px;
	background-color: #DBDBDB;
}
.maincontent {
	padding: 20px 25px 0 20px;
}
.container {
	background-color: #FFFFFF;
}
.liste {
	list-style-image:url(../img/pfeil.png);
	padding-left: 20px;
}
.block {
	text-align: justify;
	width: 100%;
}
#box {
	background-color: #2E4D81;
	width: 210px;
	border: 3px #dbdbdb solid;
	margin-right: 15px;
	color: #DBDBDB;
	font-size: 13px;
	padding: 10px 21px 15px 30px;
}
#boxmarken {
	background-image: url(../img/box.png);
	background-repeat: repeat-x;
	width: 220px;
	border: 1px #dbdbdb solid;
	font-size: 15px;
	margin-top: 30px;
	float:left;
	padding: 20px 10px 10px 10px;
	border-radius: 5px 5px 5px 5px;
}
#boxmarken a:link {
color: #B80508;
}
#boxmarken a:visited, a:active {
color: #B80508;
}
#boxmarken a:hover {
    color: #ACADAF;
}
#stellenangebote {
	background-image: url(../img/box.png);
	background-repeat: repeat-x;
	width: 220px;
	border: 1px #dbdbdb solid;
	font-size: 15px;
	font-color: #666666;
	margin-top: 30px;
	float:left;
	padding: 20px 10px 10px 10px;
	border-radius: 5px 5px 5px 5px;
}
#werbung {
	background-color: #FF9933;
	width: 200px;
	font-size: 15px;
	font-color: #666666;
	font-weight:bold;
	padding: 10px 10px 10px 10px;
	border-radius: 5px 5px 5px 5px;
}
#block {
	text-align: justify;
	width: 70%;
}
footer {
	height: 56px;
	margin-top: 20px;
	margin-bottom: 1px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image:url(../img/footer.png);
	color: #666666;
	font-size: 13px;
	font-weight:bold;
}
#wrapper {
width: 100%;
padding-left: 32px;
}
 
#leftCol {
float: left;
width: 400px;
} 
#rightCol {
float: right;
width: 240px;
margin-right:40px;

}
a:link, a:visited {
    color: #88A7DB;
    text-decoration: none;
    display: inline-block;
}
a:hover, a:active {
    color: #ACADAF;
}
.button a:link, a:visited {
    color: #2E4D81;
    text-decoration: none;
    display: inline-block;
}
.button a:hover, a:active {
    color: #4c4c4c;
}

.padding{
	margin-left:30px;
}
.padding2{
	padding-top:50px;
}
.responsive_map {
height: 100%;
overflow: hidden;
padding-bottom: 2%;
position: relative;
}

.responsive_map iframe {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}