/* CSS File Wettbewerb */


/* ---------- Allgemeine Definitionen ---------- */
body {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	margin: auto;
}

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

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


/* ---------- Div-Definitionen ---------- */
#full_container {
	width: 800px;
	height: 440px;
	margin: auto;
	background-image: url(../images/background.jpg);
}

#topnavi {
	width: 800px;
	height: 14px;
	border-bottom: 1px solid #FFFFFF;
	overflow: hidden;
	text-align: right;
	padding-top: 16px;
}

#content_container {
	width: 800px;
	height: 390px;
	margin-top: 20px;
	overflow: auto;
}

#content {
	margin-left: 10px;
	margin-right: 10px;
	text-align: justify;
}

#bedingungen {
	font-size: 10px;
}


/* ---------- Hauptnavigation ---------- */

#topnavi ul {
	list-style: none;
	list-style-type: none;
	display: inline;
	margin-right: 10px;
}

#topnavi ul li {
	text-transform: uppercase;
	display: inline;
	padding-left: 30px;
}

#topnavi ul li a {
	text-decoration: none;
}

#topnavi ul li a:hover {
	text-decoration: none;
}

#topnavi ul li a.active {
	color: #AB8445;
}


/* ---------- Span-Classes ---------- */

.big-title {
	font-size: 20px;
	color: #FFFFFF;
}

.gold-title {
	font-weight: bold;
	color: #AB8445;
}

.small-notes {
	font-size: 9px;
	color: #FFFFFF;
}

.erfolgsmeldung {
	font-size: 18px;
	text-align: center;
}


/* ---------- Kontaktformular ---------- */

/* DIV */
#error_window {
	background-color: #FFCCCC;
	border: 1px solid #990000;
	width: 750px;
	font-size: 10px;
	color: #990000;
	padding: 10px 0px 10px 10px;
	margin-bottom: 10px;
}


/* Tabellen */
.formtext {
	width: 220px;
	text-align: right;
	vertical-align: top;
}

.formfield {
	width: 355px;
	padding-left: 10px;
	text-align: left;
	vertical-align: top;
}

.formagb {
	padding-left: 6px;
	text-align: left;
	vertical-align: top;
	font-size: 9px;
}

.formsecurity {
	width: 355px;
	padding-left: 10px;
	text-align: left;
	vertical-align: top;
	font-size: 9px;	
}

.formstar {
	width: 150px;
	text-align: left;
	font-size: 10px;
	vertical-align: middle;
}

.formstar a {
	text-decoration: none;
}

.formempty {
	height: 2px;
}


/* Input Felder */
.textfield {
	height: 14px;
	border: 1px solid #333333;
	width: 350px;
}

.textfield_error {
	height: 14px;
	width: 350px;
	border: 1px solid #990000;
	background-color: #FFCCCC;
}

.optionfield {
	width: 352px;
	height: 18px;
	border: 1px solid #333333;
}

.optionfield_error {
	width: 352px;
	height: 18px;
	border: 1px solid #990000;
	background-color: #FFCCCC;
}

.submitbutton {
	height: 22px;
	border: 1px solid #333333;
	background-color: #CCCCCC;
	width: 350px;
}







/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - iPHONE - - - - - - - - - - - - - - - - - -*/
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

@media only screen and (max-device-width: 480px) {
	body {
		color: #FFFFFF;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		background-color: #212bb1;
		font-size: 1.2em;
		margin: 0px;
		padding: 0px;
		margin: auto;
	}
	
	img {
		display: none;
	}
	
	img.captcha {
		display: block;
	}
	
	#full_container {
		margin: auto;
	}

	#topnavi {
		width: 100%;
		border-bottom: 1px solid #FFFFFF;
		overflow: auto;
		height: 30px;
		text-align: right;
		padding-top: 18px;
	}
	
	#content_container {
		width: 100%;
		margin-top: 20px;
		overflow: visible;
	}
	
	#content {
		text-align: justify;
		overflow: visible;
		padding-bottom: 50px;
	}
	
}