/* ===================================
Stylesheet svw-zh.ch

Datei: general.css
Datum: 08. August 2008

Aufbau: 1. Kalibrierung
        2. Allgemeine Styles
        3. Styles für Layoutbereiche
        4. Klassen und IDs
        5. Sonstige Styles
=================================== */

/* ==================================
   1. Kalibrierung
   =============================== */

* { padding: 0; margin: 0; }

h2, p, ul, ol { margin-bottom: 1em; }

ol ul { margin-bottom: 0; }

li { margin-left: 2em; }

td, th { padding: 0.182em; }
* html td, * html th { font-size: 0.69em; }

h1 { font-size: 2.91em; }
h2 { font-size: 1.19em; }
h3 { font-size: 1em; }

/* ==================================
   2. Allgemeine Styles
   =============================== */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.69em;
}


/* ==================================
   3. Styles für Layoutbereiche
   =============================== */

#content {
	position: absolute;
	z-index: 5;
	/* padding: 95px 162px 25px 90px; */
	padding: 95px 190px 25px 90px;
	width: 703px;
	background-color: #fff;
	min-height: 480px;
	overflow-x: hidden;
}
* html #content {
	height: 600px;
	/* width: 955px; */
	width: 983px;
}

#content_home1 {
	z-index: 5;
	float: left;
	overflow-x: hidden;
	width: 220px;
}
* html #content_home1 {
	top: 95px;
}

#content_home2 {
	z-index: 5;
	overflow-x: hidden;
	overflow-y: auto;
	padding-left: 50px;
	width: 220px;
}
* html #content_home2 {
	top: 95px;
	width: 270px;
}

#content_mietbar_home1 {
	background-color: white;
	color: black;
	z-index: 5;
	float: left;
	overflow-x: hidden;
	width: 433px;
}

#content_mietbar_home2 {
	background-color: white;
	color: black;
	z-index: 5;
	overflow-x: hidden;
	overflow-y: auto;
	float: left;
	padding-left: 50px;
	width: 220px;
}
* html #content_mietbar_home2 {
	width: 270px;
}

#contentL {
	position: absolute;
	z-index: 3;
	top: 104px;
	left: 4px;
	bottom: 42px;
	width: 2px;
	background: #006;
}
* html #contentL {
	border-top: 104px solid #fff;
	border-bottom: 42px solid #fff;
	top: 0px;
	bottom: 0px;
	width: 0px;
	height: 100%;
}
#contentR {
	position: absolute;
	z-index: 3;
	top: 104px;
	left: 962px;
	bottom: 42px;
	width: 2px;
	background: #006;
}
* html #contentR {
	border-top: 104px solid #fff;
	border-bottom: 42px solid #fff;
	top: 0px;
	bottom: 0px;
	left: 961px;
	width: 0px;
	height: 100%;
}

#content h1 {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	margin-bottom: 6px;
}
#content * h2 {
	color: #36c;
	font-style: normal;
	text-decoration: none;
	margin-bottom: 6px;
}

/* #content h2 { font-size: 0.82em; } */

#content h3 {
	margin-top: 0px;
	margin-bottom: 6px;
	color: #36c;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

#content p, ul, ol {
	margin-top: 0px;
	margin-bottom: 6px;
}
#content ul, ol {
	margin: 18px 0 18px 18px;
}

#content h3 a {
	color: #36c;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

#content th { text-align: left; }

#content td.colhead {
	vertical-align: bottom;
	border-bottom: 1px solid #006;
}

#content .number { text-align: right; }

#boxNav {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 805px;
	height: 70px;
	background: #ccc;
	z-index: 10;
	text-align: right;
}

#boxL {
	background: url(resources/svw-zh.jpg);
	position: absolute;
	top: 70px;
	width: 32px;
	height: 375px;
	z-index: 10;
}

#boxR {
	position: absolute;
	z-index: 10;
	padding: 25px 5px 0;
	top: 70px;
	left: 615px;
	width: 180px;
	height: 345px;
	background: #9cf;
}

#boxR a {
	color: black;
	text-decoration: none;
}

