body {
	font-family: verdana, arial, sans-serif; 
	font-size: 12px;
	background-image: url(img/background.gif);
	}

table,input,textarea, select {
	font-family: verdana, arial, sans-serif; 
	font-size: 12px;
	}
	
hr {
	height: 1px;
	color: #8C7030;
}
	
.cat_link {
	color: #000000;
	text-decoration: underline;
	}
	
.cat_link:hover {
	text-decoration: none;
	}

.category {
	font-weight: bold;
	color: black;
	text-decoration: none;
	}
	
.category:hover {
	text-decoration: underline;
	}
	
.category_rot {
	font-weight: bold;
	color: #d01948;
	text-decoration: none;
	}
	
.category_rot:hover {
	text-decoration: underline;
	}
	
.category_cnt {
	}
	
.subcategory {
	color: blue;
	text-decoration: none;
	}
	
.subcategory:hover {
	text-decoration: underline;
	}
	
.subcategory_cnt {
	font-size: 75%;
	}

.rot {
	color: Red;
	font-weight: bold;
	}
	
.search {
	width: 100%;
	padding: 10px 0px; 
	border-bottom: 2px solid #D9D9D9;
	border-top: 2px solid #D9D9D9;
	}
	
.search_controls_text {
	width: 250px;
	height: 22px;
	font-size: 12px;
	padding: 2px 4px;
	}
	
.search_controls_button {
	background: #EEEEEE;
	border: 1px solid #D9D9D9;
	padding: 1px 2px;
	}

A:hover {
	color: #d01948;
	}
	
FORM {
	margin: 0px;
	}
	
INPUT {
	clear: left;
	}
	
H1, H2, H3 {
	width: 100%;
	font-size: 17px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	text-align: left;
	}
	
H2, H3 {
	font-size: 12px;
	}
	
P {
	margin:0px 0px 5px 0px;
	text-align: left;
	}
	
ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	}

li {
	margin: 3px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	}
	
.eintrag {
	background-color: #ffffff;
	padding: 10px;
	margin: 10px;
	overflow: hidden;
}

.eintrag img {
	height: 90px;
	width: 120px;
	border: #DCEDDD solid 1px;
	margin:0px 0px 10px 10px;
	text-align: right;
}
