h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}
#headerlogo{
	width: 100px;
	height: 65px;
	float: left;
	padding-left: 5px;
	
	}
#headerlogoname{
	width: 95px;
	height: 60px;
	float: left;
	line-height: 1em;
	padding-top: 5px;
	}
.header {
	width: 100%;
	height: auto;
	background-color: rgba(255,255,255,1);
	top: 2px;
	color: rgba(0,0,0,1.00);
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	margin-bottom: 5px;
}
#mobil{
	float:right;
	width: 120px;
	margin-right:30px;
	
	}
p {
	margin: 0 0 1em 0;
	font-size: 93%;
	line-height: 1.5em;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	padding: 0;
	margin: 0;
	background-color: #FFF;
}

img {
	max-width: 100%;
	height: auto;
	margin: 0 0 10px 0;
}

/* Section Inner */
div.section-inner {
	max-width: 1100px;
	padding: 0 0px;
	margin: 0 auto;
	overflow:hidden;
}

/* Header */
div.header {
	background-color: #FFF;
	height: 80px;
	padding: 30px 0;
}
div.slider {
	background-color: #FFF;
	height:auto;
	padding: 0px 0;
	overflow:hidden;
	
}

/* Navigation */
div.nav {
	background-color: #d4d4d4;
	display:none;
}

div.nav ul {
	margin: 0;
	padding: 0;
}

div.nav ul li {
	list-style: none;
	float: left;
	font-size: 93%;
}

div.nav ul li a:link,
div.nav ul li a:visited {
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	color: #000;
	border-right: 1px solid #bababa;
}

/* Body Content */
div.body-content {
	padding: 50px 0;
	background-color: #FFF;
}

/* Thirds */
div.thirds {
	padding-bottom: 50px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: 100;
}

div.one-third {
	width: 30%;
	float: left;
	margin-right: 3%;
}

div.one-third-last {
	margin: 0;
}

/* Main Column */
div.main {
	width: 70%;
	float: left;
	color: #DDDDDD;
}

/* Side Column */
div.side {
	width: 30%;
	float: left;
}

/* Info Box */
div.info-box-a {
	background-color:#FFF;
	padding: 20px;
	font-size: 13px;
	margin: 0 0 15px 0;
	list-style:none;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-align:center;
	color:#000;
}

div.info-box-b {
	background-color: #3161D1;
	padding: 20px;
	font-size: 13px;
	margin: 15px 0 15px 0;
	color: #F5F4F4;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: 400;
	list-style: none;
	text-align: center;
	
	
}

/* Footer */
div.footer {
	background-color: #3f3f3f;
	color: #FFF;
	padding: 15px 0;
	text-align: left;
	height: 400px;
	list-style:none;
}
div.innerfooter {
	background-color: #3f3f3f;
	color: #FFF;
	padding: 15px 0;
	text-align: left;
	height: auto;
	float: left;
	width: 33%;
	line-height: 25px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: 200;
	text-align: center;
	
	
}

h2{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #000;
	position: relative;
	bottom: 3px;
	text-align: center;
	}
h3{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #F90;
	position: relative;
	bottom: 3px;
	text-align: center;
	}
	h4{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12px;
	font-weight: 200;	
	color:#000;
	position:relative;
	bottom: 3px;
	}
		h5{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: 600;	
	color:#000;
	position:relative;
	bottom: 3px;
	}
#slidy-container { 
  width: 100%;
   overflow: hidden; 
   margin: 0 auto; 
   float:left; ű
   margin-left:auto; 
   margin-right:auto;
  height:auto;
  display: none;
  
}


.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
