/* Basic Styles */
* {
	margin: 0;
	padding: 0;
}

html,body {
	border: 0;
}

body {
	min-width: 1000px;
	text-align: center;
	font-size: 11px;
}

body,td,th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h2,img {
	border: 0;
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}


/* Links */
a:link,a:visited {
	color: #E8FFC4;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:active {
	color: #E8FFC4;
}

/* Layout */
#outer_wrapper {
	width: 1000px;
	text-align: left;
	margin: 0 auto;
}

#header {
	width: 100%;
	height: 20px;
	background: #93C0F2 url(../bilder/header.gif) repeat-y;
	color: #fff;
}

#header a {
	color: #fff;
	text-decoration: none;
}

#header h1 {
	text-align: left;
	font-size: 10px;
	margin: 0 0 0 10px;
	padding: 5px 0 0;
}

#layout {
	width: 100%;
	margin: 0;
	padding: 0;
}

table#layout td {
	vertical-align: top;
}

#leftmenu {
	width: 161px;
	background: #6BAB0E url(../bilder/leftmenu2-content.gif) repeat-y;
}

#leftmenu ul {
	width: 100%;
	margin: 0;
	padding: 0 0 10px;
}

#leftmenu a {
	text-decoration: none;
	color: #fff;
}

#leftmenu h2,#right h2 {
	width: 161px;
	height: 22px;
	display: block;
	color: #fff;
	font-size: 11px;
	line-height: 22px;
	margin: 0;
	padding: 0;
}

#leftmenu li {
	padding-left: 23px;
	padding-top: 5px;
}

.leftmenu-top ul li,leftmenu-bottom ul li {
	padding: 5px 0;
}

.leftmenu-top h2 {
	background: transparent url(../bilder/leftmenu1-head.gif) no-repeat;
}

.leftmenu-middle {
	width: 100%;
	background: transparent url(../bilder/leftmenu2-head.gif) no-repeat;
	margin: 0;
	padding: 0;
}

.leftmenu-middle ul {
	background: transparent url(../bilder/leftmenu2-content.gif) repeat-y;
}

.leftmenu-middle li {
	background: transparent url(../bilder/list-bg.gif) no-repeat;
}

.leftmenu-middle li a {
	display: block;
	height: 15px;
	line-height: 10px;
}

.leftmenu-bottom h2 {
	background: transparent url(../bilder/leftmenu3-head.gif) no-repeat;
}


#leftmenu h2 span,#karte_preview h2 span {
	display: block;
	margin-left: 60px;
}

.leftmenu-top,.leftmenu-bottom {
	background: transparent url(../bilder/leftmenu1-content.gif) repeat-y;
	width: 100%;
	margin: 0;
	padding: 0;
}

.werbepartner div.bg img,#karte_preview img {
	margin: 0 auto;
}

.werbepartner {
	background: #FFB612 url(../bilder/leftmenu2-head.gif) no-repeat;
}

.werbepartner div.bg {
	text-align: center;
	padding-top: 10px;
	background: transparent url(../bilder/leftmenu2-content.gif) repeat-y;
}

#right {
	width: 200px;
	background: transparent url(../bilder/rightmenu2-content.gif) repeat-y;
	color: #fff;
}

#right form {
	margin: 2px 8px;
	margin-right: 1px;
}

#right legend {
	display: none;
}

#right fieldset {
	border: 0;
}

#right select {
	font-size: 11px;
}

#right label {
	margin: 3px 0;
	margin-right: 1px;
	display: block;
}

#right div.checkbox label {
	margin: 1px 0;
	margin-right: 1px;
	display: inline;
}

#right div.checkbox {
	margin-left: 50px;
}

#right div.checkbox input {
	margin-right: 10px;
	margin-top: 2px;
}

#suchbox {
	width: 100%;
	background-image: url(../bilder/rightmenu1-content.gif);
	background-repeat: repeat-y;
}

#suchbox p {
	padding: 5px;
}

