body {
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, Sans-Serif;
	font-size: 12px;
	color: #000000;
	background-color: #bf0929;
	background-image: url('../images/bg_main.jpg');
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}

table {
	float: left;
	width: 100%;
}

td, div {
	text-align: left;
}

img {
	border-style: none;
}


/* Standard-Formate */

a {
	color: #bf0929;
	text-decoration: underline;
}

a:hover {
	color: #f1956f;
	text-decoration: underline;
}

h1, h2 {
	float: left;
	width: 100%;
	font-family: Palatino, Palatino Linotype, Georgia, Times New Roman, Serif;
	font-size: 23px;
	color: #bf0929;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 10px;
}

h2 {
	margin-top: 20px;
}

h3, h4, h5 {
	float: left;
	width: 100%;
	font-family: Palatino, Palatino Linotype, Georgia, Times New Roman, Serif;
	font-size: 16px;
	font-weight: normal;
	color: #bf0929;
	margin-top: 5px;
	margin-bottom: 10px;
}

p {
	line-height: 16px;
	margin-top: 0px;
	margin-bottom: 15px;
}

	p.hint {
		font-size: 11px;
		line-height: 14px;
		color: #969696;
	}

ul {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0 0 15px 0;
}

ul li {
	margin: 0 0 0 18px;
	padding: 0 0 5px 0;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

.indent {
	margin-left: 25px;
}

blockquote {
	color: #f1956f;
	font-style: italic;
	margin-left: 25px;
}

hr {
	height: 1px;
	border: 0px;
	color: #bbbbbb;
}


/* Seitenaufbau */

#centerframe {
	width: 600px;
	margin: 0 auto;
	padding: 0;
}

#siteframe {
	float: left;
	width: 600px;
	margin: 0;
	padding: 0;
}

#headframe {
	position: relative;
	float: left;
	width: 600px;
	height: 214px;
	margin: 0;
	padding: 0;
	background-image: url('../images/bg_top.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	overflow: hidden;
}

	#headframe .logo {
		position: absolute;
		right: 48px;
		top: 15px;
		margin: 0;
		padding: 0;
		z-index: 50;
	}

#contentframe {
	position: relative;
	float: left;
	width: 600px;
	background-image: url('../images/bg_content.png');
	background-repeat: repeat-y;
	background-position: center;
}

	#contentframe .menu {
		float: left;
		width: 502px;
		height: 26px;
		margin: 0 21px 0 21px;
		padding: 0 28px 0 28px;
		font-size: 11px;
		background-image: url('../images/bg_menu.png');
		background-repeat: repeat-x;
		overflow: hidden;
	}
	
		#contentframe .menu ul {
			float: left;
			width: 100%;
			margin: 0;
			padding: 0;
			list-style-type: none;
		}
		
		#contentframe .menu ul li {
			float: left;
			margin: 0;
			padding: 6px 0 0 0;
		}

		#contentframe .menu ul li a {
			color: #969696;
			text-decoration: none;
			padding: 0 17px 0 0;
		}

		#contentframe .menu ul li a:hover {
			color: #bf0929;
			text-decoration: none;
		}

		#contentframe .menu ul li.act a {
			color: #bf0929;
			font-weight: bold;
			text-decoration: none;
		}
		
	#contentframe .content {
		position: relative;
		float: left;
		width: 504px;
		margin: 0 20px 0 20px;
		padding: 45px 28px 35px 28px;
		background-image: url('../images/bg_content_bottom.jpg');
		background-repeat: no-repeat;
		background-position: bottom center;
	}
	
		#contentframe .content p {
			float: left;
			width: 360px;
			padding: 0 144px 0 0;
		}
	
		#contentframe .content p.backtomenu {
			font-size: 11px;
			margin: 10px 0 10px 0;
		}
			
