body {
	font: normal 12px sans-serif;
	margin: 0px;
	padding: 0px;
	color: #333333;
}

input, select, td {
	font: normal 12px sans-serif;
	line-height: 125%;
}

form, img, div, hr {
	padding: 0px;
	margin: 0px;
}

img, table {
	border-width: 0px;
}

h1, h2, h3 {
	margin: 0px 0px 8px 0px;
	padding: 2px 0px 2px 0px;
	color: #0099CC;
	border-bottom: 2px solid #0099CC;
	font-family: Arial, sans-serif;
	font-size: 135%;
}

h2 {
	font-size: 100%;
	padding: 0px;
	border-bottom: none;
}

h3 {
	color: #000000;
	font-size: 100%;
	padding: 8px 0px 2px 0px;
	border-bottom: 1px dashed #0099CC;
}

small {
	font-size: 90%;
}

a {
	text-decoration: none;
}

div.error {
	color: #ff0000;
	font-size: 100%;
}

input.signin, textarea.signin {
	width: 90%;
	border: 1px solid;
	border-color: #0099CC;
}

p.signin {
	font-size: 90%;
	padding: 1px;
	margin: 0px 0px 0px 0px;
	background-color: #efefef;
	border: 1px solid #cccccc;
}
	
a:hover, a:visited:hover {
	color: #fff;
	background-color: #f90;
	text-decoration: none;
}	

div#logo a:hover {
        background-color: #fff;
}

a, a:visited, a:active {
	color: #3b5998;
}

a.categories {
	display: block;
	padding-left: 5px;
	padding-top: 2px;
	font-weight: bold;
}

a.left {
	display: block;
	font-size: 100%;
	padding: 3px 3px 5px 4px;
	
}

a.left#active {
	color: #3b5998;

}

a.title {
	font-weight: bold;
	font-size: 110%;
	text-decoration: none;
}

a.title:hover {
	text-decoration: underline;
}

a.button, a.button:visited, a.button:active {
	display: block;
	width: 120px;
	height: 20px;
	color: #3b5998;
	background-color: #e6e6e6;
	border: 1px solid #000000;
	text-decoration: none;
	font-weight: bold;
	line-height: 20px;
	vertical-align: middle;
	padding-left: 12px;
	margin-bottom: 4px;
}

a.button:hover {
        color: #ffffff;
        background-color: #f90;

}

a.button#activ {
	color: #ffffff;
	background-color: #bbbbbb;
	border: 1px solid #666666;
}

a.button_blue, a.button_blue:visited, a.button_blue:active {
	height: 20px;
	line-height: 20px;
	padding: 1px 8px 1px 8px;
	margin-right: 0px;
	color: #ffffff;
	background-color: #0099CC;
	border: 1px solid;
	border-color: #000000;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
}

a.button_small_blue {
	display: block;
	height: 14px;
	line-height: 12px;
	padding: 1px 2px 1px 2px;
	color: #ffffff;
	background-color: #0099CC;
	border: 1px solid;
	border-color: #000000;
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
}

td.table_head {
	font-weight: bold;
}

input.button {
	#margin-right: 12px;
	color: #ffffff;
	background-color: #0099CC;
	border: 1px solid;
	border-color: #000000;
	font-weight: bold;
	text-align: center;
}

img.userpic_small {
	width: 26px;
	height: 35px;
	border: 1px solid #000000;
	background-color: #cccccc;
	background:  url(pics/default_small.jpg);
}

img.userpic {
	border: 1px solid #000000;
	background-color: #cccccc;
	background:  url(pics/default.jpg);
}

.small {
	font-size: 90%;
}

div.line {
	margin: 1px 0px 1px 12px;
	text-align: left;
	width: 758px;
	height: 1px;
	background-color: #0099CC;
	clear: both;
}

td div.line {
	width: 100%;
	margin: 0px;
}

td div.line_light {
	background-color: #dedede;
	width: 100%;
	margin: 0px;
}

tr.table_row {
}

div.comment {
	padding: 2px;
	margin-top: 4px;
	border: 1px solid #e6e6e6;
	background-color: #f6f6f6;
}

div.comment_old {
	font-size: 90%;
	padding: 2px;
	margin-top: 4px;
	border: 1px solid #e6e6e6;
	background-color: #f6f6f6;
}

input.login {
	width: 108px;
	padding: 0px;
	margin: 0px;
}

