body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-size: 13px;
	text-align: justify;
}

body, th, td, input, textarea, select, option {
	font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;
	color: #666666;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #D3A1BC;
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 3em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 200%;
}

a {
	color: #D3A1BC;
}

a:hover {
	color: #D3A1BC;
}

hr {
	display: none;
}

/* ---- */
/* Kopf */
/* ---- */

#kopf {
	width: 800px;
	height: 300px;
	margin: 0 auto;
	background: url(../bilder/header.jpg) no-repeat left top;
}

#kopf h1, #header p {
	margin: 0;
	padding: 0;
}

#kopf h1 {
	font-size: 52px;
	padding: 190px 0 0 35px;
	color: #D3A1BC;
}

#kopf p {
	margin-top: -20px;
	padding: 0 0 0 30px;
	font-size: 24px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #D3A1BC;
	text-transform: lowercase;
}

#kopf a {
	text-decoration: none;
	color: #D3A1BC;
}

/* ---------- */
/* Breadcrumb */
/* ---------- */

#breadcrumb {
	width: 800px;
	height: 60px;
	margin: 0 auto;
	text-align: center;
	padding-top: 10px;
	background: url(../bilder/rand_oben.jpg) no-repeat left top;
}

/* ----- */
/* Seite */
/* ----- */

#seite {
	width: 800px;
	margin: 0 auto;
	padding-top: 0px;
}

/* ------ */
/* Inhalt */
/* ------ */

#inhalt {
	float: left;
	width: 440px;
	margin: 0;
	padding-left: 10px;
	color: #666666;
	text-align: left;
}

#inhalt_breit {
	float: left;
	width: 600px;
	margin: 0;
	padding-left: 10px;
	color: #666666;
}

.text {
	padding: 0px 0 0 0;
}

.text_title {
	padding: 0 20px 5px 0px;
	font-size: 26px;
	background: url(../bilder/logo.png) no-repeat right 40%;
	border-bottom: 2px #D3A1BC dashed;
	margin-right: 20px;
}

.text_title a {
	text-decoration: none;
	color: #D3A1BC;
}


.text_links {
	float: left;
}

.text_rechts {
	float: right;
}

.text_inhalt {
	margin: 0;
	padding: 0px 20px 5px 0px;
}

.text_rahmen{
	border: 1px;
	border-style: solid;
	border-color: #D3A1BC;
	margin-top: 5px;
	padding: 5px;
}

/* ------- */
/* Werbung */
/* ------- */

#werbung {
	float: right;
	width: 160px;
}

/* ----- */
/* Menue */
/* ----- */

#menue {
	float: left;
	width: 180px;
	margin-bottom: 10px;
	padding-right: 10px;
	color: #D3A1BC;
	text-align: left;
}

#menue ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menue li {
	margin: 0;
	padding: 0;
}

#menue li ul {
	margin-left: 20px;
	padding: 0;
}

#menue li li {
	margin: 0 0 0 0;
	margin: 0 0 0 0;
	line-height: 30px;
	border-bottom: 1px #D3A1BC dotted;
}

#menue h2 {
	margin: 0px 0 0 20px; 
	height: 35px;
	font-size: 18px;
	color: #D3A1BC;
	background: url(../bilder/logo.png) no-repeat right 30%;
	border-bottom: 2px #D3A1BC dashed;
}

#menue a {
	text-decoration: none;
}

#menue a:hover {
	text-decoration: underline;
}

/* --------- */
/* Abschluss */
/* --------- */

#abschluss {
	width: 800px;
	margin: 0 auto;
	height: 50px;
	text-align: center;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background: url(../bilder/rand_unten.jpg) no-repeat left top;
	margin-bottom: 27px;
}

#abschluss p {
	padding-top: 15px;
}

#abschluss p a {
	color: #D3A1BC;
}

/* ------ */
/* Bilder */
/* ------ */

img { border: none; }

img.links {
	float: left;
	margin: 3px 20px 20px 0px;
	padding: 10px;
	border: 1px #D3A1BC dotted;
}

img.rechts {
	float: right;
	margin: 3px 0px 10px 20px;
	padding: 10px;
	border: 1px #D3A1BC dotted;
}