#footerframe {
	position: relative;
	float: left;
	width: 600px;
	height: 46px;
	margin: 0;
	padding: 0;
	background-image: url('../images/bg_bottom.png');
	background-repeat: no-repeat;
	background-position: top center;
	overflow: hidden;
}

	#footerframe .copyright {
		position: absolute;
		left: 48px;
		top: 0px;
		color: #969696;
		font-size: 10px;
		font-weight: normal;
		line-height: 10px;
		margin: 0;
		padding: 0;
		z-index: 50;
	}


/* Formulare */

fieldset,
.greybox {
	position: relative;
	float: left;
	width: 484px;
	min-height: 45px;
	margin: 0 0 15px 0;
	padding: 4px 10px 3px 10px;
	background-image: url('../images/bg_fieldset.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	border: none;
}

	.fieldset-top,
	.greybox-top {
		float: left;
		width: 504px;
		height: 6px;
		margin: 0;
		padding: 0;
		background-image: url('../images/bg_fieldset_top.png');
		background-repeat: no-repeat;
		background-position: top center;
		overflow: hidden;
	}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, Sans-Serif;
	font-size: 12px;
	border-style: none;
	border-width: 0;
}

input.checkbox {
	border-style: none;
}

.form-row {
	float: left;
	width: 484px;
	margin: 0 0 7px 0;
	padding: 0;
}

.form-row.text {

}

	.form-row.text .left,
	.form-row.text .right {
		float: left;
		width: 200px;
		margin: 0 7px 0 0;
		padding: 0;
	}
	
	.form-row.text .left label,
	.form-row.text .right label {
		float: left;
		width: 197px;
		font-size: 11px;
		color: #969696;
		margin: 0 7px 3px 0;
		padding: 0 0 0 3px;
	}

	.form-row.text input.textfield {
		width: 192px;
		margin: 0;
		padding: 3px;
	}

.form-row.checkbox {

}

	.form-row.checkbox .left {
		float: left;
		width: 20px;
		margin: 0 7px 0 0;
		padding: 0;	
	}

	.form-row.checkbox .right {
		float: left;
		width: 380px;
		margin: 0 7px 0 0;
		padding: 0;
	}
	
	.form-row.checkbox .right label {
		float: left;
		width: 380px;
		font-size: 11px;
		color: #969696;
		margin: 3px 0 0 0;
		padding: 0;
	}

.form-row.select {

}

	.form-row.select .left,
	.form-row.select .right {
		float: left;
		width: 200px;
		margin: 0 7px 0 0;
		padding: 0;
	}
	
	.form-row.select .left label,
	.form-row.select .right label {
		float: left;
		width: 197px;
		font-size: 11px;
		color: #969696;
		margin: 0 7px 3px 0;
		padding: 0 0 0 3px;
	}

	.form-row.select select {
		width: 200px;
		margin: 0;
		padding: 0;
	}

.form-row.textarea {
	float: left;
	width: 484px;
}

	.form-row.textarea label {
		float: left;
		width: 390px;
		font-size: 11px;
		color: #969696;
		margin: 0 7px 3px 0;
		padding: 0 0 0 3px;
	}

	.form-row.textarea textarea.textarea {
		float: left;
		width: 401px;
		height: 197px;
		margin: 0;
		padding: 3px;
		border-style: none;
	}


.form-row.submit {
	margin: 5px 0 7px 0;
	padding: 0;
	line-height: 0;
	text-align: right;
}

	.form-row.submit .left {
		float: left;
		width: 350px;
		margin: 0;
		padding: 0;
	}

	.form-row.submit .right {
		float: right;
		width: 120px;
		margin: 0;
		padding: 0;
	}

	.form-row.submit .hint {
		width: 350px;
		font-size: 11px;
		line-height: 14px;
		color: #969696;
		padding: 0 0 0 3px !important;
		margin: 0;
	}
	
		.form-row.submit .hint a {
			color: #969696;
		}
	
	.form-row.submit input {
		float: right;
	}

.wishlist-background {
	float: left;
	width: 484px;
	margin: 0;
	padding: 0;
	background-image: url('../images/wichtel_geschenkliste.png');
	background-repeat: no-repeat;
	background-position: 363px 0;
}

/* Wichtel-Liste */

