* {
	padding: 0px;
	margin: 0px;
}
body {
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12pt;
	font-weight: 400;
	background-color: #fafafa;
	color: #000;
}
section, header, footer, nav {
	display: block;
}

#header {
	background-color: #000;
	color: #fff;
	padding: 0px 0px 1em 0px;	
	z-index: 3;
	height: 140px;
	overflow: hidden;
	background-image:url(img/bg.header.png);
}
.floated {
	position: fixed;
	top: -110px;
	width: 100%;
}

.shadow {
  -moz-box-shadow:    0px 12px 12px 0px #888;
  -webkit-box-shadow: 0px 12px 12px 0px #888;
  box-shadow:         0px 12px 12px 0px #888;
}
.shadow2 {
  -moz-box-shadow:    0px 12px 12px 0px #222;
  -webkit-box-shadow: 0px 12px 12px 0px #222;
  box-shadow:         0px 12px 12px 0px #222;
}
.section {
	padding-top: 2em;
	padding-bottom: 3em;
	z-index: 2;
	position: relative;
	background-image:url(img/bg.section.png);
	background-repeat: repeat-x;
}

#header h1 {
	font-size: 600%;
	margin-bottom: 0px;
	margin-top: 0px;
}
#header h2 {
	margin-top: -0.2em;
}
#header a {
	color: #fff;
	display: inline-block;
	margin-left: 1ex;
}
#footer {
	background-image:url(img/bg.footer.png);
	position: relative;
	font-size: 90%;
	color: #fff;
	background-color: #444;
	padding-top: 1em;
	padding-bottom: 1em;
	z-index: 1;
}
#footer a {
	color: #fff;
}
h1,h2,h3,h4 {
	font-family: 'Cantora One', sans-serif;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
h1 {
	font-size: 200%;
}
h2 {
	font-size: 160%;
}
h3 {
	font-size: 120%;
}
h4 {
	font-size: 100%;
}

ul {
	padding-left: 3ex;
	list-style-type: square;
	margin-top: 1em;
	margin-bottom: 1em;
}

.centered {
	width: 940px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
}

.clear {
	clear: both;
}
.block {
	display: block;
}
.fright {
	float: right;
}
.fb-like-box {
	float: right;
}

#scrollup {
	display: block;
	visibility: hidden;
	border-radius: 8px;
	padding: 10px;
	position: fixed;
	bottom: 90px;
	right: 20px;
	z-index: 100;
	background-color: #000;
	border: 4px solid #eee;
	color: #fff;
	text-align: center;
	line-height: 1em;
	text-decoration: none;
  -moz-box-shadow:    4px 4px 12px 0px #222;
  -webkit-box-shadow: 4px 4px 12px 0px #222;
  box-shadow:         4px 4px 12px 0px #222;
  outline: none;
}
.at-vertical-menu {
	top: 32%;
  -moz-box-shadow:    4px 4px 12px 0px #888;
  -webkit-box-shadow: 4px 4px 12px 0px #888;
  box-shadow:         4px 4px 12px 0px #888;
}
div.fb-like {
	background-color: #444;
	padding: 3px 8px 0px 8px;
}
#badgepreview img {
	cursor: pointer;
}
#badgeembed {
	background-color: #fff;
	border: 1px solid #888;
	font-family: 'Open Sans', sans-serif;
	font-size: 90%;
	width: 94%;
	height: 3em;
}
#signred2 {
  text-decoration: none;
  display: block;
  width: 719px;
  padding: 25px 25px 25px 190px;
  background-color: #009600;
  background-color: rgba(0,150,0,0.94);
  font-size: 200%; color: #fff;
  text-align: left;
  border: 3px solid #000;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  line-height: 1em;
  background-image:url(/img/btnarrow.png);
  background-repeat: no-repeat;
  background-position: 80px center;  
  -moz-box-shadow:    4px 4px 12px 0px #888;
  -webkit-box-shadow: 4px 4px 12px 0px #888;
  box-shadow:         4px 4px 12px 0px #888;
}
#signred2:hover {
  text-decoration: underline;
}
#langfloater {
  position: fixed;
  right: 0px;
  top: 20%;
  x-width: 60px;
  z-index: 3;
  x-background-color: #fff;
}
#langfloater ul {
  list-style-type:none;
  margin: 0px;
  padding: 0px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}
#langfloater ul li a {
  background-color: #fff;
  display: block;
  padding: 2px;
  color: #000;
  text-decoration: none;
  text-align: center;
  font-size: 80%;
  font-weight: bold;
}
#langfloater ul li a:hover {
  text-decoration: underline;
  background-color: #000;
  color: #fff;
}
#thank-you-for-participating {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.9);
  z-index: 9999;
  color: #eee;
  cursor: pointer;
}
#thank-you-for-participating > section {
  cursor: auto;
  width: 940px;
  padding: 20px;
  margin: 40px auto 40px auto;
  background-color: #00a200;
  border: 6px solid #eee;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  box-shadow: 4px 4px 14px #555;
}
#thank-you-for-participating > section > h1 {
  margin-top: 0px;
}
#thank-you-for-participating > section > p {
  margin-bottom: 1em;
}
