body, div, td {
	font-family: arial;
	font-size: 12px;
	}
	
body {
	background-color: #cacaca;
	padding: 0px;
	margin: 0px;
	background-image: url('/bilder/main_bg.jpg');
	background-repeat: repeat-x;
	background-attachment: fixed;
	}

a {
	color: black;
	text-decoration: underline;
	}
	
a:hover {
	color: #c00;
	}
	
input[type=text], input[type=password], select, textarea {
	padding: 3px;
	font-family: arial;
	font-size: 14px;
	font-weight: normal;
	color: black;
	background-color: white;
	border: 1px solid #999;
	}
	
	
input[type=submit] {
	padding: 3px;
	font-size: 14px;
	font-weight: normal;
	color: white;
	background-color: #666;
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
	}	
	

#logo {
	width: 1000px;
	margin: 0px auto;
	margin-top: 20px;
	padding: 0px;
	padding-bottom: 15px;
	background-image: url('/bilder/main_bg.gif');
	background-repeat: repeat-y;
	}
	
#stadtfeld {
	padding: 10px 10px 15px 10px;
	width: 300px;
	float: right;
	//background-color: #879f1c;
	background-color: #8d2022;
	color: white;
	}	

#stadtfeld a {
	color: white;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	}
	
#stadtfeld a:hover {
	color: black;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	}

#statistics {
	float:right; 
	padding:37px 10px 0px 0px; 
	font-size:10px; 
	color:#ccc;
	}
	
#suchfeld {
	padding: 15px;
	color: white;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 2px solid #751a1b;
	}
	
#suchfeld td {
	padding: 2px 0px;
	font-size: 10px;
	color: #ddd;
	}	
	
#suchfeld span {
	font-size: 10px;
	font-weight: normal;
	}
	
#suchfeld form {
	margin: 5px 0px;
	}
	
#suchfeld input[type=text] {
	font-size: 14px;
	font-weight: normal;
	color: black;
	background-color: white;
	border: 2px solid #751a1b;
	}
	
#suchfeld select {
	font-size: 14px;
	font-weight: normal;
	color: black;
	background-color: white;
	border: 2px solid #751a1b;
	}
	
#suchfeld input[type=submit] {
	font-size: 14px;
	font-weight: normal;
	color: white;
	background-color: #bb292c;
	border-top: 2px solid #ce2e31;
	border-left: 2px solid #ce2e31;
	border-right: 2px solid #751a1b;
	border-bottom: 2px solid #751a1b;
	}	

#container00 {
	width:1050px;
	margin: 0px auto;
	background-image: url('/bilder/partial_shadow.png');
	background-repeat: no-repeat;
	}

#container01 {
	width: 1000px;
	margin: 0px auto;
	//margin-bottom: 20px;
	padding: 0px;
	background-color: white;
	background-image: url('/bilder/main_bg.gif');
	background-repeat: repeat-y;
	}

#leftbar {
	border: 0px dashed red;
	width: 680px;
	float: left;
	}
	
#rightbar {
	border: 0px dashed blue;
	width: 320px;
	float: right;
	}
	
#menu {
	//border-bottom: 2px solid #879f1c;
	border-right: 0px solid #a8be42;
	//background-color: #879f1c;
	background-color: #25547f;
	background-image: url('/bilder/menu_fade.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
	}
	
#menu a {
	display: block;
	float: left;
	border: 0px solid red;
	color: white; //#879f1c;
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
	margin: 0px;
	padding: 10px;
	}
	
#menu a:hover {
	color: white;
	background-color: #879f1c;
	background-image: url('/bilder/menu_hover_fade.jpg');
	background-repeat: repeat-x;
	background-position: center;
	}
	
#thisiscontent {
	padding: 15px;
	color: #333;
	border: 0px solid blue;
	}

#thisiscontent h1 {
	text-transform: uppercase;
	color: #5d5d5d;
	font-size: 16px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #5d5d5d;
	margin: 0px 0px 15px 0px;
	}
	
#thisiscontent h1 a {
	color: #5d5d5d;
	font-size: 16px;
	text-decoration: none;
	}

#thisiscontent h1 a:hover {
	color: white;
	background-color: #5d5d5d;
	}
	
#thisiscontent h2 {
	text-transform: uppercase;
	color: #5d5d5d;
	font-size: 16px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #5d5d5d;
	margin: 25px 0px 15px 0px;
	}
	
#thisiscontent h3 {
	color: #5d5d5d;
	font-size: 14px;
	font-weight: bold;
	padding: 20px 0px 5px 0px;
	border-bottom: 1px solid #5d5d5d;
	margin: 10px 0px;
	}
	
#thisiscontent h4 {
	color: #333;
	font-size: 13px;
	font-weight: normal;
	padding: 20px 0px 5px 0px;
	border-bottom: 1px solid #333;
	margin: 10px 0px;
	}			

#thisiscontent p a {
	color: black;
	text-decoration: underline;
	}
	
