* {
  margin: 0;
}
html,body {
  height: 100%;
}
body {
  background: url("content/bg.jpg") top center no-repeat #fefbed;
}
body, input, select {
  font-family: 'Arimo', sans-serif;
  font-size: 14px;
}
#wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 243px auto -140px;
  width: 980px;
  border: 1px solid;
  border-bottom: none;
  border-color: rgba(0, 0, 0, 0.09);
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
} 
#container {
  width: 980px;
  margin: 0 auto;
  height: 100%;
} 
header {
  height: 243px;
  position: absolute;
  top: 0;
  width: 980px;
} 
header span {
  display:none;
}

#csswarning {
  display:none;
}

nav {
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  bottom: 18px;
  right: 2px;
  width: 715px;
}

nav ul {
  list-style: none;
  padding: 5px;
  border-bottom: 2px groove #C1BCCA;
  border-top: 2px groove #C1BCCA;
  line-height: 14px;
}

nav li {
  display: inline-block;
}

nav a {
  color: #504A5A;
  text-decoration: none;
  padding: 2px 5px;
}

nav a:hover {
  color: #000;
  text-decoration: none;
  background-color: #58e3c7;
}

#content {
	padding-left: 20px;
	padding-right: 20px;
	line-height: 17px;
	font-size: 14px;
	color: #382F47;
	text-shadow: 0px 1px rgba(213, 211, 200, 0.48);
	text-align: justify;
	padding-bottom: 30px;
	height: 100%;
	margin-top: 15px;
	padding-top: 1px;
	position: relative;
}

#content h1 {
  color: #000;
  font-size: 16px;
}

#content h2 {
  color: #1A3C49;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 15px;
  padding: 2px 7px 2px 7px;
  text-align: left;
  display: table;
  background: #58e3c7;
  font-weight: 800;
  box-shadow: 0px 3px 0px rgba(213, 211, 200, 0.48);
  font-family: 'Open Sans', sans-serif;
}

#content h2:first-of-type {
  margin-top: 8px;
}

#content h3, #content th {
  font-weight: bold;
  color: #504A5A;
  margin-top: 18px;
  margin-bottom: 5px;
  font-size: 13px;
  border-bottom: 2px groove #C1BCCA;
}

#content h3 {
  display: table;
}

#content h4, dt {
	color: #000;
	font-size: 10px;
	font-weight: bold;
	margin-top: 20px;
	padding-left: 15px;
	padding-right: 5px;
	text-transform: uppercase;
	background: url("content/bullet2.png") 2px center no-repeat;
	background-color: #ffd17f;
	display: table;
	margin-bottom: 6px;
	box-shadow: 0px 2px 0px rgba(213, 211, 200, 0.48);
}

#content h4 {
  margin-bottom: 5px;
  clear: both;
}

dt {
  margin-top: 10px;
  display: table;
}

dd {
  margin-left: 15px;
}

#content p {
  margin-top: 10px;
  margin-bottom: 10px;
}

#content a {
  color: #D80C14;
  font-weight: bold;
  text-decoration: none;
  font-size: 12px;
  padding: 0px 2px;
  font-style: oblique;
}

#content a:hover {
  background-color: #D80C14;
  color: #fff;
}

#language {
	margin: 10px;
	position: absolute;
	top: 0px;
	right: 5px;
}

#language img {
	border: 1px solid #666666;
	padding: 1px;
}

#language img:hover {
	border: 1px solid #D80C14;
}

#language span {
  visibility:hidden;
}

hr {
  height: 4px;
  border: 0px;
  border-bottom: 1px dotted #000;
}
#content ul {
  margin-top: 10px;
  padding-top: 0px;
  padding-left: 20px;
  list-style-image: url(content/bullet.png);
}
#content li {
	margin-bottom: 5px;
}

