@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
}

body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000000;
	background:url(images/body_bg.jpg) no-repeat top center #d0d1d2;
}

#center {
	width:980px;
	margin:0px auto;
}

#header {
	width:980px;
	height:350px;
	position: relative;
	z-index: 20;
}

#header_left {
	width:260px;
	height:350px;
	float:left;
}

#header_right {
	width:720px;
	height:350px;
	float:left;
}

#cont {
	width:980px;
}

#menu {
	width:200px;
	padding-left:60px;
	padding-top:60px;
	padding-bottom: 60px;
	box-shadow: 3px 1px 4px 0 #444;
	z-index: 10;
	position: relative;
	float:left;
	background:#fff;
}

#main {
	width:720px;
	float:left;
	background:#fff;
}

#minheight {
	width:40px;
	height:750px;
	float:left;
}

#content {
	width:640px;
	float:left;
	padding:40px 40px 40px 0px;
}

a {
	color:#1f3f8e;
	text-decoration:none;
}

a.mainlink {
	display:block;
	margin:10px 0px;
	text-decoration:none;
	color:#1f3f8e;
}

h1 {
	font-size:16px;
	font-weight:bold;
	margin-top: 20px;
}

h2 {
	font-size:14px;
	font-weight:bold;
	margin-top: 12px;
}

p {
	line-height:18px;
	margin:12px 0px;
}

img {
	border:0;
	display:block; /* hack für ie */
}
.float {
	padding: 20px;
}
.right {
	float: right;
}
.left {
	padding-top: 0;
	padding-left: 0;
	float: left;
}

.popImg{
	display: inherit!important;
}

#cookiepopup { width:99%; position:fixed; bottom:0; padding:20px; color:#ffffff; background-color:rgba(0,0,0,.85); margin-left: auto!important;}
	#cookiepopup p {
		margin-bottom:10px;
	}
	.cookiepopuplink {
		color:#ffffff;
		text-decoration:none;
	}
	.cookiepopuplink:hover {
		color:#ffffff;
		text-decoration:underline;
	}
	#cookiepopup .btn-default {
		margin-right:10px;
	}
.row{
	display: flex;
}
.col-md-9{
	width: 75%;
}
.col-md-3{
	width: 25%;
	text-align: center;
}
.btn-default{
	padding: 5px 8px;
	background-color: #fff;
	border-radius: 5px;
}