div.message_body {
	width: 516px;
	padding: 8px;
	border: 1px solid #e6e6e6;
	background-color: #f6f6f6;
}

textarea.profil, input.profil {
	width: 332px;
	padding: 0px;
}

div.message_body div {
	border-left: 4px solid #e6e6e6;
	margin: 8px 0px 0px 0px;
	padding: 0px 12px 0px 8px;
	font-style: italic;
}

div.notes {
	background-color: #efefef;
	border: 1px solid #cccccc;
	padding: 6px;
	font-size: 90%;
}

input.offer, select#sort {
	font-size: 90%;
}

span.inactive {
	color: #bbbbbb;
}

select.user, input.user, textarea.user {
	width: 400px;
}

select.search, input.search, textarea.search {
	width: 400px;
}

input#ok {
	font-size: 90%;
}

div#ad {
  position: absolute;
	top: 10px;
	left: 796px;
}

div#head {
	margin-left: 12px;
	width: 759px;
	height: 90px;
	background:  url(pics/bg_head.gif) no-repeat left top;
}

div#logo {
	z-index: 1;
	position: absolute;
	top: 26px;
	left: 24px;
}

div#top_menu {
	width: 571px;
	z-index: 1;
	position: absolute;
	top: 9px;
	left: 200px;
	height: 23px;
	white-space: nowrap;
	background:  url(pics/bg_topmenu.gif) no-repeat;
}


div#top_menu a {
	position: absolute;
	line-height: 23px;
	display: block;
	width: 120px;
	height: 23x;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

div#top_menu a:hover, div#top_menu a#selected {
	background:  url(pics/bg__head_button_a.gif) no-repeat;
}

div#search {	
	z-index: 1;
	width: 561px;
	clear: both;
	position: absolute;
	top: 50px;
	left: 210px;
}

div#search div {
	float: left;
	padding-right: 12px;
	text-align: left;
	vertical-align: middle;
	line-height: 21px;	
}

div#search div#search_text {
	height: 44px;
}

div#search div#search_text input {
	width: 120px;
}

div#search div#search_select select {
	width: 160px;
}

div#search div#search_button {
	padding-right: 24px;
}

div#search div#search_advanced {
	text-align: left;
	float: none;
}

div#content {
	margin-left: 12px;
        margin-top: 1px;
	width: 746px;
	min-height: 360px;
	clear: both;
}

div#content table {
        margin-top: 2px;
}

div#categories div.head {
	color: #333333;
	font-weight: bold;
	line-height: 22px;
	font-size: 100%;
	padding-left: 0px;
	vertical-align: middle;
	width: 175px;
	height: 22px;
	background:  url(pics/head_175.gif) no-repeat left top;
}

div#categories div.body {
	width: 173px;
	border-style: solid;
	border-color: #999999;
	border-width: 0px 1px 0px 1px;
}

div#categories div.bottom {
	width: 175px;
	height: 15px;
	background:  url(pics/bg_bottom_175.gif) no-repeat left top;
}

div#login div.head, div#subdomains div.head {
	color: #333333;
	font-weight: bold;
	line-height: 22px;
	font-size: 100%;
	padding-left: 0px;
	text-align: left;
	vertical-align: middle;
	width: 124px;
	height: 22px;
	background:  url(pics/head_124.gif) no-repeat left top;
}

div#login div.body, div#subdomains div.body {
	width: 122px;
	border-style: solid;
	border-color: #999999;
	border-width: 0px 1px 0px 1px;
}

div#subdomains div.body {
}

div#login div.bottom, div#subdomains div.bottom {
	width: 124px;
	height: 14px;
	background:  url(pics/bg_bottom_124.gif) no-repeat left top;
}

div#inner_content {
	padding: 0px 8px 0px 8px;
}

div#inner_content a {
}

div#filter {
	margin: 14px 0px 0px 0px;
	padding: 4px;
	background-color: #f2f2f6;
	border: 1px solid #eeeeee;
}

div#subdomain_list {
	padding: 6px 4px 0px 6px;
}

div#subdomain_list a {
}

div#filter input {
	font-size: 90%;
}

div#filter input.filter {
	width: 40px;
}

div#menu_bottom {
	width: 746px;
}

div#breadcrumb {
	position: absolute;
	left: 12px;
	top: 96px;
	z-index: 9;
}

span.biete {
	
}

span.suche {
	color: #669933;
}

div#city_list_bottom {
margin: 0px;
padding: 0px;
margin-left: 12px;
width: 746px;
}