.invisible {
	display: none;
}
.empty {
	height: 1px;
	width: 1px;
}

* {
	margin: 0;
}

html, body {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: 300;
	height: 100%;
	
	background: #004c99;
  
	-webkit-text-size-adjust: 100%;
}

#topbar {
	position: absolute;
	top: 170px;
	left: 50%;
	height: 5px;
	width: 50%;
	background: #FFFFFF;
}

a {
	color: #a6c5e4;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

em {
	font-size: 16px;
	font-style: italic;
}

strong {
	font-weight: bold;
}

h1 {
	font-size: 24px;
	font-weight: 400;
}

h2 {
	font-size: 18px;
	font-weight: 400;
	padding-top: 10px;
}

p, ul, h2, table {
	margin-bottom: 15px;
}


.image_container {
	line-height: 0px;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px; /* the bottom margin is the negative value of the footer's height */
	
	width: 800px;
	border-left: 2px solid #FFFFFF;
}


#header {
	width: 100%;
	height: 170px;
	position: relative;
	border-bottom: 5px solid #FFFFFF;
}

#header #logo {
	position: absolute;
	top: 10px;
	right: 0px;
}

#header #nav-main {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 35px;
}

#header #nav-main li{
	float: left;
	height: 35px;
}

#header #nav-main li a,
#header #nav-main li span{
	margin: 10px 30px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: 400;
	float: left;	
}

#header #nav-main li a:hover {
	text-decoration: underline;
}

#header #nav-main li.active,
#header #nav-main li.trail{
	background: #FFFFFF;
}

#header #nav-main li.active span,
#header #nav-main li.trail span,
#header #nav-main li.trail a{
	color: #004c99;
}

#container {
	float: left;
	border-left: 2px solid #FFFFFF;
	margin-left: -2px;
}

#left {
	width: 220px;
	float: left;
}


#left #nav-sub {
	margin-top: 8px;
	margin-bottom: 20px;
	float: left;
}

#left #nav-sub li {
	width: 100%;
	float: left;
	clear: both;
}

#left #nav-sub li a,
#left #nav-sub li span {
	float: left;
	text-decoration: none;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-left: 15px;
}

#left #nav-sub li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#left #nav-sub li.active {
	border-left: 5px solid #FFFFFF;
}

#left #nav-sub li.active span {
	margin-left: 10px;
}



#main {
	float: left;
	width: 580px;
	background: url("../images/content-back.png") 0 0 no-repeat transparent;
	position: relative;
	
	line-height: 18px;
}

#main h1.ce_headline {
	width: 550px;
	height: 25px;
	position: absolute;
	top: -35px;
	left: 0px;
	padding: 5px 15px;
	color: #004c99;
	background: #FFFFFF;
	line-height: 25px;
}

#main .block > .block {
	margin: 15px;
}

#main .ce_gallery li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#main .ce_gallery li.col_last {
	margin-right: 0px;	
}

#main .ce_text li {
	padding-left: 15px;
	margin-bottom: 5px;
	background: url("../images/li-back.png") 0px 5px no-repeat transparent;
}

#main table td {
	padding-right: 15px;
}

#footer, #push {
	height: 50px; /* .push must be the same height as .footer */
	width: 100%;
}

#footer {
	font-size: 11px;
	background: #0d559e;
	overflow: hidden;
	width: 100%;
}

#footer > .inside {
	width: 800px;
	height: 50px;
	margin: 0 auto;
	border-left: 2px solid #FFFFFF;
}

#footer .block {
	float: left;
}

#footer #gipser-logo{
	height: 50px;
	width: 220px;
}


#footer #gipser-logo > .image_container{
	margin: 6px;
}

#footer .footer-text {
	margin-left: 15px;
	margin-top: 30px;
	color: #a6c5e4;
}

#footer .footer-text strong {
	color: #FFFFFF;
}

/* FancyBox */
.fancybox-skin {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

/* MEDIUM & MOBILE */

body.medium #wrapper,
body.medium #main,
body.medium #main h1.ce_headline,
body.mobile #footer > .inside {
	width: 100%;
}

body.mobile #topbar {
 	display: none;  
}

body.medium #wrapper {
	overflow: hidden;
	border-left: 0px none;
}

body.medium #push {
	float: left;
}

body.mobile #header {
	height: auto;
	float: left;
}

body.mobile #header #logo {
	position: relative;
	top: auto;
	right: auto;
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

body.mobile #header #nav-main {
	position: relative;
	bottom: auto;
	left: auto;
	width: 100%;
	float: left;
	height: auto;
	border-top: 5px solid #FFFFFF;
}

body.mobile #header #nav-main ul {
	float: left;
	margin-bottom: 0px;
    width: 100%;
}

body.mobile #header #nav-main ul ul {
	border-bottom: 2px solid #FFFFFF;
}

body.mobile #header #nav-main ul ul li {
	background: #29639e;
}

body.mobile #header #nav-main ul ul li a,
body.mobile #header #nav-main ul ul li span {
	color: #a6c5e4;
	font-weight: 300;
}

body.mobile #header #nav-main ul ul li.active {
	border-left: 5px solid #FFFFFF;
}

body.mobile #header #nav-main ul ul li.active a,
body.mobile #header #nav-main ul ul li.active span {
	color: #FFFFFF;
	font-weight: 400;
	margin: 10px 15px 10px 10px;
}

body.mobile #header #nav-main li {
	width: 100%;
	height: auto;
}

body.mobile #header #nav-main li a,
body.mobile #header #nav-main li span {
	margin: 10px 15px;
}

body.medium #pageimage .image_container img {
	width: 100%;
	height: auto;
}

body.medium #left #nav-sub {
    margin: 0px;
    padding-bottom: 10px;
}

body.mobile #left {
	display: none;
}

body.medium #container {
  width: 100%;
}

body.medium #main h1.ce_headline {
	position: relative;
	top: auto;
	left: auto;
}

body.mobile #main {
	padding-bottom: 20px;
}

body.medium #footer > .inside {
	border-left: 0px none;
}

body.mobile #footer #gipser-logo {
	width: auto;
}

body.mobile #footer #gipser-logo > .image_container {
	margin: 6px 11px;
}

body.mobile #footer .footer-text {
	float: right;
	width: 100px;
	text-align: right;
	margin-right: 15px;
	margin-top: 5px;
	line-height: 13px
}

body.mobile #footer .footer-text strong {
	width: 100%;
	float: left;
}


