* {
  margin: 0;
  padding: 0;
}

body {
	background-color: #fff;
	text-align: center;
	color: #300;
}

body, div, p, span, a, ul, li, textarea {
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	text-align: left;
	width: 100%;
}

#kopf {
	color: #996;
}

#kopf h1 {
	font-size: 16px;
}

#kopf span {
	color: #000;
}

/*----------------------------------------------------------------*/

#main {
	font-size: 12px;
	color: #000;
	width: 100%;
}

#main a {
	color: #000;
}

#main h2 {
	font-size: 12px;
}

.praeparat {
	width: 100%;
	background-color: #eae8ca;
}

.plinks, .prechts {
	padding: 5px 0px 5px 10px;
	float: left;
}

.plinks {
	width: 130px;
}

.prechts {
	padding-left: 5px;
	width: 216px;
}

.strichellinie {
	border-top: 1px dotted #300;
	margin: 4px 0px;
	height: 0px;
	font-size: 0px;
}

/*----------------------------------------------------------------*/

#nav {
	display: none;
}

/*----------------------------------------------------------------*/

#inhalt {
	width: 90%;
	margin: 12px 29px 20px 0px;
}

/*----------------------------------------------------------------*/

fieldset {
	border: 0px;
}

label.left {
	width: 120px;
	padding: 4px 4px;
	float: left;
}

input.kontakt, textarea.kontakt {
	
	width: 200px;
	margin: 2px 0px;
}

input, textarea {
	background: url(/gfx/bg-input.gif) no-repeat;
	border-top: 1px solid #9b987e;
	border-left: 1px solid #9b987e;
	border-right: 1px solid #dedab5;
	border-bottom: 1px solid #dedab5;
	padding: 2px 4px;
	font-size: 11px;
}

.checkbox {
	background: none;
	padding: 3px 0px;
	border: 0px;
}

input.button {
	background: none;
	background-color: #ccc;
	border: 1px solid #9b987e;
	text-align: center;
	padding: 0px 5px;
}

/*----------------------------------------------------------------*/

#rechts {
	display: none;
}

a.more {
	padding-right: 14px;
	background: url(/gfx/pfeil01.gif) no-repeat right;
}

/*----------------------------------------------------------------*/

a:hover {
	text-decoration: none;
}

/*----------------------------------------------------------------*/

#fuss p, #fuss a {
	color: #996;
	font-size: 9px;
	text-decoration: none;
}

#fuss p.sprache, #fuss p.subnav {
	display: none;
}

#fuss p.copyright {
	width: 95%;
	text-align: right;
}