ul.grouplist {
	float: left;
	width: 504px;
	margin: 0 0 5px 0;
	padding: 0;
	background-color: #ffffff;
	list-style-type: none;
}

	ul.grouplist.nohint {
		margin: 0 0 15px 0;
	}

	ul.grouplist li {
		position: relative;
		float: left;
		width: 482px;
		margin: 0;
		padding: 3px 10px 4px 10px;
		background-image: url('../images/bg_liste.jpg');
		background-repeat: repeat-x;
		background-position: bottom;
		border-style: solid;
		border-width: 1px;
		border-color: #efefef;
		border-bottom-color: #dfdfdf;
	}

	ul.grouplist li img.status {
		position: relative;
		top: 2px;
		margin-right: 8px;
	}
	
	ul.grouplist li a.delete {
		position: absolute;
		right: 10px;
		top: 5px;
		display: block;
		float: right;
		width: 13px;
		height: 13px;
		margin: 0;
		padding: 0;
		text-indent: -500px;
		line-height: 0;
		overflow: hidden;
		background-image: url('../images/button_delete.png');
		background-repeat: no-repeat;
		background-position: 0 0;
	}

	ul.grouplist li a.delete:hover {
		background-position: 0 -13px;
	}


/* Große Buttons */

.bigbuttons {
	float: left;
	width: 100%;
	margin: 0 0 15px 0;
	padding: 0;
}

	.bigbuttons.cancel {
		margin: 20px 0 0 0;
	}

a.bigbutton,
div.bigbutton {
	display: block;
	float: left;
	width: 153px;
	height: 22px;
	font-size: 11px;
	line-height: 11px;
	color: #888888;
	text-decoration: none;
	text-align: center;
	margin: 0 4px 0 0;
	padding: 7px 7px 0 5px;
	background-image: url('../images/bg_bigbutton.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	overflow: hidden;
}

	a.bigbutton:hover {
		color: #ffffff;
		text-decoration: none;
		background-position: 0 -29px;
	}
	
	a.bigbutton.last,
	div.bigbutton.last {
		margin: 0;
	}

	a.bigbutton.active {
		color: #ffffff;
		background-position: 0 -29px;
	}
	
	div.bigbutton.inactive {
		color: #bbbbbb;
	}

a.homebutton {
	position: absolute;
	left: 497px;
	top: 37px;
	display: block;
	float: left;
	width: 37px;
	height: 37px;
	text-indent: -500px;
	margin: 0;
	padding: 0;
	background-image: url('../images/button_home.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	overflow: hidden;
	z-index: 50;
}

	a.homebutton:hover {
		background-position: 0 -37px;
	}


/* Status-Buttons */

.statusbuttonset {
	position: relative;
	float: left;
	width: 100%;
	line-height: 0;
	margin: 0 0 15px 0;
	padding: 0;
}

	.statusbuttonset fieldset {
		margin: 0;
	}
	
	.statusbuttonset .wichtelillu {
		position: absolute;
		left: 190px;
		bottom: 0;
		width: 126px;
		height: 98px;
		overflow: hidden;
		margin: 0;
		padding: 0;
		z-index: 50;
	}

	.statusbuttonset .wichtelillu img {
		position: absolute;
		left: 0;
		top: 0;
		margin: 0;
		padding: 0;
		z-index: 50;
	}		

	.statusbuttonset .wichtelillu img.happy {
		left: -126px;
	}		

	.statusbuttonset .wichtelillu img.sad {
		left: -252px;
	}

	#savehint {
		font-weight: bold;
	}

		#savehint.strong {
			color: #bf0929;
		}

.statusbuttons {
	float: left;
	width: 264px;
	margin: 0 0 5px 0;
	padding: 0 110px;
}

.statusbuttons a#button-yes {
	float: left;
	width: 88px;
	height: 88px;
	text-indent: -500px;
	margin: 0 88px 0 0;
	background-image: url('../images/button_yes.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	overflow: hidden;
}

	.statusbuttons a#button-yes:hover {
		background-position: 0 -88px;
	}

	.statusbuttons a#button-yes.active {
		background-position: 0 -88px;
	}

