/* Grundstrucktur */

* {
margin: 0;
padding: 0;
color: #fff;
font-size: 12px;
font-family: Verdana, sans-serif;
font-weight: normal;
}

body {
margin: 0;
padding: 0;
background: #023000;
color: #fff;
font-size: 12px;
font-family: Verdana, sans-serif;
font-weight: normal;
}

a, a:visited, a:active {
background: none;
color: #fff;
text-decoration:underline;
}

a:hover {
background: none;
color: #cc9833;
}

img {
border: 0;
}

li {
list-style: none;
}

strong, b {
font-weight: bold;
}

#grundstrucktur {
height: 694px; 
width: 100%; 
margin: 40px 0 40px 0; 
padding: 0;  
position: absolute; 
}

/* Die Seite */

#seite {
height: 694px;
width: 800px;
margin: 0 0 0 -400px;
padding: 0;
left: 50%;
position: absolute;
}
	
	/* Das Logo */
	
	#seite .logo {
	height: 83px;
	width: 800px;
	margin: 0;
	padding: 0;
	float: left;
	}
	
	/* Die Flashanimation */
	
	#seite .flash {
	height: 225px;
	width: 796px;
	margin: 0;
	padding: 0;
	border-left: 2px solid #cc9833;
	border-right: 2px solid #cc9833;
	border-bottom: 6px solid #cc9833;
	float: left;
	}
	
	#seite .flash img {
	height: 225px;
	width: 796px;
	float: left;
	}
		
	/* Der Footer */

	#seite .footer {
	height: 26px;
	width: 800px;
	margin: 0 0 10px 0;
	padding: 0;
	background: url(bilder/footer.jpg) bottom no-repeat #cc9833;
	float: left;
	text-align: center;
	}

	#seite .footer p {
	margin: 6px 0 0 0;
	font-weight: bold;
	font-size: 11px;
	}

	#seite .footer a, #seite .footer a:visited, #seite .footer a:active {
	font-weight: bold;
	font-size: 11px;
	}
	
	#seite .footer a:hover {
	color: #111;
	}
	
	/* Das Copyright */
	
	#seite .copy p {
	width: 800px;
	margin: 0;
	padding: 0 0 20px 0;
	float: left;
	text-align: center;
	color: #fff;
	font-size: 11px;
	}
	
	#seite .copy a, #seite .copy a:visited, #seite .copy a:active {
	color: #fff;
	font-size: 11px;
	}
	
	#seite .copy a:hover {
	color: #cc9833;
	}
	
	/* Die Index-Seite */
	
	/* Die Sprachauswahl */
	
	#sprachen {
	height: 260px;
	width: 796px;
	margin: 0;
	padding: 0;
	border-left: 2px solid #cc9833;
	border-right: 2px solid #cc9833;
	float: left;
	}
	
	#sprachen p {
	margin: 80px 0 0 0;
	padding: 0 8px 0 8px;
	}
	
		/* Deutsch */
	
		#sprachen .ger {
		height: 260px;
		width: 262px;
		margin: 0;
		padding: 0;
		background: url(bilder/index-ger.jpg) top no-repeat #023000;
		border-right: 6px solid #cc9833;
		float: left;
		display: block;
		cursor: pointer;
		text-decoration: none;
		}
		
		
		/* Englisch */
	
		#sprachen .eng {
		height: 260px;
		width: 262px;
		margin: 0;
		padding: 0;
		background: url(bilder/index-eng.jpg) top no-repeat #023000;
		border-right: 6px solid #cc9833;
		float: left;
		display: block;
		cursor: pointer;
		text-decoration: none;
		}
		
		/* Spanisch */
	
		#sprachen .esp {
		height: 260px;
		width: 260px;
		margin: 0;
		padding: 0;
		background: url(bilder/index-esp.jpg) top no-repeat #023000;
		float: left;
		display: block;
		cursor: pointer;
		text-decoration: none;
		}
		
		#sprachen .ger .text, #sprachen .eng .text, #sprachen .esp .text {
		margin:80px 0pt 0pt;
		padding:0pt 8px;
		position:absolute;
		width:247px;
		}
		
	/* Die Haupt-Seite */
	
	/* Das Menue */
	
	#seite .menue {
	height: 36px;
	width: 796px;
	margin: 0;
	padding: 0;
	border-left: 2px solid #cc9833;
	border-right: 2px solid #cc9833;
	background: #cc9833;
	float: left;
	}
	
	#seite .menue ul {
	margin: 0 0 0 32px;
	padding: 0;
	float: left;
	}
	
	* html #seite .menue ul {
	/* Nicht IE Mac \*/
	margin: 0 0 0 15px;
	padding: 0;
	float: left;
	/* */
	}
	
	#seite .menue li {
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;
	}
	
	#seite .menue h2 a, #seite .menue h2 a:visited, #seite .menue h2 a:active {
	height: 25px;
	width: 100px;
	margin: 0;
	padding: 11px 0 0 0;
	background: #cc9833;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	display: block;
	}
	
	#seite .menue h2 a:hover {
	background: url(bilder/menue-hintergrund.jpg) #c08f30;
	}
	
	#seite .menue .lang {
	margin: 8px 10px 0 0px;
	padding: 0;
	float: right;
	}
	
	#seite .menue .lang img {
	margin: 0 0 0 5px;
	}
	
	/* Das Sub-Menü */
	
	#menue li ul {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	}
	
	#menue li>ul { 
	top: 0;
	left: 0;
	}
	
	#menue li:hover ul, #menue li.over ul {
	display: block;
	margin: 350px 0 0 134px
	}
	
	* html #menue li:hover ul, * html #menue li.over ul {
	/* Nicht IE Mac \*/
	display: block;
	margin: 350px 0 0 132px
	/* */
	}
	
	#menue .sub a, #menue .sub a:visited, #menue .sub a:active {
	height: 25px;
	width: 100px;
	margin: 0;
	padding: 11px 0 0 0;
	background: url(bilder/sub2-hintergrund.jpg) #c1912f;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	display: block;
	float: left;
	}
	
	#menue .sub a:hover {
	background: url(bilder/sub2-hintergrund-hover.jpg) #cb9732;
	}
		
	/* Der Content */
	
	#content {
	width: 776px;
	margin: 0;
	padding: 10px;
	border-left: 2px solid #cc9833;
	border-right: 2px solid #cc9833;
	float: left;
	}
	
	/* Die Inhalts-Seiten */
	
	#content .inhalt {
	width: 508px;
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	}
	
	#content .inhalt h3 {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, sans-serif;
	}
	
	#content .rechts {
	width: 258px;
	margin: 0;
	padding: 0;
	float: left;
	}
	
	#content .rechts p {
	width: 258px;
	margin: 0;
	padding: 0;
	text-align: center;
	float: left;
	}
	
	/* Immobilien */
	
	#content .immobilien {
	width: 766px;
	margin: 0;
	padding: 0;
	float: left;
	}
	
	/* Der Objektrahmen */
	
	#objektrahmen {
	width: 766px;
	margin: 0;
	padding: 0;
	float: left;
	}
	
	#objektrahmen .oben {
	width: 766px;
	margin: 0 0 10px 0;
	padding: 0;
	float: left;
	}
	
	#objektrahmen .oben .seiten {
	width: 383px;
	margin: 0;
	padding: 0;
	float: left;
	}
	
	#objektrahmen .oben .suche {
	width: 383px;
	margin: 0;
	padding: 0;
	float: left;
	text-align: right;
	}
	
	#objektrahmen .oben .suche input {
	color: #000;
	}
	
	#objektrahmen .oben2 {
	width: 766px;
	margin: 0 0 20px 0;
	padding: 0;
	float: left;
	}
	
	#objektrahmen .oben2 .anzahl {
	width: 332px;
	margin: 0;
	padding: 0;
	float: left;
	}
	
	#objektrahmen .oben2 .sortierung {
	margin: 0;
	padding: 0;
	float: right;
	}
	
	#objektrahmen .oben2 .sortierung select, #objektrahmen .oben2 .sortierung select option {
	color: #000;
	}
	
	#objektrahmen .mitte2 {
	width: 766px;
	margin: 0;
	padding: 0;
	float: left;
	}
	
	#objektrahmen .unten {
	width: 766px;
	margin: 0;
	padding: 0;
	float: left;
	}
	
	.osg_seiten, .osg_seiten_sel {
	padding: 2px;
	}
	
	a.osg_seiten_sel {
	background: #cc9833;
	}

	
	/* Die Objektiste */
	
	#objektliste {
	width: 766px;
	margin: 0 0 20px 0;
	padding: 0;
	float: left;
	}
	
	#objektliste .oben {
	height: 20px;
	width: 766px;
	margin: 0;
	padding: 0;
	float: left;
	border-bottom: 2px dotted #cc9833;
	font-weight: bold;
	}
	
	#objektliste .oben h3 {
	width: 202px;
	margin: 0 20px 0 0;
	padding: 5px 0 3px 0;
	background: #cc9833;
	float: left;
	text-align: center;
	font-weight: bold;
	}
	
	#objektliste .oben p {
	width: 544px;
	float: left;
	text-align: right;
	font-weight: bold;
	}
	
	#objektliste .oben p a {
	font-weight: bold;
	}
	
	#objektliste .mitte {
	width: 766px;
	margin: 0;
	padding: 20px 0 20px 0;
	float: left;
	border-bottom: 2px dotted #cc9833;
	}
	
	#objektliste .mitte .bild {
	width: 202px;
	margin: 0 20px 0 0;
	padding: 0;
	float: left;
	}
	
	#objektliste .mitte .bild img {
	border: 1px solid #cc9833;
	}
	
	#objektliste .mitte .details {
	width: 544px;
	margin: 0;
	padding: 0;
	float: left;
	}
	
	#objektliste .mitte .details h4, #objektliste .mitte .details h4 a {
	margin: 0 0 10px 0;
	font-size: 14px;
	font-weight: bold;
	color: #cc9833;
	text-decoration: none;
	}
	
	#objektliste .mitte .details td {
	padding-right: 20px;
	}
	
	#objektliste .mitte .details .angebote_bold_right {
	font-weight: bold;
	}
	
	/* Objektuebersicht */
	
	#objektuebersicht {
	width: 766px;
	margin: 0;
	padding: 0;
	float: left;
	}
	
	#objektuebersicht .titel {
	width: 766px;
	margin: 0;
	padding: 0;
	float: left;
	margin: 0 0 10px 0;
	}
	
	#objektuebersicht .titel h3 {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	}
	
	#objektuebersicht .gallery {
	width: 766px;
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
	float: left;
	}
	
	#objektuebersicht .gallery img {
	border: 1px solid #cc9833;
	}
	
	#objektuebersicht .gallery li {
	margin: 0 8px 8px 0;
	float: left;
	}
	
	#objektuebersicht .gallery li img {
	height: 60px;
	width: 90px;
	}
	
	#objektuebersicht .sub {
	width: 766px;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 2px dotted #cc9833;
	float: left;
	}
	
	#objektuebersicht .sub .zurueck {
	float: left;
	}
	
	#objektuebersicht .sub .anfrage {
	float: right;
	}
	
	#objektuebersicht #bild_gross {
	margin: 0 10px 0 0;
	float: left;
	}
	
	* html #objektuebersicht #bild_gross {
	/* Nicht IE Mac \*/
	margin: 0 5px 0 0;
	padding: 0;
	float: left;
	/* */
	}
	
	#objektuebersicht .info {
	width: 766px;
	margin: 0;
	padding: 0;
	float: left;
	}
	
	#objektuebersicht .info .infodetails {
	width: 378px;
	padding: 0 5px 0 0;
	margin: 0 5px 0 0;
	border-right: 2px dotted #cc9833;
	float: left;
	}
	
	#objektuebersicht .info .infodetails h4 {
	width: 378px;
	margin: 0 0 0 0;
	padding: 5px 0 5px 0;
	background: #cc9833;
	text-align: center;
	font-weight: bold;
	}
	
	#objektuebersicht .info .infodetails table {
	margin: 20px 0 0 0;
	}
	
	#objektuebersicht .info .infodetails td {
	padding-right: 9px;
	}
		
	#objektuebersicht .info .infodetails .angebote_bold_right {
	font-weight: bold;
	}
	
	#objektuebersicht .info .infodetails {
	width: 378px;
	float: left;
	}
	
	#objektuebersicht .info .lage {
	width: 376px;
	margin: 0;
	padding: 0;
	float: left;
	}
	
	#objektuebersicht .info .lage h4 {
	width: 376px;
	margin: 0 0 20px 0;
	padding: 5px 0 5px 0;
	background: #cc9833;
	text-align: center;
	font-weight: bold;
	}
	
	#bilder_klein ul {
	float:left;
	width:300px;
	}
	
	/* Empfehlungen */
	
	#empfehlungen {
	width: 508px;
	margin: 0;
	padding: 0;
	float: left;
	}
	
	#empfehlungen .zeile {
	width: 508px;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 2px dotted #cc9833;
	float: left;
	}
	
	#empfehlungen .zeile .bild {
	width: 258px;
	margin: 0 20px 0 0;
	float: left;
	}
	
	#empfehlungen .zeile .text {
	width: 230px;
	margin: 0px;
	padding: 0px;
	float: left;
	}

	/* Kontakt */
	
	#form {
	width: 100%;
	}
	
	#form td {
	padding: 10px 0 10px 0;
	}
	
	#form input, #form textarea  {
	width: 414px !important;
	color: #000;
	}
	
	#form .input_plz {
	width: 195px !important;
	color: #000;
	}
	
	#form .input_ort {
	width: 210px !important;
	color: #000;
	}
	
	#form #kontakt_resetbutton, #form #kontakt_submitbutton {
	width: 150px !important;
	color: #000;
	}
	
	/* Sitemap */
	
	#sitemap {
	margin: 0 0 0 198px;
	padding: 0;
	float: left;
	}
	
	* html #sitemap {
	/* Nicht IE Mac \*/
	margin: 0 0 0 100px;
	padding: 0;
	float: left;
	/* */
	}
	
	#sitemap li {
	margin: 20px 0 20px 0;
	padding: 0;
	list-style: disc;
	}
	
	#sitemap .immo {
	margin: 0 0 0 20px;
	}
	
	#sitemap .immo li {
	list-style: circle;
	}
	
	/* Impressum */
	
	#impressum {
	margin:0pt 0pt 0pt 0px;
	}

	/* Das Wetter */
	
	.weather_ort {
	font-size:12px;
	font-weight:bold;
	}
	
	.weather_grad {
	font-size:14px;
	font-weight:bold;
	}
	
	#weather_container {
	color:#FFFFFF;
	font-family:Arial,sans-serif;
	font-size:12px;
	height:150px;
	line-height:normal;
	padding-top:5px;
	width:210px;
	}
	
	#weather_head {
	background:url(http://web1.onoffice.de/kunden/S/success/images/weather_bg_oben.png) no-repeat!important;
	background:url(http://web1.onoffice.de/kunden/S/success/images/weather_bg_oben.gif) no-repeat;
	height:53px;
	text-align:center;
	}
	
	#weather_head div.weather_left {
	float:left;
	padding:5px 0pt 0pt 10px;
	width:50px;
	}
	
	#weather_head div.weather_middle {
	float:left;
	padding:7px 10px 0pt 0pt;
	text-align:right;
	width:58px;
	}
	
	#weather_head div.weather_right {
	float:right;
	font-family:Arial,sans-serif;
	font-size:28px;
	font-weight:600;
	line-height:normal;
	padding:10px 10px 0pt 0pt;
	width:72px;
	}
	
	* html #weather_head div.weather_right {
	/* Nicht IE Mac \*/
	float:right;
	font-family:Arial,sans-serif;
	font-size:24px;
	font-weight:600;
	line-height:normal;
	padding:15px 4px 0 0;
	width:72px;
	/* */
	}
	
	#weather_foot {
	background:url(http://web1.onoffice.de/kunden/S/success/images/weather_bg_unten.png) no-repeat !important;
	background:url(http://web1.onoffice.de/kunden/S/success/images/weather_bg_unten.gif) no-repeat;
	height:93px;
	}
	
	#weather_foot {
	padding:7px 20px;
	}
	
	#weather_prevday {
	border-left:1px solid #0349A3;
	border-right:1px solid #2981F3;
	float:left;
	padding:0pt 5px;
	text-align:center;
	width:40px;
	}
	
	.noborder_left {
	border-left:0pt none;
	}
	
	.noborder_right {
	border-right:0pt none;
	}
	
	.my_function_box {
	margin: 0 0 0 30px;
	float:left;
	}
	
	* html .my_function_box {
	/* Nicht IE Mac \*/
	margin: 0 0 0 15px;
	float:left;
	/* */
	}