/*
Mietfix.de Stylesheet V 1.0
Florian Ziegler, www.guerillagraphix.net
*/

html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	font-family: Helvetica, Arial;
	background: #fff;
	background: #fff url(images/wrapper_background.jpg) repeat-x;
	background-position: 0 77px;
}
#banner {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	width: 100%;
	height: 100%;
	height: 820px;
	background: #fff;
	z-index: 100;
}
#header {
	position: relative;
	margin: 0;
	background: #e33d41 url(images/header_background.gif) repeat-x;
	height: 77px;
}
#header h1 {
	float: left;
	margin: 0 0 0 20px;
}
#header h1 a {
	display: block;
	width: 175px;
	height: 77px;
	background: url(images/logo.gif) no-repeat;
	text-indent: -9999px;
}
#header #telefon {
	position: absolute;
	left: 325px;
	margin: 0 0 0 185px;
	width: 429px;
	height: 77px;
	background: url(images/telefon.gif) no-repeat;
	text-indent: -999px;
}
#wrapper {
	float: left;
	width: 960px;
}
#nav {
	clear: both;
	float: left;
	margin: 2px 0 10px 0px;
	padding: 0 0 0 0;
	width: 210px;
	list-style: none;
	border-top: 1px solid #f2b8b9;
}
#nav li a {
	display: block;
	margin: 0;
	padding: 8px 8px 5px 30px;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	background: #fafbfb url(images/bullet.gif) no-repeat;
	background-position: 8px 8px;
	border-bottom: 1px solid #f2b8b9;
}
#nav li a:hover {
	color: #e01a1f;
	text-decoration: underline;
}
#nav li a.active {
	color: #e01a1f;
}
#page {
	float: left;
	margin: 0;
	padding: 0 10px;
	width: 728px;
