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: verdana, sans-serif, Arial, Helvetica;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1 {
	font-size: 22px;
	padding-bottom: 20px;
	color: #3BB9F7;

}


h2 {
	font-size: 20px;
	padding-top: 0px;
	padding-bottom: 20px;
	color: #3BB9F7;
}

h3 {
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #3BB9F7;
}

p {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 150%;
}

ul {
	padding-left: 30px;
}

li {
	padding: 5px;
}

body {
	font-size: 14px;
	color: black;
	background-color: white;
}

a {
	color: #3BB9F7;
	text-decoration: underline;
}

.invisible {
	display: none;
}

.cleaner {
	clear: both;
}

#main {
	width: 900px;
	margin: 20px auto 10px auto;
}


#logo {
	background-image: url('../img/187_logo.jpg');
	background-repeat: no-repeat;
	background-position: left center;
	width: 350px;
	height: 66px;
	display:block;
}

#header {
}


#menu {
	float: right;
	padding-top: 20px;
}

#menu a {
	padding: 5px 10px;
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
}

#menu a.selected {
	border: 1px solid #43A9E1;
	color: #43A9E1;
	background-color: #C2C2C2;
}

#content {
	margin-top: 20px;
	background-image: url('../img/187_banner.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	border: 1px solid #43A9E1;
}


#banner {
	background-color: #DFE1E0;
	padding: 10px 40px;
	color: #43A9E1;
	font-size: 24px;
	text-align: center;
	margin: 200px 40px 40px 40px;
}

#content2 {
	background-image: url('../img/187_prechod.png');
	background-repeat: repeat-x;
	background-position: bottom center;
}

#body {
	padding: 40px;
}

#boxesimg {
	padding: 0 30px;
}

.boximg {
	float: left;
	text-align: center;
	width: 33.33%;
}

.boximg img {
	border: 5px solid #3BB9F7;
}


#boxes {
	padding: 0 30px;
}

.box {
	float: left;
	text-align: center;
	width: 33.33%;
	padding: 20px;
}

.boxtitle {
	text-align: left;
	font-weight: bold;
	padding-bottom: 10px;
	color: #43A9E1;

}

.boxbody {
	text-align: left;
}




.bottombox {
	background-color: #D5D5D5;
	padding: 10px 20px;
	margin: 10px 40px;
}

#footer {
	padding: 10px 40px;
}


#map {
	float: right;
}


#benefitweb {
	float: right;
	font-size: 11px;
	padding-bottom: 20px;
	color: #aaa;
	margin-top: 5px;
}

#benefitweb a {
	color: #555;
	text-decoration: none;
}


#galerie {
	width: 100%;
}

#galerie td {
	text-align: center;
	padding: 10px;
}

#galerie img {
	border: 1px solid #3BB9F7;
}