/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: 0;	
}
body {
	background: #f4eddc url(images/background.jpg) repeat-y 50% -200px;	
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, serif;
	color: #6e604f;
	padding-bottom: 50px;
}
#wrapper {
	width: 990px;
	margin: auto;
	overflow: hidden;
	font-size: 16px;
	position: relative;
}

.bg-start {
	height: 455px;
	width: 500px;
	position: absolute;	
	left: 0;
	top: 740px;
	background: url(images/bg-start.png);
	z-index: 0;
}

.col {
	width: 240px;
	float: left;
	margin-right: 10px;
	margin-top: 140px;
	position: relative;
	z-index: 10;
}
.col.first {
	margin-top: 90px;	
}
.col.last {
	margin-right: 0;	
}

.col.big {
	width: 490px;
	marign-right: 0;	
}

.box {
	width: 100%;
	margin-top: 10px;	
}
.box.dark {
	background: #988b7b;	
}
.box.light {
	background: #dec591;	
}
.box.white {
	background: #ffffff;
}
.inner {
	padding: 15px;	
}
.bottomBox {
	width: 100%;	
}

.corner-dark-bottom-right {
	height: 30px;
	background: url(images/ecke-unten-rechts-braun.png);	
}
.corner-light-bottom-right {
	height: 30px;
	background: url(images/ecke-unten-rechts-hellbraun.png);	
}
.corner-white-top-right {
	height: 30px;
	background: url(images/ecke-oben-rechts-weiss.png);	
}
.corner-white-bottom-left {
	height: 30px;
	background: url(images/ecke-unten-links-weiss.png);	
}

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

ul.nav a:hover, ul.nav a.active {
	color: #6e604f;	
	text-decoration: none;
}
ul.nav {
	list-style: none;	
}
ul.nav.top {
	position: absolute;
	top: -110px;
	left: 15px;	
}
ul.nav li {
	margin-bottom: 5px;	
}
ul.subnav li {
	margin-bottom: 15px;	
}

ul.subnav a {
	color: #dec591;
	font-size: 22px;
	text-transform: uppercase;
}
ul.nav.bottom {
	position: absolute;
	bottom: 15px;
	left: 15px;	
}

p {
	line-height: 140%;
	margin-bottom: 1em;	
}

h1 {
	font-size: 30px;
	margin-bottom: 0.5em;	
	font-weight: normal;	
}

h2 {
	font-size: 20px;
	margin-bottom: 0.5em;	
	font-weight: normal;
}

.box.light h2 {
	color: #c40039;	
}

.quote {
	font-family: Arial, Helvetica, sans-serif;
	color: #c40039;
}
.quote .inner {
	padding-top: 0;	
}
.quote p {
	text-transform: uppercase;
	font-size: 16px;
	padding: 20px 0;
	position: relative;
	line-height: 150%;	
}
.quote span {
	font-size: 12px;	
}
.quote-top, .quote-bottom {
	display: block;
	background: url(images/quote.png) no-repeat;
	width: 18px;
	height: 14px;
	position: absolute;
}
.quote-top {
	top: 0;
	left: 0;	
}
.quote-bottom {
	bottom: 0;
	right: 0;
}

.news {
	overflow: hidden;	
}
.news h2 {
	margin: 15px 0 0.5em 15px;
}
.news p {
	font-size: 13px;
	padding: 0 15px 15px;
	margin: 0;
	background: url(images/pfeil-rot.png) 0px 100% no-repeat;
}
.news a {
	white-space: nowrap;	
}

#content ul {
	margin-left: 20px;	
	margin-bottom: 1em;
}
#content li {
	margin-bottom: 5px;	
}

.f-left {
	float: left;	
}
.f-right {
	float: right;	
}
.clearfix {
	overflow: hidden;	
}
.small {
	font-size: 12px;	
}

/** FORMS **/

.captcha {
	border: 1px solid #988b7b;
}

input, select, textarea {
	border: 1px solid #988b7b;
	background: #fffcf4;
	float: left;
	padding: 3px;
	margin-bottom: 10px;
	width: 300px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, serif;
}
input:focus, select:focus, textarea:focus {
	background: #fff;
	border-color: #464038;
}
textarea {
	height: 100px;	
	font-size: 13px;
}
textarea.large {
	width: 460px;	
}
select {
	padding: 0;	
	height: 22px;
	width: 308px;
}
label {
	float: left;
	clear: both;
	margin-right: 10px;
	width: 130px;
	font-weight: bold;	
}
input.button {
	width: auto !important;	
	height: auto !important;
	padding: 3px 10px;
	cursor: pointer;
	background: #dec591;
	color: #c40039;
	font-weight: bold;
	border-color: #988b7b;
	text-transform: uppercase;
}
input.button:hover {
	background: #988b7b;
	border-color: #464038;
	color: #fff;
}