/*	height: 542px; */
	font-size: 14px;  
}
#breadcrums {
	margin: 0 0 0 8px;
	padding: 10px 0;
	list-style: none;
}
#breadcrums li {
	display: inline;
	margin: 0 3px 0 0;
	color: #e1262b;
}
#breadcrums li a {
	font-size: 12px;
	color: #e1262b;
	text-decoration: none;
}
#breadcrums li a:hover {
	text-decoration: underline;
}
#filter {
	position: relative;
	margin: 0 0 20px 0;
	padding: 0;
	width: 726px;
	background: #e1e2e2 url(images/filter_background.gif) no-repeat;
	color: #e1262b;
	font-size: 14px;
	font-weight: bold;
}
#filter form {
	margin: 0;
	padding: 9px 10px 13px 10px;
	height: 23px;
	background: url(images/filter_form_background.gif) bottom left no-repeat;
}
#filter p {
	margin: 0;
}
#filter form input, #filter form select {
	margin: 0 20px 0 2px;
	padding: 2px;
	width: 230px;
	font-size: 14px;
	z-index: 20;
}
#filter form #search_button {
	margin: 0;
	width: auto;
}
.searchback {
	float: left;
	color: #e01a1f;
	margin: -10px 0 5px 0;
	width: 720px;
	font-size: 13px;
	line-height: 13px;
	text-decoration: none;
}
.searchback:hover {
	text-decoration: underline;
}
#content {
	float: left;
	margin: 0 16px 20px 0;
	padding: 0;
	clear: both;
	float: left;
	width: 478px;
}
#content.wide {
	width: 725px;
}
#content h2 {
	margin: 0;
	padding: 10px 8px 4px 8px;
	background: #e0191e url(images/content_top_background.gif) repeat-x;
	font-size: 16px;
	color: #fff;
	border-left: 1px solid #e64046;
	border-right: 1px solid #e64046;
}
#content #entry {
	float: left;
	margin: 0;
	padding: 10px 0 0 0;
	width: 474px;
	color: #333;
	font-size: 13px;
	line-height: 19px;
	background: #fafafa;
	border: 2px solid #cccdcc;
	border-top: none;
}
#content.wide #entry {
	width: 722px;
}
#content #entry #startimg {
	width: 474px;
	border: none;
}
#content #entry h3 {
	margin: 10px 10px;
	color: #e1262b;
}
#content #entry h4 {
	margin: 10px 10px 5px 10px;
}
#content #entry .price {
	clear: both;
	float: left;
	margin: 10px 0 5px 10px;
}
#content #entry h4 small {
	font-size: 11px;
	font-weight: normal;
}
#content #entry p {
	margin: 0px 10px 15px 10px;
	padding: 0;
}
#content #entry ol {
	margin: 0px 10px 15px 10px;
	padding: 0 0 0 30px;
}
#content #entry .list {
	margin: 5px 10px 10px 10px;
	padding: 0;
	list-style: none;
}
#content #entry .list li {
	clear: both;
	float: left;
	margin: 0 0 10px 0;
	padding: 0px;
}
#content #entry .list li.alt {
	background: #fff;
}
#content #entry .list img {
	float: left;
	margin: 0 10px 0 0;
	width: 80px;
	border: none;
}
#content #entry .list a {
	display: block;
	float: left;
	width: 434px;
	text-decoration: none;
	font-weight: bold;
	padding: 5px;
	width: 435px;
	background: #eee;
	border: 2px solid #eee;
}
#content #entry .list a:hover {
	color: #e01a1f;
	border: 2px solid #ccc;
}
#content #entry a {
	color: #333;
}
#content #entry .pdf {
	padding: 3px 0 0 22px;
	background: url(images/icon_pdf.gif) no-repeat;
	color: #c02519;
	text-decoration: none;
}
#content #entry sup {
	font-size: 9px;
	font-weight: normal;
}
#content #entry .imagebox {
	float: left;
	margin: 0 10px 5px 10px;
}
#content #entry .imagebox img {
	margin: 0;
	padding: 0;
	border: 0;
}
#content #entry .imagebox a {
	float: left;
	margin: 0px 2px 0 2px;
	padding: 3px 4px 2px 20px;
	background: #e1e2e2 url(images/icon_images.gif) no-repeat;
	background-position: 1px 1px;
	color: #777;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #e1e2e2;
}
#content #entry table {
	clear: both;
	margin: 0 10px 20px 10px;
	padding: 0;
	width: 454px;
	border: 1px solid #ddd;
}
#content #entry table td {
	padding: 8px 5px;
	font-size: 14px;
	text-align: center;
}
#content #entry table tr th {
	padding: 3px 0;
	background: #e1e2e2;
}
#content #entry table .ohne_mwst td {
	padding: 1px 10px;
	background: #edefef;
	font-size: 11px;
	text-align: left;
}
#content #entry .hint {
	margin: 20px 10px 10px 10px;
	padding: 0 3px;
	font-size: 10px;
	color: #999;
	border-top: 1px solid #ccc;
}
#content #entry .call {
	margin: 25px 10px 10px 10px;
	padding: 10px 10px;
	font-size: 13px;
	line-height: 22px;
	font-weight: bold;
	color: #555;
	background: #c5c5c5 url(images/call_background.gif) top left repeat-x;
	border: 1px solid #ccc;
}
#content #entry .call strong {
	font-size: 18px;
	color: #333;
}
#content #entry .karte {
	float: left;
	margin: 0 15px 10px 0;
}
#content #entry #team {
	float: right;
	margin: 0 10px 10px 10px;
}
#rightside {
	float: left;
	width: 228px;
}
#rightside #offer {
	position: relative;
	display: block;
	background: url(images/angebot_background.jpg) no-repeat;
	margin: 0 0 7px 0;
	padding: 5px 5px 10px 50px;
	height: 104px;
	width: 173px;
	text-align: center;
	color: #111;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	overflow: hidden;
}
#rightside #offer .head {
	display: block;
	margin: 0;
	padding: 0;
	height: 29px;
	line-height: 14px;
	overflow: hidden;
}
#rightside #offer img {
	margin: 0;
	height: 60px;
}
#rightside #offer .preis {
	display: block;
	position: absolute;
	left: 50px;
	bottom: 4px;
	width: 170px;
	color: #e1262b;
	text-align: center;
}
#rightside #business_hours {
	float: left;
	margin: 0;
	width: 228px;
	height: 131px;
	background: url(images/mietfix_oeffnungszeiten.gif) no-repeat;
	text-indent: -9999px;
}
#rightside a {
	float: left;
	margin: 0 0 7px 0;
}
#rightside a img {
	border: none;
}
#footer {
	clear: both;
	float: left;
	width: 950px;
	margin: 4px 0 0 0;
	padding: 0 0 20px 0;
}
#footer #mietfix_hamburg {
	display: block;
	float: left;
	margin: 2px 70px 0 70px;
	width: 77px;
	height: 32px;
	background: url(images/mietfix_hamburg_logo.gif) no-repeat;
	text-indent: -9999px;
}
* html #footer #mietfix_hamburg {
	margin: 0 65px 0 35px;
}

#footer #subnav {
	float: left;
	margin: 0 0 0 220px;
	background: url(images/filter_form_background.gif) bottom left no-repeat;
	height: 38px;
}
* html #footer #subnav {
	margin: 0 0 0 105px;
}
#footer #subnav ul  {
	margin: 0;
	padding: 10px 0 6px 0;
	width: 726px;
	height: 20px;
	list-style: none;
	background: url(images/filter_background.gif);
}
#footer #subnav ul  li {
	display: inline;
	margin: 0 0 0 10px;
}
#footer #subnav ul li a {
	padding: 0 10px 0 0;
	font-size: 12px;
	color: #e1262b;
	text-decoration: none;
	border-right: 1px solid #e1262b;
	border-right: 1px solid #bbb;
}
#footer #subnav ul li a:hover {
	text-decoration: underline;
}
#footer #subnav ul li .end {
	border: none;
}

/* @group Lightbox */

#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox a img {
	border: none;
}
#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#imageContainer {
	padding: 10px;
}
#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav {
	left: 0;
}
#hoverNav a {
	outline: none;
}
#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#prevLink {
	left: 0;
	float: left;
}
#nextLink {
	right: 0;
	float: right;
}
#prevLink:hover, #prevLink:visited:hover {
	background: url(../images/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover {
	background: url(../images/nextlabel.gif) right 15% no-repeat;
}
#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
}
#imageData {
	padding:0 10px;
	color: #666;
}
#imageData #imageDetails {
	width: 70%;float: left;
	text-align: left;
}	
#imageData #caption {
	font-weight: bold;
}
#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}			
#imageData #bottomNavClose {
	width: 94px;
	float: right;
	padding-bottom: 0.7em;
}			
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}

/* @end */