.timetable {
}
.timetable th {
  border-bottom: 1px solid #666;
}
.timetabletime {
  color: #000;
  font-size: 10px;
  background: #fd7;
  padding: 2px 4px;
  font-weight: bold;
}
.timetableevent {
	padding-left: 5px;
}
#regform {
  padding: 10px;
}
#regform td{
  padding: 5px;
}
#regform input[type="text"], #regform select {
	border-radius: 4px;
	border: 1px solid #888;
	padding: 4px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15) inset;
}
#regform small{
  display: inline;
}
#registered {
  margin: 0px auto;  
  width: 98%;  
}
.sidepic {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}
#content .sidepic a, #content .imgright a, #content .imgleft a{
  display: block;
  padding: 3px;
}
#content .sidepic a:hover, #content .imgright a:hover, #content .imgleft a:hover{
  background: #ffcd4a;
}
#content .sidepic a, #content #map a {
  border: 0px;
}
#map {
  margin: 10px auto;
} 
img {
  border: 0px;
} 
select,input[type="text"] {
  width:300px;
}
#shots {
  float: right;
  padding: 5px;
  margin-left: 10px;
  margin-bottom: 10px;
  width: 100px;
  border: 1px dotted #a0b9d1;
  background-color: #f6f7f8;
  text-align: center;
  line-height: 100%;
}

#shots img {
  padding-bottom: 5px;
  padding-top: 10px;
}

footer {
  padding-top: 24px;
  text-align: center;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 6px;
  clear: both;
  background-image: url('content/footerbg.jpg');
  color: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  border-top: 1px solid #CACACA;
}
footer img {
  border: 1px solid #789;
  padding: 1px;
}
footer, .push {
  height: 180px;
}
.push {
  clear: both;
}
#copyright {
  padding: 15px;
}

#copyright a{
  color: #fedd79;
  font-weight: bold;
  text-decoration: none;
}

.sponsor {
  clear: both;
}

.sponsorlogo {
  float: left;
  margin: 5px;
}

.mediasponsor {
  margin: 20px;
}

.atilogo {
  margin: 10px;
  text-align: center;
  width: 100%;
}

.small {
  font-family: Verdana;
  font-size: 7px;
  color: #222;
  line-height: 7px;
}

#thanx {
  padding-top: 10px;
  text-align:center;
}


#counter {
	text-align: center;
	font-size: 13px;
	padding: 10px;
	color: #fff;
	width: 200px;
	border: 1px solid #999;
	border-radius: 2px;
	background: #724c98;
	box-shadow: 0px 3px 0px rgba(213, 211, 200, 0.48);
	position: absolute;
	right: 13px;
	top: 0px;
}

#counter span {
	padding: 7px;
	color: #000;
	background: #fff;
	border-radius: 20px;
	font-weight: bold;
	width: 17px;
	display: inline-block;
}

#photostrip, #prodstrip, #awardstrip {
  text-align: center;
  margin: 15px;
}

#prodstrip img, #photostrip img, #awardstrip img, .sidepic img, .imgright img, .imgleft img {
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.55);
	display: block;
}

#photostrip a, #prodstrip a, #awardstrip a{
  border: none;
  text-decoration: none;
  display: inline-block;
  padding: 3px;
}

#photostrip a:hover, #prodstrip a:hover, #awardstrip a:hover {
  border: none;
  text-decoration: none;
  background: #ffcd4a;
}

.timetable_eventtype_deadline {
	background-color: #df3363;
	text-transform: uppercase;
	font-size: 10px;
	padding: 5px 6px;
	color: #fff;
}

.timetable_eventtype_event {
  font-style: italic;
}

.timetable_eventtype_compo {
	background-color: #48bea5;
	text-transform: uppercase;
	font-size: 10px;
	padding: 5px 6px;
	color: #fff;
}

.timetable_eventtype_seminar {
	background-color: #724c98;
	text-transform: uppercase;
	font-size: 10px;
	padding: 5px 6px;
	color: #fff;
}

.timetable_eventtype_mainevent {
  font-weight: bold;
  font-size: 13px;
}

.timetable td {
}

.imgright {
  float: right;
  margin-left: 10px;
}

.imgleft {
  float: left;
  margin-right: 10px;
}

#content .imgright a {
  border: none;
}

#content .imgleft a {
  border: none;
}
.fb-like-box {background:white}
a[name] {display:none}
#content b {font-size: 13px}

#pictureimgbox {
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
}
.addthis_follow {
    display: inline-block;
    margin-left: -10px;
    vertical-align: bottom;
}
.addthis_share {
    margin: 20px auto;
    text-align: center;
    display: table;
}