@CHARSET "ISO-8859-1";

/* ----------- content ------------ */

html,body {
	font-family:Courier, Monospace;
	font-size:18pt;

	border:0;
	margin:0;
	padding:0;

	/* 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%);*/

	background-color: #17377A;
	width:100%;
	height:100%;
}

#top-space {
	position:relative;
	height:50px;
}

#start {
	position:relative;

	margin-left:auto;
	margin-right:auto;

	background-color: #95B3C3;

	background-image: url("../img/prost_500.png");
	background-position: left bottom;
	background-repeat:no-repeat;

	width:1200px;
	height:900px;

	border:3px solid white;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#start-title {
	position:relative;

	margin-left:auto;
	margin-right:auto;

	width:1000px;
	margin-top:100px;
}

#title {
	position:relative;

	margin-left:auto;
	margin-right:auto;

	width:1000px;
	margin-top:50px;
	margin-bottom:30px;
}

#login-form {
	position:absolute;
	bottom:180px;
	left:470px;
}

#login-form input {
	font-family: Sans-Serif;
	font-size:48px;
	border:2px solid #A0AA8F;
	-moz-border-radius: 10px;
	border-radius: 10px;
	vertical-align: middle;
	text-align: center;
	outline-style: none;
	-moz-outline-style:none;
}

#login-button {
    background:url(../img/login.png) no-repeat;
	background-position:center center;
    width: 170px;
    background-color: #eafad3;
}

#page {
	position:relative;

	margin-left:auto;
	margin-right:auto;

	background-color: #95B3C3;

	background-image:url("../img/prost_500.png");
	background-position:right bottom;
	background-repeat:no-repeat;

	width:1200px;
	min-height:85%;

	border:3px solid white;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#content {
	margin-left:150px;
	margin-right:100px;
}

#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.2em;
	margin-bottom:0.8em;
}
div.section-text {
	margin-bottom:0.5em;
}
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-family: Courier, Monospace;
	font-size: 100%;
	font-style:italic;
	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 {
	font-family: Courier, Monospace;
	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%;
	font-weight: bold;
}

/* ----------- simple styles ------------ */

table.simple {
	border-collapse: collapse;
	border: 2px solid #f0f0f0;
	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.noborder.kontakt td {
	border: 0px;
	padding-right: 50px;
	padding-bottom: 10px;
	font-size:0.9em;
}

table.noborder.sleep td {
	border: 0px;
	padding-right: 50px;
	padding-bottom: 10px;
	font-size:0.9em;
}

table.noborder.programm td {
	border: 0px;
	font-size:0.9em;
	padding-left: 50px;
	padding-top: 5px;
}

table.noborder.programm td.date {
	font-size:1em;
	padding-left: 0px;
}

table.noborder.anreise td {
	border: 0px;
	font-size: 0.9em;
	padding-right: 50px;
	padding-top: 5px;
}

table.simple.wishlist td {
	margin: 0;
	padding: 5px;
	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 {
	border: 1px solid #f0f0f0;
}

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: red;
}
.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;
}

span.required {
	color: #282b2d;
	border: 1px solid #ff4069;
	background-color: #ffbfc8;
}

/* ----------- links ------------ */

a:link { color:#7b2a53; text-decoration:none; }
a:visited { color:#7b2a53; text-decoration:none; }
a:active { color:#7b2a53; text-decoration:none; font-weight:bold; }
a:hover { color:#7b2a53; text-decoration:none; font-weight:bold; }