body {
	margin: 0;
	padding: 0;
	background: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #66665E;
}


#header {
	width: 900px;
	height: 50px;
	margin: 0 auto;
	background: url(../pix/menue.jpg) no-repeat left top;
}

/*-------menü---------- */

#menue {
	float: left;
	width: 720px;
	height: 50px;
}

#menue ul {
	margin: 0;
	padding: 0px 0px 0px 5px;
	list-style: none;
	line-height: normal;
}

#menue a {
	display: block;
	float: left;
	height: 20px;
	margin-right: 3px;
	padding: 15px 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	color: #FFFFFF;
}

#menue a:hover { 
	text-decoration: underline; 
	height: 20px;
	background: #831A7B;
	color: #FFFFFF;
}

#menue a:active {
	height: 20px;
	background: #689970;
	color: #FFFFFF;
}

/*-------container---------- */
	
#container {
	width: 840px;
	margin: 0 auto;
	padding: 30px 30px 0px 30px;
	background: #FFFFFF;
	border-bottom: 5px #66665E solid;
}

/*------content------ */

#content {
	float: left;
	width: 570px;
}

/*------post------*/

#inhalt {
	margin-bottom: 25px;
}

.inhalt .title {
	height: 25px;
	color: #42423E;
}

.inhalt .text {
	padding: 10px 0;
}
	/*--------logo---------*/

#logo {
	width: 900px;
	height: 200px;
	margin: 0 auto;
}

/* rechts */

#rechts {
	float: right;
	width: 220px;
}

#rechts ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#rechts li {
	margin-bottom: 25px;
	padding: 0 0 10px 0px;
}

#rechts li li {
	margin: 0;
	padding-left: 15px;
	background: url(../pix/pfeil_g.jpg) no-repeat left 5px;
}

#rechts p {
	margin: 0;
	line-height: 200%;
}

#rechts h2 {
	height: 25px;
	margin: 0 0 10px 0px;
	padding: 8px 0 2px 0px;
	border-bottom: 1px #BDBDBB dotted;
	color: #42423E;
}

/*------footer------*/

#footer {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	height: 30px;
	background: #ffffff;
}

#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	line-height: normal;
	font-size: 10px;
	color: #66665E;
}

h1, h2, h3 {
	margin: 0;
	text-transform: uppercase;
	font-weight: normal;
	color: #831A7B;
}
h1 { font-size: 44px; }

h2 { font-size: 18px; }

ul {
	margin-top: 0;
	line-height: 100%;
	text-align: left;
}

a { color: #831A7B; }

a:hover { text-decoration: none; }

a img {
	border: none;
}
