body {
	background-image: url(img/bg3.jpg);
	background-repeat: repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	}
	
h1 {
	font-size: 200%;
	color: #6B2B5F;
	font-weight: bold;
}


li{
	list-style-type: square;
}

table{
	border-collapse: collapse;
	text-align: left;
	border: 1px solid #6b2b5f;
	width: 600px;
}

th{
	font-weight: normal;
	padding: 10px;
	text-align: left;
}
td{
	font-weight: normal;
	padding: 10px;
}

.fett {
	font-weight: bold;
}
.n {
	font-size: 130%;
}
.klein{
	font-size: 75%;
}

a:link {
	color: #8BC751;
}

a:visited {
	color: #6B2B5F;
}


#content{
	width: 100%;
	padding: 0px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #6b2b5f;
	border-right-color: #6b2b5f;
	border-bottom-color: #6b2b5f;
	border-left-color: #6b2b5f;
}


#kopf{
	height: 55px;
	text-align: center;
	margin: 15px auto 0px auto;
	vertical-align: middle;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #6b2b5f;
	border-right-color: #6b2b5f;
	border-bottom-color: #6b2b5f;
	border-left-color: #6b2b5f;
	background-color: #FFFFFF;

}
#kopf2{
	height: 25px;
	text-align: center;
	margin: 20px auto 0px auto;
	color: #6B2B5F;
	font-weight: bold;
	vertical-align: middle;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #6b2b5f;
	border-right-color: #6b2b5f;
	border-bottom-color: #6b2b5f;
	border-left-color: #6b2b5f;
}
#hauptinhalt{
	width: 900px;
	background-color: #FFFFFF;
	margin: 0px auto 0px auto;
}
#menue{
	float: left;
	margin:0px;
	width: 120px;
	padding: 0px 0px 10px 10px;
	background-color: #FFFFFF;
}

#menue img{
	border:	none;
	margin-top: 20px;
}

#bildleiste{
	float: right;
	width: 100px;
	margin: 0px;
	padding: 0px 10px 10px 0px;
}

#bildleiste img{
	border:	1px solid #999999;
	margin-top: 20px;
}
#inhalt{
	margin: 0px 130px 0px 150px;
}
#inhalt h1{
	text-align: center;
}

#suche table,td{
	border: none;

}

#ergebnis td{
	border: 1px solid #6b2b5f;
}

#ergebnis th{
	background-image: url(img/bg3.jpg);
	font-weight: bold;
}

#detail td{
	border: 1px solid #6b2b5f;
}

#detail th{
	background-image: url(img/bg3.jpg);
	font-weight: bold;
}

#fusszeile{
	clear: both;
}

