*
{
	margin: 0;
	padding: 0;
}

@font-face 
{
   font-family: Century;
   local: Century;
   src: url("/fonts/CENTURY.woff");
}

html, body
{
	height: 100%;
}

body
{
	font-family: Century;
	overflow-y: scroll;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0px;
	background: url('/gfx/bg.png');
	color: #717171;
}

br.clear
{
	clear: both;
}

a
{
	text-decoration: underline;
	color: #689c51;
}

a:hover
{
	color: inherit;
}

.error
{
	border: 1px solid red !important;
}

img.shadow
{
	padding: 5px;
	box-shadow: 0 0 3px rgba(104,156,81,0.55);
	border-radius: 3px;
}

h1
{
	font-size: 20px;
	margin-bottom: 20px;
}

h1.glow
{
	color: #ffffff;
	text-shadow: 0 0 1px #fff, 0 0 4px #689c51, 0 0 7px #689c51, 0 0 8px #689c51, 0 0 10px #689c51, 0 0 15px #689c51;
}

h1.xlarge
{
	font-size: 30px;
}

h2
{
	font-size: 18px;
	margin-bottom: 10px;
}

h2.green
{
	color: #689c51;
}

h3
{
	font-size: 16px;
	margin-bottom: 5px;
}

h4
{
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;
}

/* form elements */

ol.selectable
{
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	width: 300px;
	margin-top: 20px;
}

ol.selectable .ui-selected 
{ 
	background-color: #d7e1d2; 
	color: #393939; 
}

ol.selectable li
{
	line-height: 35px;
	height: 35px;
	cursor: pointer;
	border: 1px solid #b7b7b7;
	margin-bottom: 10px;
}

ol.selectable li span
{
	float: left;
	width: 50px;
	height: 35px;
}

ol.selectable li span.happy
{
	background: url('/gfx/icon_happy.png') no-repeat center center;
}

ol.selectable li span.angry
{
	background: url('/gfx/icon_angry.png') no-repeat center center;
}

::-webkit-input-placeholder 
{ 
	color: #d0d0d0;
}

::-moz-placeholder 
{ 
	color: #d0d0d0;
}

:-ms-input-placeholder 
{ 
	color: #d0d0d0;
}

input:-moz-placeholder 
{ 
	color: #d0d0d0;
}

input
{
	display: block;
	height: 35px;
	line-height: 35px;
	font-family: Century;
	font-size: 16px;
	border: 1px solid #b7b7b7;
	padding-left: 10px;
	color: #717171;
	width: 288px;
	margin-bottom: 10px;
	background-color: transparent;
}

input:focus, textarea:focus
{
	border: 1px solid #779c67; 
	color: #779c67;
}

input.margin_left
{
	margin-left: 15px;
}

div.select
{
	width: 300px;
	height: 35px;
	overflow: hidden;
	background: url('/gfx/icon_dropdown.png') no-repeat 97% center;
	background-clip: padding-box;
	outline-color: transparent;
	margin-bottom: 10px;
}

select
{
	background: transparent;
	width: 319px;
	height: 35px;
	line-height: 1;
	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
	appearance: none;
	padding-left: 10px;
	color: #717171;
	border: 1px solid #b7b7b7;
	font-size: 16px;
	font-family: Century;
}

textarea
{
	background-color: transparent;
	font-size: 16px;
	font-family: Century;
	border: 1px solid #b7b7b7;
	color: #717171;
	padding-left: 10px;
	line-height: 35px;
}

/* end form elements */

header
{
	min-width: 1050px; 
	height: 292px;
	background: url('/gfx/header_4.png');
	background-size: cover;
	box-shadow: 0 3px 5px rgba(0,0,0,0.55);
}

section#timer, nav, footer, section#content
{
	margin: 0 auto;
	width: 1050px;	
}

section#timer 
{
	color: #ffffff;
	font-size: 22px;
	text-shadow: 2px 2px 2px black;
	height: 50px;
	text-align: right;
}

nav
{
	height: 50px;
	font-size: 21px;
	margin-top: 192px;
}

nav a
{
	text-decoration: none;
	background-color: #f3f3f3;
	display: block;
	float: left;
	height: 100%;
	line-height: 50px;
	width: 175px;
	text-align: center;
}

nav a:hover
{
	color: #ffffff;
	text-shadow: 0 0 1px #fff, 0 0 4px #689c51, 0 0 7px #689c51, 0 0 8px #689c51, 0 0 10px #689c51, 0 0 15px #689c51;
	background: rgba(255,255,255,0.7);
}

nav a.active
{
	color: #ffffff;
	text-shadow: 0 0 1px #fff, 0 0 4px #689c51, 0 0 7px #689c51, 0 0 8px #689c51, 0 0 10px #689c51, 0 0 15px #689c51;
	background-color: transparent;
}

section#content
{
	line-height: 30px;
	background-color: #f3f3f3;
	box-shadow: 0 2px 2px 1px rgba(0,0,0,0.55);
}

