@CHARSET "ISO-8859-1";

/* ----------- content ------------ */

html {
	border:0;
	margin:0;
	padding:0;
}

body {
	font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	/*font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;*/
	font-size:14pt;

	border:0;
	margin:0;
	padding:0;
	
    background-color: #eafad3;
	background-image:url('../img/bg.png');
	background-repeat:repeat-y;
	background-position:top;
	background-attachment:fixed;

	/* IE10 Consumer Preview
background-image: -ms-linear-gradient(top, #17377A 0%, #376084 100%);*/

/* Mozilla Firefox
background-image: -moz-linear-gradient(top, #17377A 0%, #376084 100%);*/

/* Opera
background-image: -o-linear-gradient(top, #17377A 0%, #376084 100%);*/

/* Webkit (Safari/Chrome 10)
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #17377A), color-stop(1, #376084));*/

/* Webkit (Chrome 11+)
background-image: -webkit-linear-gradient(top, #17377A 0%, #376084 100%);*/

/* W3C Markup, IE10 Release Preview
background-image: linear-gradient(to bottom, #17377A 0%, #376084 100%);*/
}

p.speech
{
	position: relative;
	display:inline;
	padding: 0.5em 1em 0.5em 1em;
	text-align: center;
	background-color: #fff;
	border: 1px solid #666;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

p.speech:before
{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 30px;
	top: -20px;
	border: 10px solid;
	border-color: transparent transparent #666 #666;
}

p.speech:after
{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 31px;
	top: -17px;
	border: 10px solid;
	border-color: transparent transparent #fff #fff;
}

#login-page, #show-page {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:1000px;
}

#head {
	background-repeat: no-repeat;
}

#login-page #head {
	background-image: url("../img/wunsch-o-mat-h260px.png");
	height: 280px;
	background-position: bottom;
}

#show-page #head {
	background-image: url("../img/wunsch-o-mat-h100px.png");
	height: 120px;
	background-position: center;
}

#wuenschel {
	background-color: #eafad3;
	height: 90px;
	width: 1002px;
	
	position: absolute;
	left: -1px;
	
	border-top: 1px solid #9bb27a;
	border-bottom: 1px solid #9bb27a;
}

#wuenschel img {
	position: absolute;
	bottom: 0;
}

#show-page #wuenschel img {
	left: 110px;
}

#login-page #wuenschel-text {
	position: absolute;
	display:inline;
	left: 180px;
	bottom: 70px;
}

#show-page #wuenschel-text {
	position: absolute;
	display:inline;
	left: 220px;
	bottom: 30px;
}

#login-form {
	position: relative;
	top: 130px;
	left: 300px;
}

#login-form input {
	font-family: Sans-Serif;
	font-size:14pt;
	border:1px solid gray;
	border-radius: 5px;
	vertical-align: middle;
	text-align: center;
	outline-style: none;
	-moz-outline-style:none;
	width:200px;
}

#login-button {
    background-color: #a0a0a0;
}

#content-box {
	position: relative;
	top: 90px;
	width: 1000px;
}

#content {
	margin: 1em;	
}

#bottom-spacer {
	height:330px;
	width:1000px;
}

#footer {
	position:absolute;
	width:1000px;
	bottom:0px;
}

.footer-content {
	position:absolute;
	left:200px;
}

/* ----------- page-specific stuff ------------ */

#home-link {
	position:absolute;
	top:10px;
	left:10px;
	font-size:80%;
}

#logout-link {
	position:absolute;
	top:10px;
	right:10px;
	font-size:80%;
}

div.separator {
	border-bottom:1px solid #f0f0f0;
	margin-top:20px;
	margin-left:130px;
	margin-bottom:50px;
	margin-right:100px;
}

div.section-title {
	font-weight:bold;
	margin-top:1.5em;
	margin-bottom:1em;
}
div.section-text {
	margin-bottom:1em;
}
div.section-images {
	margin-bottom:0.5em;
	margin-bottom:0.5em;
}

div.center {
	text-align: center;
}

/* ----------- form elements ------------ */

#anmeldung td {
	padding-top:5px;
	padding-right:10px;
}

.userdata {
	font-size: 90%;
	border: 1px solid #A0AA8F;
	-moz-border-radius: 7px;
	border-radius: 7px;
	text-align: left;
	outline-style: none;
	-moz-outline-style:none;
	padding: 5px;
}

#anmeldung .textfield {
	width:500px;
}

#anmeldung textarea {
	overflow:hidden;
}

#anmeldung select {
	width:100px;
}

input.invalid {
	background-color: #ffbfc8;
}

input.button {
	background-color: #eafad3;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	font-size: 100%;
}

/* ----------- simple styles ------------ */

table.simple {
	border-collapse: collapse;
	border: 1px dashed #e0e0e0;
	border-spacing: 0;
	empty-cells: show;
	font-size: 0.9em;
}

table.simple th {
	border-width: 2px 1px 2px 1px;
	border-style: solid;
	border-color: #f0f0f0;
	padding: 4px 10px 4px 10px;
	background-color: #a4acbc;
}

table.simple td {
	border: 1px solid #f0f0f0;
	padding: 4px 10px 4px 10px;
}

table.noborder {
	border-collapse: collapse;
	border: 0px;
	border-spacing: 0;
}

table.noborder.anmeldung td {
	border: 0px;
	padding-bottom: 5px;
}

table.noborder.anmeldung td.padleft {
	padding-left: 50px;
}

table.simple.wishlist td {
	margin: 0;
	padding: 10px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px dashed #f0f0f0;
	vertical-align: top;
}

table.simple.wishlist td.parts {
	font-weight:bold;
	text-align:right;
}

table.simple.wishlist img {
	padding: 2px;
	border: 1px solid black;
}

table.cash {
	border: 1px solid #f0f0f0;
}

.markup {
	color:#7b2a53;
}
.invalid-box {
	background-color: #ffbfc8;
	border: 1px solid #ffbfc8;
	margin-bottom: 10px;
	margin-top: 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:10px;
}
.invalid-text {
	padding: 10px;
	color: #ce5b4d;
}
.valid-box {
	background-color: #26b564;
	border: 1px solid #26b564;
	margin-bottom: 10px;
	margin-top: 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:10px;
}
.italic {
	font-style:italic;
}
.bold {
	font-weight:bold;
}
.normal {
	font-weight:normal;
}
.underline {
	text-decoration:underline;
}
.centered {
	text-align:center;
}
.right {
	text-align:right;
}
.font-sansserif {
	font-family: Century Gothic, Helvetica, Sans-Serif;
}
.x-small {
	font-size:50%;
}
.small {
	font-size:75%;
}
.large {
	font-size:150%;
}
.x-large {
	font-size:200%;
}
.padding-top {
	padding-top:1em;
}
.padding-bottom {
	padding-bottom:1em;
}
.simple-border {
	border:1px solid black;
}
.error {
	color: #D44D1D;
}
span.required {
	color: #282b2d;
	border: 1px solid #ff4069;
	background-color: #ffbfc8;
}

/* ----------- links ------------ */

a:link { color:#a0a0a0; text-decoration:none; border-bottom: 1px dotted #d0d0d0; }
a:visited { color:#a0a0a0; text-decoration:none; border-bottom: 1px dotted #d0d0d0; }
a:active { color:#a0a0a0; text-decoration:none; font-weight:bold; border-bottom: 1px dotted #d0d0d0; }
a:hover { color:#a0a0a0; text-decoration:none; font-weight:bold; border-bottom: 1px dotted #d0d0d0; }