body {
	margin: 0;
	padding: 10px 0;
	background: url(../images/background.jpg) fixed;
	text-align: center;
}

.clearer {
	clear: both;
}

div#wrapper {
	width: 720px;
	padding: 0px 15px;
	margin: 0px auto;
	text-align: left;
	background: url('../images/shadow_background.png') repeat-y;
}

div#branding {
	width: 720px;
	height: 87px;
	background: url('../images/branding.png') no-repeat;
}

div#navigation_and_more {
	width: 188px;
	float: left;
}

div#more_content {
	border-top: #CA0026 4px solid;
	padding: 10px;
}

div#main_content {
	width: 478px;
	padding: 0px 29px 15px 25px;
	float: left;
}

div#related_informations {
	clear: both;
	height: 27px;
	width: 720px;
	background: url('../images/footerbackground.png') no-repeat;
}

div#shadow_bottom {
	clear: both;
	background: url('../images/shadow_bottom.png') no-repeat;
	height: 25px;
	width: 750px;
	margin: 0px auto;
}

div#shadow_top {
	height: 16px;
	width: 750px;
	margin: 0px auto;
	background: url('../images/shadow_top.png') no-repeat;
}

/* Formular *************************************************************************/

div.tx-thmailformplus-pi1 {
	margin-top: 15px;
}

label {
	display: block;
}

fieldset {
	border: #DFDFDF 1px solid;
	padding: 15px;
}

legend {
	padding: 0px 10px;
	font-size: 1.2em;
	color: #CA0026;
}


fieldset p {
	margin: 10px 0px;
}

input.text-input, textarea.textarea {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.1em;
	border: #DFDFDF 1px solid;
	background: #FFFFFE;
	padding: 3px;
}

input:focus, textarea:focus {
	border-color: #ca0026;
}

textarea.textarea {
	height: 100px;
}

input.button {
	padding: 3px;
	border: #ca0026 1px solid;
	background: #dfdfdf;
}

.checkbox {
	border: #ca0026 1px solid;
}

div#more_content fieldset {
	padding: 0px;
}

input[type="text"], textarea {
	width: 100%;
	background: #FFFFFE;
}


