* {
	padding:0;
	margin:0;
}

body, html {
	height: 100%;
	width: 100%;
}

body {
	background: #c5c5c5 url(/gfx/body-bg.png) repeat-x fixed;
	font: 12px Arial, Helvetica, sans-serif;
}

/*--------------------------------------------------------------------------------------------------------*/

.clear {
	clear: both;
	padding: 0;
	margin: 0;
	font-size: 0px;
	line-height: 0px;
}

.ALlinks {
	text-align: left;
}

.ALrechts {
	text-align: right;
}

.ALmitte {
	text-align: center;
}

a:hover {
	text-decoration: none;
}

/*--------------------------------------------------------------------------------------------------------*/

#wrapper {
	width: 902px;
	background-color: #dcdcdc;
	margin: auto auto;
	padding: 12px;
}

/*--------------------------------------------------------------------------------------------------------*/

#kopf p {
	width: 163px;
	float: left;
	margin-right: 12px;
	border-bottom: 1px dotted #000;
}

#kopf p img {
	border: 1px solid #fff;
	margin-bottom: 7px;
}

#kopf p a {
	display: block;
	width: 161px;
	height: 16px;
	text-align: center;
	border: 1px solid #fff;
	background-color: #8C7858;
	color: #fff;
	text-decoration: none;
	padding: 2px 0px;
	margin-bottom: 8px;
}

#kopf p a:hover, #kopf p a.aktiv {
	background-color: #633;
	font-weight: bold;
}

/*--------------------------------------------------------------------------------------------------------*/

#haupt {
	margin-top: 10px;
}

#nav-links {
	width: 163px;
	margin-right: 12px;
	float: left;
}

#inhalt {
	width: 530px;
	border: 1px solid #fff;
	background-color: #f1f1f1;
	padding: 10px;
	float: left;
	margin-right: 12px;
}

#nav-sub {
	text-align: right;
	font-size: 9px;
}

#nav-rechts {
	float: left;
	width: 163px;
}

/*--------------------------------------------------------------------------------------------------------*/

#nav-links a {
	display: block;
	width: 161px;
	text-align: center;
	border: 1px solid #fff;
	background-color: #3D3938;
	color: #fff;
	text-decoration: none;
	padding: 2px 0px;
	margin-bottom: 8px;
}

#nav-links a.sub {
	background-color: #999;
}

#nav-links a:hover, #nav-links a.aktiv {
	background-color: #633;
	font-weight: bold;
}

/*--------------------------------------------------------------------------------------------------------*/

#inhalt h1 {
	font-size: 14px;
	margin-bottom: 18px;
}

#inhalt h2 {
	font-size: 12px;
	margin-bottom: 12px;
}

#inhalt p, #inhalt ul {
	margin-bottom: 12px;
}

#inhalt ul ul {
	margin-left: 12px;
}

#inhalt a {
	color: #000;
}

#inhalt .tab1_links {
	width: 80px;
	float: left;
}

#inhalt .tab1_rechts {
	width: 450px;
	float: left;
}

#inhalt .Abstand1 {
	margin-left: 80px;
}

fieldset {
	border: 0px;
}

/*--------------------------------------------------------------------------------------------------------*/

label.left {
	width: 150px;
	padding: 4px 4px;
	float: left;
}

input.kontakt, textarea.kontakt {
	
	width: 350px;
	margin: 2px 0px;
}

input, textarea {
	border-top: 1px solid #6b6b6b;
	border-left: 1px solid #6b6b6b;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	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;
}

/*--------------------------------------------------------------------------------------------------------*/

#nav-sub a {
	color: #000;
}

/*--------------------------------------------------------------------------------------------------------*/

#nav-rechts img {
	border: 1px solid #fff;
	margin-bottom: 12px;
}

/*--------------------------------------------------------------------------------------------------------*/

#copyright {
	text-align: right;
	width: 717px;
	font-size: 9px;
	padding: 2px;
}

/*--------------------------------------------------------------------------------------------------------*/