html {
	margin: 0;
	padding: 0;

	min-height: 100%;

	font-family: Tahoma, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	color: #000000;
}

body {
	padding: 0;
	margin: 0;

	height: 100%;

	background-color: #ffffff;
}

a {
	color: #3052a2;
	text-decoration: none;
}

#wrapper {
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999;
}

#header {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 45px;
	background-color: #0080FF;
	color: white;
	text-align: center;
}

#left {
	width: 33%;
	float: left;
	text-align: left;
}

#btnphone, #btnemail, #btnmenuclose {
	margin: 0px;
	padding: 0px;
	display: inline-block;
}
#btnphone {
	margin-left: 10px;
}
#btnhome, #btnhomeinmenu  {
	float: right;
	margin-right: 10px;
}
#btnmenuclose, #btnmenu {
	float: right;
	margin-right: 10px;
}

#company {
	width: 33%;
	float: left;
	text-align: center;
	margin: auto;
	font-weight: bold;
	line-height: 45px;
}
#company a {
	color: white;
	text-decoration: none;
}


#navigation {
	background-color: #0080FF;
	width: 250px;
	position: fixed;
	right: -250px;
	top: 0px;
	z-index: 1000;
	transition: right .35s ease;
}

.navigationout {
	right: 0px !important;
}
#navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-top: 45px;
}
#navigation ul li {
	padding: 10px;
	line-height: 30px;
	border-bottom: 1px solid #e0e1e4;
}
#navigation ul li a {
	font-weight: bold;
	color: white;
}

#content {
	margin-left: 5px;
	margin-right: 5px;
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: justify;
}

.centered {
	text-align: center !important;
}

#slogan {
	background: rgba(0,0,0,0) url('../gfx/bg_mobile.jpg') no-repeat scroll center top / 100% auto;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 35px;
	padding-top: 70%;
}


.button {
	background-color: #0080FF;
	margin: auto;
	width: 90%;
	border: 1px solid #C0C0C0;
	height: 40px;
	margin-bottom: 12px;
	font-size: 20px;
	text-align: center;
	line-height: 37px;
	border-radius: 25px;
	font-weight: bold;
}
.button a {
	color: #f3f3f3;
}

.flat {
	background-color: #0080FF; !important;
	border-radius: 0px !important;
	margin-bottom: 5px !important;
}

.flat a {
	color: #f3f3f3; !important;
}
.small {
	font-size: 11px;
}

address {
	font-style: normal;
}


.container {
	width: 90%;
	margin: auto;
	border: 1px solid #0080FF;
	overflow: hidden;
	max-height: 1100px;
	margin-bottom: 12px;
	transition: max-height 1s ease;
	z-index: 900;
}
.container > a.heading  + div {
	padding: 10px;
}
.container > a.heading {
	background-color: #0080FF;
	margin: -10px;
	color: white;
	text-decoration: none;
	display: block;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 37px;
	margin: auto;
	background-image: url('../gfx/arrow_up.png');
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
.container_closed {
	max-height: 37px;
	transition: max-height .4s ease;
}
.container_closed  a.heading {
	background-image: url('../gfx/arrow_down.png');
}

.container_closed .container_close_btn {
	display: none !important;
}
.container > .container_close_btn {
	text-align: center;
}