#thisiscontent p a:hover {
	color: #c00;
	}
	
#thisiscontent p a.breadCrumbX {
	color: #000;;
	text-decoration: none;
	}
	
#thisiscontent p a.breadCrumbX:hover {
	color: white;
	background-color: #c00;
	}

#rabattheft {
	padding: 10px;
	background-color: #f5f5f5;
	border: 2px solid #f0f0f0;
	margin-bottom: 15px;
	}

#stadtMap {
	width: 320px;
	height: 320px;
	padding: 0px;
	margin: 0px;
	}
	
#firmenliste {
	padding: 15px;
	color: white;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 2px solid #751a1b;
	}
	
#firmenliste ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-top: 8px;
	}
#firmenliste ul li {
	font-size: 10px;
	display: block;
	padding: 6px 0px;
	margin:0px;
	//width: 136px;
	border-top: 1px solid #751a1b;
	}
#firmenliste ul li a {
	color: white;
	text-decoration: none;
}
#firmenliste ul li a:hover {
	color: black;
	background-color: white;
}

#googleAds {
	padding: 10px;
	padding-top: 0px;
	background-color: #eee;
	border: 1px solid #eee;
	}
#googleAds p.adHead {
	padding: 0px;
	color: #999;
	font-size: 16px;
	font-weight: bold;
	}

#footer {
	width: 980px;
	color: #ccc;
	font-size: 11px;
	margin: 0px auto;
	margin-bottom: 20px;
	padding: 20px 10px;
	background-image: url('/bilder/footer_bg.png');
	background-repeat: repeat-x;
	border-top: 0px solid #333;
	border-bottom: 2px solid #777;
	}

#footer a {
	color: #ccc;
	font-weight: normal;
	}
	
#footer a:hover {
	color: #fff;
	font-weight: normal;
	}

#firmenMenu {
	 padding: 1px 0px;
	 margin: 0px 0px 15px 0px;
	 border-bottom: 2px solid #ccc;
	}
	
#firmenMenu a {
	display: block;
	font-size: 14px;
	float: left;
	padding: 5px;
	margin-right: 1px;
	color: black;
	background-color: #ccc;
	text-decoration: none;
	}

#firmenMenu a:hover {
	color: white;
	background-color: #999;
	}

.clearbreak {
	clear: both;
	}
	
p.pageNavi {
	font-size: 12px;
	font-weight: normal;
	padding: 5px 0px;;
	border-top: 2px solid #f0f0f0;
	border-bottom: 2px solid #f0f0f0;
	clear:both;
	}

p.explaination {
	font-size: 10px;
	color: #333;
	padding: 10px;
	background-color: #f0f0f0;
	}
	
.ok_box {
	padding: 10px;
	margin: 10px 0px;
	color: white;
	font-weight: bold;
	font-size: 14px;
	background-color: green;
	}
	
.error_box {
	padding: 10px;
	margin: 10px 0px;
	color: white;
	font-weight: bold;
	font-size: 14px;
	background-color: #c00;
	}
	
.outerCompanyBox {
	background-color: #eee;
	padding: 1px;
	margin-bottom: 10px;
	clear: both;
	border: 0px dotted red;
	}

.companyBox {
	width: 480px;
	float: left;
	background-color: #f9f9f9;
	padding: 10px;
	border: 0px dashd blue;
	}

div.markerNo {
	width: 16px;
	height: 18px;
	padding: 2px 0px 0px 6px;
	float: right;
	background-image: url('/bilder/icon_blank.png');
	background-repeat: no-repeat;
	color: white;
	font-weight: bold;
	font-size: 12px;
	overflow:hidden;
	}

a.companyMainLink {
	font-size: 16px;
	font-weight: bold;
	color: #5d5d5d;
	text-decoration: none;
	}
	
a.companyMainLink:hover {
	color: white;
	background-color: #5d5d5d;
	}

span.companyAddress {
	display: block;
	}
	
span.subCats1, span.subCats2 {
	font-size: 10px;
	color: #999;
	display: block;
	}

span.subCats1 {
	margin-top: 5px;
	}

.outerRatingBox {
	float:right;
	width: 120px;
	padding: 10px;
	border: 0px solid red;
	}
	
.ratingBox {
	width: 75px;
	height: 15px;
	background-image: url('/bilder/rating_stars.png');
	background-repeat: no-repeat;
	overflow:hidden;
	}
.rBoxField {
	float: left;
	width: 15px;
	height: 15px;
	overflow: hidden;
	cursor: pointer;
	}
	
.ratingHeadline{
	font-weight: bold;
	margin-bottom: 5px;
	}
	
.ratingSubline {
	margin-top: 5px;
	font-size: 10px;
	color: #333;
	}
	
#miniSuchForm {
	font-size:11px;
	padding: 0px;
	margin: 0px;
	}

#miniSuchForm td {
	font-size:11px;
	}
	
#miniSuchForm input,select {
	font-size:11px;
	padding: 2px;
	margin: 0px;
	}
