* {
  padding: 0px;
  margin: 0px;
}
body {
  background-color: #fff;
  color: #666;
  font-family: 'Lato', Verdana, sans-serif;
  font-size: 14px;
  line-height: 150%;
}
a {
  text-decoration: none;
  color: #00b4ee;
}
a:hover {
  text-decoration: underline;
  color: #415353;
}
h1 {
  font-size: 42px;
  color: #00b4ee;
  font-weight: normal;
   padding-bottom: 20px;
  line-height:150%;
}
h2 {
  font-size: 25px;
  color: #415353;
  font-weight: normal;
  line-height: 150%;
}
h3 {
  color: #999;
  font-size: 18px;
  font-weight: normal;
  line-height: 150%;
}
p {
  padding-bottom: 10px;
}

img {
  border: none;
}

#background {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(../images/bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#headershadow {
  background-image: url(../images/headershadow.png);
  background-position: 0 75px;
  background-repeat: repeat-x;
  position: absolute;
  border-top: 5px solid #415353;
  height: 84px;
  width: 100%;
  min-width: 960px;
}
#header {
  position: absolute;
  background-color: #fff;
  height: 75px;
  width: 100%;
}
#headercenter {
  position: relative;
  height: 75px;
  width: 960px;
  margin: 0px auto;
  background-color: #fff;
}
#center {
  position: absolute;
  width: 100%;
}
#main {
  position: relative;
  width: 960px;
  margin: 0 auto;
  background: url(../images/content.png);
  padding-top: 81px;
  margin-bottom: 60px;
}
#content {
  padding: 30px 0;
  clear: both;
}

#content a {
	text-decoration: underline;
}


#footernavigation {
  clear: both;
  text-align: center;
  padding: 15px;
}
#footer {
  position: relative;
  text-align: center;
  background-color: #00b4ee;
  height: 20px;
  clear: both;
  padding: 5px 30px;
  color: #fff;
}
#footer #walogo {
  position: absolute;
  right: 5px;
  bottom: 6px;
  width: 34px;
  height: 18px;
}
.clearer {
  clear: both;
}
#logo {
  position: absolute;
  top: 23px;
  left: 30px;
}
#navigation {
  position: absolute;
  right: 0px;
}
.navline {
  position: absolute;
  background-color: #ebebeb;
  height: 26px;
  width: 1px;
  margin-left: -1px;
}
.navline.long {
  height: 75px;
}
#navigation ul {
  border: none;
}
#navigation ul li.hover {
  background: none;
  background-image: url('../images/navhover.png');
  background-repeat: repeat-x;
}
#navigation ul li .navline {
  right: 0px;
}
#navigation ul li {
  float: left;
  list-style: none;
  position: relative;
}
#navigation ul li a {
  display: block;
  text-align: center;
  height: 16px;
  padding: 24px 12px 34px 12px;
  font-size: 16px;
  text-decoration: none;
  color: #00b4ee;
  line-height: 100%;
}
#navigation ul li a:hover {
  color: #415353;
}
#navigation ul li.hover  a, #navigation ul li a:hover {
  color: #415353;
}
#navigation ul li li a:hover {
  background-color: #415353;
  color: #fff;
}
#navigation ul li ul {
  background-color: #fff;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  display: none;
}
#navigation ul li ul .navline {
  display: none;
}
#navigation ul li ul li {

  float: none;
}
#navigation ul li ul li a {
  padding: 5px 12px 5px 12px;
  height: 24px;
  border-bottom: 1px solid #ebebeb;
}
#footernavigation ul li {
  display: inline;
  font-size: 14px;
  list-style: none;
  color: #b3b3b3;
}
#footernavigation ul li a {
  font-size: 14px;
}
.illu img {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radisu: 10px;
  border: 1px solid #415353;
}
.standardbox {

}

#content .normal {
        padding: 0 30px;
}
#content .greenbox {
	padding: 30px;
}

#content .greenbox form {
	padding: 30px;
}

.greenbox {
  background-color: #415353;
  color: #ececec;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-bottom: 50px;
}
.greenbox h2 {
  color: #ececec;
}
.greenbox h3 {
  color: #707070;
}

.greenbox.quartercol h4 {
   border-bottom: 1px solid #ececec;
   padding-top: 30px;
}

.greenbox a {
  color: #ececec;
}

.greenbox a:hover {
  color: #657B19;;
  text-decoration: underline;
}

.greenbox.gallery {
	padding: 30px;
}

#content ul {
   padding-left: 18px;
}

input[type=email],
input[type=tel],
input[type=text],
textarea {
	border: 1px solid #7A961F;
	padding: 5px;
	width: 400px;
}

#content .continue a, 
input[type=submit] {
	text-decoration: none;
	padding: 5px 10px;
	border: none;
	cursor: pointer;
	background-color: #7A961F;
	color: #FFF;
}

#content .continue a:hover,
input[type=submit]:hover{
	background-color: #00B4EE;
	color: #FFF;
}

.formError {
	color: #FF4400;
}

.gallery a {
	display: inline-block;
	margin-right: 5px;
	border: 3px solid #fff;
	margin-bottom: 5px;
}

.gallery a:hover {
	border: 3px solid #00b4ee;
}

.showimg {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 30px;
}

.gallery {
	text-align: center;
}

.backbtn {
padding-top: 17px;
}

.showimglabel {
	display: block;
	text-align: center;
	padding-bottom: 20px;
}

.styled img {
	border-bottom: 8px solid #415353;
}

.kellerci {
        font-family: Calibri, Verdana, sans-serif;
}


#navigation .minimal {
	font-size: 12px;	
}


#content .continue a {
  margin-top: 20px;
  display: inline-block;
}

form input[type=submit] {
	margin-left: 130px;
}

#content.threecols .col1,
#content.threecols .col2,
#content.threecols .col3{
        width: 286px;
        float: left;
}

#content.threecols .col1 {
	margin-left: 31px;
}

#content.threecols .col2 {
	margin-left: 20px;
}

#content.threecols .col3 {
	margin-left: 20px;
	margin-right: 31px;
}
