
.menu-social {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 50px;
}
.menu-social a {
    display: inline-block;
    width: 30px;
    margin: 0 auto;
    background: none !important;
}
.menu-social a img {
    width: 100%;
}


body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/bg_page.gif);
	background-repeat: repeat-y;
	background-color: #3177A1;
	overflow: hidden;
	text-align: justify;
}
body a {
	color: #FFC18E;
	text-decoration: inherit;
}
body strong {
	color: #FF9966;
}

img {max-width: 100%;}

img.companylogo {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	z-index: 110;
	width: 200px;
	height: 67px;
	border: none;
}
div.status-text {
	position: absolute;
	top: 3px;
	left: 0px;
	width: 990px;
	height: 64px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: right;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 100%;
	color: #3177A1;
	z-index: 100;
}
.img-wrapper {
	width: 100%;
	text-align: center;
}
.img-wrapper img {
	width: 100%;
	object-fit: cover;
	margin: 0 auto;
}
.img-wrapper.w-50 img {
	width: 40%;
}

div.menu-layer {
	margin: 0px 0px 10px 30px;
}

div.menu-layer a {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 6px 10px;
	font-weight: normal;
	background-image: url(../images/bg_submenu.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

div.menu-layer a:hover {
	color: #00609a;
	background-image: url(../images/bg_submenu-hover.gif);
}

div.menu-layer div.aktiv {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 6px 10px;
	font-weight: normal;
	color: #00609a;
	background-image: url(../images/bg_submenu-hover.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

div.menu-layer-bg {
	position: absolute;
	top: 189px;
	left: 31px;
	width: 176px;
	height: 276px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	z-index: 11;
	background-image: url(../images/left_1_submenu-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

div.content-bg {
	position: absolute;
	top: 39px;
	left: 435px;
	width: 559px;
	height: 396px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	z-index: 10;
	background-image: url(../images/bg_index.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
  
}
header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 64px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	z-index: 10;
	background-image: url(../images/bg_topbar.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

aside {
	position: absolute;
	top: 64px;
	height: 550px;
	margin: 0px 0px 0px 0px;
	z-index: 10;
	border: solid 0px red;
	background-repeat: no-repeat;
}

#aside-left {
	left: 31px;
	width: 176px;
	background-image: url(../images/left_1.jpg);
}

#aside-right {
	left: 207px;
	width: 225px;
	background-image: url(../images/left_2.gif);
}


nav {
	position: absolute;
	top: 223px;
	left: 15px;
	width: 125px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 100%;
	z-index: 100;
	border: solid 0px red;
}

nav a {
	color: #00609A;
	text-decoration: none;
	padding: 4px 0px 0px 5px;	
	background-image: url(../images/bg_menu.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	margin: 0px 0px 8px 0px;
}

nav a:hover {
	background-image: url(../images/bg_menu-hover.gif);
	color: #FF9966;
}

nav div.aktiv {
	color: #FF9966;
	text-decoration: none;
	padding: 4px 0px 0px 5px;	
	background-image: url(../images/bg_menu-hover.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	margin: 0px 0px 8px 0px;
}


article {
	position: absolute;
	top: 80px;
	left: 480px;
	width: 600px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	z-index: 11;
	border: solid 0px red;
	text-align: justify;
}
article p {
	font-size: 12px;
	font-weight: normal;
	line-height: 150%;
	color: #ffffff;
	text-align: justify;
}

article h1 {
	font-size: 20px;
	color: #ffffff;
	line-height: 120%;
	text-align: left;
}

article h2 {
	font-size: 17px;
	font-weight: bold;
	color: #FF9966;
	line-height: 120%;
	margin: 20px 0px 0px 0px;
	text-align: left;
}

article h3 {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	line-height: 120%;
	margin: 5px 0px 0px 0px;
	text-align: left;
}

article h3 a, article-index h3 a {
	color: #FF9966;
	text-decoration: none;
}

article h3 a:hover, article-index h3 a:hover {
	color: #ffffff;
}

article ul {
	text-align: justify;
	font-size: 12px;
	font-weight: normal;
	line-height: 120%;
	color: #ffffff;
}

article li {
	margin: 0px 0px 10px 0px;
	list-style: outside;
	list-style-type: disc;
}

article li a {
	color: #ffffff;
	text-decoration: underline;
}

article li a:hover {
	color: #FF9966;
}

article li a.map {
	padding: 0px 0px 0px 45px;
	background-image: url(../images/google-map.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

article a.top {
	font-size: 10px;
	font-weight: normal;
	color: #FF9966;
	margin: 5px 0px 0px 0px;
	cursor: pointer;
}

article a.top:hover {
	color: #ffffff;
}
footer {
	text-align: center; 
	color: #fff; 	
	left: 480px; 
	width: 600px; 
	font-size: 12px;
	margin-top: 100px;
	margin-bottom: 10px;
}
#social {
	position: fixed;
	display: block;
	top: 50px;
	right: 50px;
	z-index: 1000;
	width: 40px;
	height: 120px;
}
#social img {
	width: 30px;
	margin: 5px;
	border-radius: 5px;
}