#suchbox h2 {
	width: 100%;
	background-image: url(../bilder/rightmenu1-head.gif);
	background-repeat: no-repeat;
}

#suchbox h2 span {
	display: block;
	margin-left: 5px;
}

#karte_preview {
	background-image: url(../bilder/rightmenu2-content.gif);
	background-repeat: repeat-y;
}

#karte_preview h2 {
	width: 100%;
	background-image: url(../bilder/rightmenu2-head.gif);
	background-repeat: no-repeat;
}

#karte_preview p {
	text-align: center;
	margin: 0;
	padding: 0;
}

#footer {
	background-image: url(../bilder/footer-bg.gif);
	background-repeat: no-repeat;
	height: 46px;
}

/* Content */
.content-head {
	width: 100%;
	height: 171px;
	background: transparent url(../bilder/content-head.jpg) no-repeat;
}

.content-head p {
	padding-top: 50px;
	padding-left: 20px;
	color: #fff;
}

.content-head img {
	margin-top: 10px;
}

.content-wrap {
	margin: 10px;
	color: #000;
}

#content {
	width: 639px;
	background: transparent url(../bilder/content-bg.gif) repeat-y;
	color: #000;
}

#content h1 {
	color: #fff;
	font-size: 20px;
}

div.cbb,table.cbb {
	background: #FED442;
	border: 1px solid #333;
	margin: 10px 0;
	padding: 5px;
}

#content,#content td,#content th {
	font-size: 12px;
}

#content .resultbox p {
	padding: 5px;
}

#content h3 {
	padding: 2px;
}

#content table.wohnung {
	border: 1px solid #FFFFFF;
	width: 100%;
}

#content table.wohnung th {
	border-color: #FFFFFF;
	border-style: none none none solid;
	border-width: 0pt 0pt 0pt 1px;
	padding: 5px;
	text-align: left;
}

#content table.wohnung .previewimg {
	border-left: 0pt none;
}

#content table.wohnung td {
	border-color: #FFFFFF;
	border-style: solid none none solid;
	border-width: 1px 0pt 0pt 1px;
	padding: 5px;
	text-align: left;
}

#content table.wohnung td p {
	margin: 5px 0pt 0pt;
}

#content table.wohnung td p a.button {
	margin: 0pt;
}

#content table.wohnung th {
	background: #FF8A00 none repeat scroll 0%;
	color: #FFFFFF;
}

#content table.wohnung td {
	background: #FFB001 none repeat scroll 0%;
}

#content table.wohnung tr.alternate td {
	background: #FED442 none repeat scroll 0%;
}

#content table.wohnung td.previewimg {
	padding: 3px;
	text-align: center;
	width: 75px;
}

#content .imgpreviewbig img {
	border: 1px solid #333333;
}

#content .imgpreviewsmall img {
	border: 1px solid #333333;
	margin-right: 5px;
}

#content div.resultbox {
	background: #A1D060 none repeat scroll 0%;
}

.wrap {
	margin: 10px;
}

#content .verfuegbar {
	background: #A1D060 none repeat scroll 0%;
	height: 22px;
}

div.cbb {
	background: #FED442 none repeat scroll 0%;
	border: 1px solid #333333;
	margin: 5px 0pt;
	padding: 5px;
}

div.cbb p {
	padding: 5px;
}

/* Pagination */
div.resultbox span {
	display: block;
	width: auto;
}


/* Wohnung Beschreibung */
dl.description {
	clear: both;
	line-height: 180%;
}

dl.description dt {
	display: block;
	float: left;
	width: 140px;	
}

dl.description dd {
	display: block;
	float: left;
	width: 80px;
	text-align: right;
	margin: 0 20px;
}

/* Clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: block;
}

* html .clearfix {
	height: 1px;
}


.clr, .clear {
	height: 0;
	clear: both
}

/* Debug */
#debug {
	color: #000;
	width: 90%;
	margin: 5px auto;
}

#debug dt {
	text-align: left;
}