section#content div.margin
{
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 30px;
	padding-bottom: 110px;
}

section#content ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

/* STARTSEITE */

div#startseite p
{
	text-align: center;
}

div#startseite p img
{
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* /STARTSEITE */

/* PROGRAMM */

div#programm ul
{
	float: left;
	width: 400px;
	font-size: 20px;
	margin-right: 20px;
}

div#programm ul li
{
	cursor: pointer;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #d7e1d2;
}

div#programm ul li.first
{
	border-top: 1px solid #d7e1d2;
}

div#programm ul li span
{
	padding-left: 10px;
	padding-right: 30px;
}

div#programm ul li:hover
{
	background-color: #d7e1d2;
	color: #393939;
}

div#programm img.programm
{
	float: left;
}

/* /PROGRAMM */

/* ANMELDUNG */

div#anmeldung div.form
{
	float: left;
}

div#anmeldung div.preview
{
	position: relative;
	float: left;
	margin-top: 13px;
	margin-left: 50px;
	width: 551px;
	height: 398px;
	background: url('/gfx/einladungsvorschau.png') no-repeat 0 35px;
}

div#anmeldung div.preview div.names
{
	position: absolute;
	left: 235px;
	top: 230px;
}

div#anmeldung div.preview span.mainname
{
	display: block;
	color: #e7c93c;
	font-size: 26px;
	font-weight: bold;
}

div#anmeldung div.preview span.beglname
{
	display: block;
	color: #f7dd89;
}

/* /ANMELDUNG */

/* KONTAKT */

div#kontakt form
{
	margin-top: 20px;
}

div#kontakt textarea
{
	width: 645px;
	height: 222px;
}

div#kontakt div.left
{
	float: left;
}

div#kontakt div.right
{
	float: left;
	margin-left: 10px;
	margin-bottom: 20px;
}

div#kontakt div.right a
{
	float: right;
}

div#kontakt h2, div#kontakt h3
{
	margin: 0;
}

div#kontakt ul li
{
	float: left;
	width: 50%;
	margin-bottom: 20px;
	margin-top: 20px;
}

div#kontakt ul li img
{
	float: left;
	margin-right: 10px;
}

/* /KONTAKT */

/* LOKATION */

div#lokation div.maps
{
	float: left;
	height: 450px;
	width: 450px;
	box-shadow: 0 0 3px rgba(104,156,81,0.55);
	border-radius: 3px;
	margin-right: 15px;
}

div#lokation h1
{
	margin-top: 40px;
	margin-bottom: 10px;
}

div#lokation h2, div#lokation h3
{
	margin: 0;
}

div#lokation div#maps_desc p
{
	font-size: 14px;
	margin-top: 10px;
}

div#lokation ul li
{
	margin-bottom: 30px;
	margin-top: 20px;
}

div#lokation ul li.right
{
	text-align: right;
}

div#lokation ul li.left img.hotel
{
	float: left;
	margin-right: 10px;
}

div#lokation ul li.right img.hotel
{
	float: right;
	margin-left: 10px;
}

div#lokation ul li img.star
{
	margin-bottom: 10px;
}

/* /LOKATION */

/* WUNSCHLISTE */

div#wunschliste ul li
{
	margin-bottom: 30px;
	margin-top: 40px; 
}

div#wunschliste ul li div.content
{
	position: relative;
	float: left;
	width: 650px; 
	height: 208px;
}

div#wunschliste ul li div.content h2
{
	float: left;
	margin-bottom: 0;
}

div#wunschliste ul li span.progress
{
	float: right;
	color: #689c51;
	font-size: 14px;
}

div#wunschliste ul li span.paidsum
{
	float: left;
	color: #689c51;
	font-size: 14px;
	line-height: 18px;
}

div#wunschliste ul li span.opensum
{
	float: right;
	color: #689c51;
	font-size: 14px;
	line-height: 18px;
}

div#wunschliste ul li.left img.wunschliste
{
	float: left;
	margin-right: 10px;
}

div#wunschliste ul li.right img.wunschliste
{
	float: right;
	margin-left: 10px;
}

div#wunschliste ul li div.progress
{
	background-color: #d7e1d2; 
	width: 100%; 
	height: 7px;
}

div#wunschliste ul li div.progress_active
{
	background-color: #689c51; 
	width: 0%; 
	height: 7px;
	margin-top: -7px;
}

div#wunschliste ul li a
{
	position: absolute; 
	bottom: 0; 
	right: 0;
}

div.wunschliste-dialog img
{
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}

div.wunschliste-dialog input
{
	float: left;
	width: 260px; 
	margin-right: 10px;
}

/* /WUNSCHLISTE */

footer
{
	position: relative;
	height: 30px;
	line-height: 30px;
	color: #ffffff;
	font-size: 12px;
}

footer a
{
	color: inherit;
}

footer img.butterfly
{
	position: absolute;
	right: -35px;
	top: -102px;
}