html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: PT Sans, sans-serif;

}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1 {
	font-family: 'Lobster', cursive;
	font-size: 22px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 2px solid #00d8ff;
	color: black;
	font-weight: bold;

}


h2 {
	font-size: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
	color: black;
	font-weight: bold;
}

h3 {
	font-family: 'Lobster', cursive;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: black;
	font-weight: bold;
}

h4{
	font-size: 20px;
}

p {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 150%;
}

ul {
	padding-left: 30px;
}

li {
	padding: 5px;
}

body {
	background-color: #ff9c00;
	font-size: 18px;
	color: black;
	bottom:0;
}

a {
	color: #2B743C;
	text-decoration: underline;
}

.invisible {
	display: none;
}

.cleaner {
	clear: both;
}

#main {
	width: 1000px;
	margin: 0px auto 20px auto;
	position: relative;
}


#logo {
	background-color: white;
	padding-left: 180px;
	height: 111px;
}

#header {
	background-color: white;
}

#hd_info {
	font-size: 22px;
	padding: 10px;
	line-height: 22px;
	margin-top: -35px;
}

#logo h1 {
	color: black;
	font-size: 50px;
	font-weight: bold;
	padding-top: 30px;
	border: 0;
	padding-bottom: 0;
	padding-right: 40px;
	text-align: right;
}

#logo h1 span {
	font-weight: bold;
}

#imglogo {
	padding-bottom: 15px;
	padding-top: 5px;
	padding-left: 40px;
}

#menu {
	font-size: 17px;
	text-align: left;
}

#menu a {
	font-family: 'Lobster', cursive;
	display: inline-block;
	text-decoration: none;
	padding: 5px 15px 5px 15px;
	color: black;
}

#menu a.selected {
}

#menu a:hover {
	color: white;
}

#banner {
	background-color: white;
	padding: 20px;
    position: relative;
}

#bannerBox {
    background: rgba(255,156,0,0.7);
    border: solid 10px white;
    position: absolute;
    left:50px;
    top:50px;
    padding: 10px 20px;
    font-weight: bold;
}


#image {
	position: relative;
}

#slogan {
	position: absolute;
	z-index: 10;
	left: 0px;
	bottom: 0px;
	height: 60px;
	width: 960px;
	background-color: rgba(142, 198, 63, 0.75);
	padding: 5px 20px;
	text-align: center;
}


#body {
	background-color: white;
	padding: 20px 40px 40px 40px;
}

#boxes {
	background-color: white;
	padding: 0px 20px 20px 20px;
}


#box1 {
	float: left;
	width: 25%;
	padding-right: 10px;
	padding-left: 10px;
}

#box12 {
	float: left;
	width: 25%;
	padding-right: 10px;
	padding-left: 10px;
}

#box2 {
	float: left;
	width: 25%;
	padding-right: 10px;
	padding-left: 10px;
}

#box3 {
	float: left;
	width: 25%;
	padding-right: 10px;
	padding-left: 10px;
}

#box3 a{
    text-decoration: none;
    color: #000;
}

.boxtitle {	
	font-family: 'Lobster', cursive;
	font-size: 22px;
	border-bottom: 2px solid #00d8ff;
}

.boximg {
	padding: 10px 0;
	height: 180px;
}

.boxbody {
}

#body  a{
	text-decoration: none;
}

.toggleP {
	display: none;
}

.btn {
	font-family: 'Lobster', cursive;
	min-width: 150px;
	font-weight: bold;
	text-align: center;
	color: black;	
	text-decoration: none;
	background-color: #ff9c00;	
	border: 2px solid #00d8ff;
	-webkit-border-top-right-radius: 1px;
	-webkit-border-bottom-right-radius: 1px;
	-moz-border-radius-topright: 1px;
	-moz-border-radius-bottomright: 1px;
	border-top-right-radius: 1px;
	border-bottom-right-radius: 1px;
	-webkit-border-top-left-radius: 1px;
	-webkit-border-bottom-left-radius: 1px;
	-moz-border-radius-topleft: 1px;
	-moz-border-radius-bottomleft: 1px;
	border-top-left-radius: 1px;
	border-bottom-left-radius: 1px;
}

#footer {	
	font-family: 'Lobster', cursive;
	padding: 5px 40px 0px 40px;
}


#map {
	float: right;
}


#benefitweb {
	float: right;
	font-size: 11px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	color: #aaa;
}

#benefitweb a {
	color: #555;
	text-decoration: none;
}


#galerie {
	width: 100%;
}

#galerie td {
	text-align: center;
	padding: 10px;
}

#galerie img {
	border: 1px solid #ff9c00;
}


#sl {
	float: right;
	border: 3px solid #ff9c00;
	margin-top: 10px;
	margin-right: 40px;
}