#ad-box {
	position: absolute;
	z-index: 10;
	padding-left: 32px;
	top: 70px;
	left: 805px;
	width: 146px;
	height: 351px;
	background: white;
}
* html #ad-box {
	width: 178px;
}
#ad-box img {
	margin-bottom: 12px;
	border: 0;
}

#basket {
	position: absolute;
	z-index: 10;
	padding: 5px;
	padding-top: 30px;
	top: 70px;
	left: 805px;
	width: 360px;
	background: white;
}
* html #basket {
	width: 370px;
}

/* ==================================
   4. Klassen und IDs
   =============================== */

#contact {
	position: absolute;
	z-index: 15;
	top: 7px;
	left: 32px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: white;
}

#navHome {
	position: absolute;
	z-index: 15;
	padding-left: 32px;
	top: 42px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.19em;
	color: white;
}

#navMode {
	position: absolute;
	z-index: 15;
	padding-left: 294px;
	padding-top: 7px;
	top: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.19em;
	font-weight: bold;
	text-align: right;
	color: white;
}

#nav {
	position: absolute;
	z-index: 10;
	padding-left: 82px;
	top: 42px;
	width: 723px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.19em;
	color: white;
}

* html #nav { width: 805px; }

#detNav {
	width: 703px;
	text-decoration: none;
	float: left;
	/* padding-top: 20px; */
	padding-bottom: 8px;
}

.navGroup {
	float: right;
}

#navG2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.19em;
	font-weight: bold;
	text-align: left;
	color: white;
	position: absolute;
	z-index: 10;
	padding: 7px 10px 0 10px;
	width: 785px;
}
* html #navG2 {
	width: 805px;
	height: 50px;
}

#navG9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.19em;
	font-weight: bold;
	text-align: left;
	color: white;
	position: absolute;
	z-index: 10;
	padding: 7px 10px 0 10px;
	width: 785px;
	top: 18px;
}
* html #navG9 {
	width: 805px;
	height: 50px;
}

#head1 {
	position: absolute;
	z-index: 5;
	border-top: 2px solid #006;
	border-bottom: 2px solid #006;
	top: 75px;
	left: 4px;
	width: 960px;
	height: 5px;
	background: #fff;
	font-size: 0.1em;
}
* html #head1 { height: 9px; }

#foot {
	position: absolute;
	z-index: 5;
	margin-bottom: 3px;
	border-left: 2px solid #006;
	border-right: 2px solid #006;
	border-bottom: 2px solid #006;
	padding: 6px;
	left: 4px;
	bottom: 0px;
	width: 944px;
	height: 17px;
	background: url(resources/hintergrund_1.gif);
	font-size: 1em;
}
* html #foot {
	width: 960px;
	height: 30px;
}

#foot1 {
	position: absolute;
	z-index: 5;
	margin-bottom: 3px;
	border-top: 2px solid #006;
	border-bottom: 2px solid #006;
	left: 4px;
	bottom: 30px;
	width: 960px;
	height: 5px;
	background: #fff;
	font-size: 0.1em;
}
* html #foot1 { height: 9px; }

#login {
	position: absolute;
	top: 2px;
	right: 18px;
}

#copyright {
	position: absolute;
	top: 6px;
	right: 18px;
}

.details { margin-top: 0px; }

.orderlink { color: #006; }

.orderlinksel { color: #006; }

.blue { border-top: 1px solid #006; }

.error { color: #f00; }

.contact_onsite { color: #57f; }

.disabled { background-color: #eee; }

.autor {
	font-size: 9px;
	font-style: italic;
	color: #888888;
}

.forum0 { color: #636363; }

.forum1 { color: #ff0000; }

.forum2 { color: #0000ff; }

.forum3 { color: #ff00ff; }

.acrobat {
	clear: both;
	padding-left: 483px;
	width: 220px;
}

/* ==================================
   5. Sonstige Styles
   =============================== */

td.content {
	font-size: 11px;
	color: red;
}

td.toggle { background-color: #cccccc; }

td.toggle_basket { background-color: #43CC67; }

td.siedlungsdetails {
	border: 0px solid #444444;
	border-top-width: 1px;
}