/* ===================================
Stylesheet asig-wohnen.ch

Datei: general.css
Datum: 22. Oktober 2008

Aufbau:	1. Kalibrierung
        2. Allgemeine Styles
           Hyperlinks
        3. Styles für Layoutbereiche
        4. Klassen und IDs
        5. Sonstige Styles
=================================== */

/* ==================================
   1. Kalibrierung
   =============================== */

h1 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
}
h2 {
	padding: 0;
	font-size: 12px;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	text-decoration: underline;
}

td, th {
	font-size: 8pt;
	padding: 0;
}
th { text-align: left; }

/* ==================================
   2. Allgemeine Styles
   =============================== */

body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 8pt;
	color: black;
	background-color: #CEE4BE; /* R 206; G 228; B 190 */
	padding: 0;
	margin: 0;
}

/* ================
   Hyperlinks    */

a.menulink1 {
	text-decoration: none;
	color: #000000;
}
a.title {
	/* font-size: 14px; */
	font-weight: bold;
	text-decoration: none;
	color: #339933;
}
a.title:hover {
	/* font-size: 14px; */
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	background: #339933;
}
a.contact {
	/* font-size: 9px; */
	text-align: right;
	text-decoration: underline;
}
a.content {
	/* font-size: 10px; */
}
a.cmfunc {
	/* font-size: 11px; */
}

a:link { color: black; } /* nicht besuchte Links */
a:visited { color: black; } /* besuchte Links */


/* ==================================
   3. Styles für Layoutbereiche
   =============================== */

#kopfbereich {
	height: 66px;
	width: 943px;
	padding: 20px 16px 12px 20px;
	margin: 10px 0 0 10px;
	background-color: white;
}
* html #kopfbereich {
	height: 67px;
	width: 979px;
	padding-bottom: 0;
}
	#logo {
		background: url(resources/logo.jpg);
		background-repeat:no-repeat;
		position: absolute;
		top: 30px;
		left: 30px;
		width: 132px;
		height: 66px;
		padding: 0 12px 11px 0;
		border-right: 1px solid #CEE4BE;
		border-bottom: 1px solid #CEE4BE;
	}
	* html #logo { width: 145px; height: 78px; }

	#gallerie {
		float: right;
		padding: 0 4px 10px 0;
		border-right: 1px solid #CEE4BE;
		border-bottom: 1px solid #CEE4BE;
}

	#gallerie img {
		width: 106px;
		height: 65px;
		margin-left: 8px;
	}

#wrapper {
	position: relative;
	padding-bottom: 20px;
	margin-left: 10px;
	background-color: white;
	width: 979px;
	overflow: hidden;
}

	#navibereich {
		/*
	 	position: absolute;
		top: 0;
		left: 0;
		*/
		float: left;
		width: 149px;
		min-height: 450px;
		padding: 0 0 0 15px;
		border-right: 1px solid #CEE4BE;
		background-color: white;
	}
	* html #navibereich {
		width: 161px;
		height: 450px;
	}

	#adresse { padding: 0 0 0 4px; }

	#textbereich {
		float: left;
		width: 540px;
		padding: 11px 15px;
		/* margin-left: 137px; */
		/* margin-right: 195px; */
		background-color: #fff;
		/* overflow: auto; */
	}
	* html #textbereich { width: 570px; }

	#bildbereich {
		float: left;
	 	/* position: absolute;
		top: 0;
		right: 0; */
		width: 220px;
		padding: 11px 3px 0 3px;
		border-left: 1px solid #CEE4BE;
		border-right: 1px solid #CEE4BE;
		/* overflow: hidden; */
	}
	* html #bildbereich { width: 228px; }

	#bildbereich img {
		/* width: 220px; */
		/* margin: 0 2px 7px 2px; */
		margin-bottom: 7px;
	}
	* html #bildbereich img {
		margin-bottom: 5px;
	}

#fussbereich {
	/* clear: both; */
	width: 959px;
	margin-left: 10px;
	text-align: right;
}


/* ==================================
   4. Klassen und IDs
   =============================== */

.contact_onsite {
	font-size: 10px;
	color: #abcdef;
}
a.contact_onsite { color: #abcdef; }

.expwarn {
	font-size: 10px;
	color: #ff0000;
}
.autor {
	font-size: 9px;
	font-style: italic;
	color: #888888;
}
.headline {
	margin-bottom:12px;
}
.headline img {
	float:left;
	margin-right:6px;
	border:0;
}
.headline p {
	margin:0;
}
.number {
	text-align:right;
}
.acrobat { padding-top: 10px; }


/* ==================================
   5. Sonstige Styles
   =============================== */

tr.cmfunc {
	/* font-size: 11px; */
	background-color: #dddddd;
}

td.title {
	/* font-size: 14px; */
	font-weight: bold;
	text-decoration: none;
	color: #339933;
	border-bottom: 2px solid #339933;
}
td.intro {
	/* font-size: 16px; */
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	color: #339933;
}
td.contact {
	font-size: 7pt;
	text-align: left;
}
td.content {
	/* font-size: 8px; */
}
td.toggle {
	background-color: #ccffcc;
}
td.label {
	background-color: #ccffcc;
}
td.siedlungsdetails {
	border: 0px solid #555555;
	border-top-width: 1px;
}
td.navtop {
	background-color: #6f8dbf;
}
