* {
	margin: 0;
	padding: 0;
}

html {
	height:100%;
}

body {
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	min-width: 1000px;
}

.clear {
	clear: both;
}

.error {
	background:url(grafik/bg_hinweis.gif) top left no-repeat;
	width:125px;
	height:20px;
	padding:0 0 0 3px;
}

ul,ol {
	margin:0 0 10px 10px;
}

li {
	margin:0 0 0 10px;
}

p {
	margin-bottom:10px;
}

a {
	color:#88133b;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;	
}

h1,h2,h3,h4,h5,h6 {
	margin-bottom:15px;
	color:#88133b;
}

h1 {
	font-size:16px;
}

h2 {
	font-size:15px;
}

h3 {
	font-size:14px;
}

h4 {
	font-size:13px;
}

h5 {
	font-size:12px;
}

h6 {
	font-size:12px;
	border:1px solid #88133b;
}

/* extras */
#c145 ul li img {
	border:none;
}


#container {
	width: 1000px;
	margin: 0 auto;
	background-color:#f7ee9e;
	border-right:#520821 1px solid;
	border-left:#520821 1px solid;
}

/* header section */
#header {
	width: 100%;
	height:202px;
	background:url(grafik/header.jpg) top left no-repeat;
}

#navigation {
	padding:163px 0 0 241px;
	list-style-type:none;
	margin:0;
}

#navigation li {
	float:left;
	margin:0 4px 0 0;
	color: #f6d6a4;
	font-size:12px;
}

#navigation li a {
	display:block;
	color: #f6d6a4;
	text-decoration:none;
}

#navigation li a:hover {
	color:#ffef04;
}

/* content section */
#content {
	width: 1000px;
	background:url(grafik/bg_content.gif) top left repeat-y;
}

#links {
	width: 226px;
	float: left;
	margin-top:30px;
}

#links p {
	margin:0 0 0 26px;
}

#links p a {
	display:block;
	width:159px;
	margin:0 0 1px 0;
	padding:3px 0 3px 20px;
	text-decoration:none;
	color:#f7ee9e;
	background-color:#520820;
}

#links p a:hover {
	background-color:#88133b;
}

#links p.klein {
	margin:0 0 0 26px;
}

#links p.klein a {
	display:block;
	width:147px;
	font-size:11px;
	margin:0 1px 1px 1px;
	padding:1px 0 1px 30px;
	text-decoration:none;
	color:#f7ee9e;
	background-color:#520820;
}

#links p.klein a:hover {
	color:#f7ee9e;
	background-color:#88133b;
}


#rechts {
	padding-top:30px;
	padding-right:30px;
	width: 735px;
	float:right;
	background:url(grafik/bg_rechts.gif) top right no-repeat;
}

#rechts img {
	border:#520821 1px solid;
}


/* footer section */
#footer {
	width:1000px;
	height:145px;
	background:url(grafik/footer.jpg) top left no-repeat;
}

#box {
	color:#520820;
	font-size:11px;
	padding:75px 0 0 25px;
}


/* Formular */
.fieldsets fieldset {
	border:none;
}

.fieldsets legend {
	display:none;
}

.tx_powermail_pi1_fieldwrap_html label {
	width:110px;
	float:left;
}

.powermail_kontaktformular {
	width:200px;
	margin-bottom:2px;
}

.powermail_submit {
	width:100px
}