* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: white;
	font: 14px/1.2em Arial, Helvetica, Verdana;
}

#main {
	width: 910px;
	margin: 0px auto;
	text-align: center;
}

p{
	margin-bottom: 15px;
}

h1 {
	font-size: 24px;
	color: #E02B21;
	margin-top: 65px;
	margin-bottom: 20px;
}

h2 {
	font-size: 16px;
	color: #E02B21;
	margin-top: 20px;
	margin-bottom: 10px;
}

hr {
	height: 1px;
	background-color: #E02B21;
	margin-top: 20px;
	margin-bottom: 20px;
}

#left {
	float: left;
	width: 400px;
	text-align: left;
}

#navi {
	margin-top: 15px;
	list-style-type: none;
	text-align: left;
}

ul li {
	list-style-type: none;
}

#navi .nav1st li a, #navi .nav1st li a:visited {
	width: 281px;
	height: auto;
	padding: 8px;
	display: block;
	background-color: #E0D8D4;
	margin-left: 53px;
	margin-bottom: 1px;
	text-decoration: none;
}

#navi .nav1st li a:hover, #navi .nav1st li a.current {
	background-color: #B09D93;
	color: white;
}

#navi .nav2nd li a, #navi .nav2nd li a:visited {
	width: 261px;
	height: auto;
	padding: 2px;
	background-color: white;
	color: #68351E;
	margin-left: 73px;
	margin-bottom: 1px;
	text-decoration: none;
}

#navi .nav2nd li a:hover, #navi .nav2nd li a.current {
	background-color: white;
	color: red;
}

#content {
	float: left;
	width: 510px;
	text-align: left;
}

.abstand {
	margin-bottom:20px;
}

a {
	color: #68351E;
}

span.link a {
	color: red;
}

p.copy {
	font-size: 10px;
}

p.imprint, p.adress, p.copy {
	margin-left: 61px;
}

p.imprint {
	margin-top: 20px;
}

.flLeft {
	float:left;
}

.flRight {
	float:right;
}

.flTop {
	float:inherit;
	padding-top:12px;
}

/* form-module
*******************************************************************************/
#form-module * {
	padding:0px;
	margin:0px;
}

#form-module {
	margin:0px;
	padding:0px;
	width:100%;
	background-color:#f7f7f7;
	color:#666;
}

#form-module fieldset {
	border:0px solid #fff;
}

#form-module legend {
	display:none;
}


#form-module p {
	margin:0;
	padding:5px;
	font-size:1em;
	font-weight:bold;
}

#form-module .element {
	display:block;
	clear:both;
	background-color:#f7f7f7;
	border-top:2px solid #fff;
}

#form-module label {
	display:block;
	float:left;
	padding:5px;
	width:120px;
	border-right:2px solid #fff;
}

#form-module label.checkbox {
	width:372px;
	border-left:2px solid #fff;
	border-right:none;
}

#form-module input, 
#form-module select, 
#form-module textarea {
	float:left;
	margin:5px;
	width:295px;
	border:1px solid #333;
}

#form-module input.text {
	height:20px;
}

#form-module input.checkbox {
	width:120px;
	padding:0;
	border:none;
}

#form-module input.submit { 
	margin:5px 5px 5px 137px;
	padding:2px 5px;
	border:1px solid #333;
	background-color:#fff;
	color:#666;
	text-align:center;
	cursor:pointer;
}

#form-module input.submit:hover { 
	background-color:#f7f7f7;
	color:#000;
}

#form-module label.textarea, 
#form-module textarea.textarea {
	height:96px;
}

#form-module-thanks {
	display:block;
	color:#666;
}

.magazine-container {
	background: #f7f7f7;
}
.magazine-image a, .magazine-image a:hover {
	border: 0;
	background: transparent;
	outline: 0;
}