.statusbuttons a#button-no {
	float: left;
	width: 88px;
	height: 88px;
	text-indent: -500px;
	background-image: url('../images/button_no.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	overflow: hidden;
}

	.statusbuttons a#button-no:hover {
		background-position: 0 -88px;
	}

	.statusbuttons a#button-no.active {
		background-position: 0 -88px;
	}


/* Auslosungs-Button */

.readyandgo-frame {
	position: relative;
	float: left;
	width: 504px;
	height: 125px;
	margin: 0;
	padding: 0;
}

.readyandgo {
	float: left;
	width: 504px;
	margin: 7px 0 0 0;
	padding: 0;
}

.readyandgo a.drawing {
	display: block;
	float: left;
	width: 254px;
	height: 80px;
	text-indent: -500px;
	margin: 0 125px;
	padding: 0;
	background-image: url('../images/button_auslosung.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	overflow: hidden;
}

	.readyandgo a.drawing:hover {
		background-position: 0 -80px;
	}

.reallybuttonset,
.pleasewait {
	position: absolute;
	left: 0;
	top: 0;
	float: left;
	width: 504px;
	z-index: 100;
}

	.pleasewait {
		z-index: 150;
	}

	.reallybuttonset fieldset,
	.pleasewait .greybox {
		height: 93px;
		margin: 0;
	}

	.reallybuttonset fieldset h3 {
		width: 150px;
		margin: 0;
	}

		.pleasewait .greybox h3 {
			width: 170px;
			margin: 0;
		}
	
	.reallybuttonset .statusbuttons {
		width: 294px;
		padding: 0 0 0 40px;
	}
	
	.reallybuttonset .statusbuttons a#button-yes {
		margin: 0 50px 0 0;
	}
	
	.pleasewait .waitanim {
		position: absolute;
		left: 280px;
		bottom: 29px;
		width: 32px;
		height: 32px;
		line-height: 0;
		overflow: hidden;
		z-index: 250;
	}
	
	.pleasewait .wichtelillu-schild {
		position: absolute;
		left: 240px;
		bottom: 0px;
		width: 192px;
		height: 95px;
		line-height: 0;
		overflow: hidden;
		z-index: 200;	
	}


/* Tabellen */

table {
	float: left;
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 15px 0;
	padding: 0;
	border-style: none;
	border-width: 0;
}

	table th {
		width: 40%;
		font-weight: bold;
		text-align: left;
		vertical-align: top;
		padding: 0 0 2px 0;
	}
	
	table td {
		width: 60%;
		vertical-align: top;
		padding: 0 0 2px 0;
	}

	.greybox table,
	.greybox p {
		margin: 0 0 5px 0;
	}


/* Hinweis-Meldungen */

.messages {
	position: absolute;
	left: 21px;
	top: 26px;
	width: 558px;
	height: 31px;
	overflow: hidden;
}

.notice {
	width: 478px;
	height: 23px;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	color: #d8efd8;
	padding: 8px 40px 0 40px;
	background-image: url('../images/bg_message_glossy_ok.png');
	background-repeat: no-repeat;
}

	.notice.error {
		color: #f2dce0;
		background-image: url('../images/bg_message_glossy_warning.png');	
	}

ul.error_list {
	float: left;
	width: 100%;
	font-size: 11px;
	color: #bf0929;
	margin: 3px;
	padding: 0;
	list-style-type: none;
}

	ul.error_list li {
		float: left;
		width: 100%;
		margin: 0;
		padding: 0;
	}


/* Spezielle Elemente */

.starten {
	position: absolute;
	left: 385px;
	top: 100px;
	z-index: 50;
}

.sogehts {
	position: absolute;
	left: 415px;
	top: 100px;
	z-index: 50;
}

.wichtelillu-auslosung,
.wichtelillu-fehler {
	float: left;
	width: 504px;
	margin: 0 0 50px 0;
	padding: 0;
	text-align: center;
}