body {
	background-color: #FFFAD7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

ul {
}

#menu li {
	list-style-type: none;
	color: #FFF;
	margin-left: -40px;
	margin-top: 5px;
	font-weight: bold;
	width: 140px;
	background-color: #3c781e;
}

#menu li a {
	color: #FFF;
	text-decoration: none;
	margin-left: 5px;
	font-size: small;
	font-weight: bold;
}

#menu li a:hover {
	text-decoration: none;
	margin-left: 5px;
	font-size: small;
	font-weight: bold;
	color: #3c781e;
	display: block;
	background-color: #FFFAD7;
	border: thin solid #3C781E;
}

h3 {
	font-size: small;
	margin-bottom: -10px;
}
#site {
	width: 900px;
	margin: auto;
}
#header {
	height: 150px;
	background-image: url(../images/header_1.png);
}
#site #header h1 {
	color: #300;
	text-align: right;
	margin-right: 20px;
}
#search {
	width: 200px;
	margin-left: 600px;
	height: 40px;
	margin-top: 90px;
}

#menu {
	width: 150px;
	float: left;
}

#content {
	width: 565px;
	float: left;
	background-color: #FFF;
	margin-top: 20px;
	border: thin solid #600;
	font-size: x-small;
}
.componentheading {
	margin-left: 10px;
	font-size: small;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.contentheading {
	margin-left: 10px;
	font-size: small;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#rechts {
	float: right;
	width: 170px;
	margin-top: 20px;
	margin-left: 10px;
}
#freie {
	background-color: #3c781e;
	color: #FFF;
	text-align: center;
}
#site #content p {
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

#footer {
	margin-top: 10px;
	font-size: xx-small;
	width: 900px;
}
img {
	border: none;
}
.item62 {
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
}
.clearfloat {
	clear:both;
    	height:0;
    	font-size: 1px;
    	line-height: 0px;
}

#content  a {
	color: #000;
}

#content a:hover {
	text-decoration: none;
	background-color: #FFFAD7;
	color: #3c781e;
}
.description {
	margin-left: 10px;
}
