/* Main-Werte */

* {
padding: 0;
margin: 0;
font-size: 12px;
}

body {
padding: 0;
margin: 0;
background: url(bilder/hintergrund.jpg) repeat-y center #fff;
color: #363732;
font-size: 12px;
font-family: Arial;
}

.my_content_paragraph {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

.my_content_separator {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

/* Textstyles */

p {
line-height: 1.5;
}

	#main .content p {
	border-bottom: 1.5em solid #e8e9e4;
	}

a, a:visited, a:active {
color: #000;
text-decoration: underline;
}

a:hover {
color: #3b2316;
}

img {
padding: 0;
border: none;
padding: 0;
}

li {
list-style: none;
}

/* Die Grundstrucktur */

#grundstrucktur {
width: 900px;
padding: 0 10px;
margin: 0 0 0 -460px;
position: absolute;
left: 50%;
float: left;
}

/* Flaggen */
			
#flaggen {
height: 29px;
width: 875px;
padding: 7px 25px 0 0;
background: #838c9b;
border-bottom: 1px solid #fff;
text-align: right;
float: left;
}

	#flaggen img {
	margin-left: 23px;
	}
	
/* Header */

#header {
height: 152px;
width: 900px;
border-bottom: 1px solid #fff;
background: url(bilder/header.jpg);
float: left;
}

/* Main */

#main {
width: 900px;
float: left;
padding-bottom: 25px;
}

/* Menue */

.menue {
width: 150px;
padding-right: 20px;
float: left;
}

	.menue ul {
	width: 150px;
	float: left;
	}
	
	.menue li {
	list-style: none;
	}
	
	.menue a {
	height: 20px;
	width: 130px;
	padding: 8px 0 0 20px;
	background: #838c9b;
	display: block;
	text-decoration: none;
	border-top: 1px solid #fff;
	color: #fff;
	font-size: 11px;
	}
	
		.menue a:hover {
		font-weight: bold;
		}
	
		.menue a.NavLevelA_1_0_sel {
		background: #e8e9e4;
		color: #353533;
		font-weight: bold;
		}
		
		.menue a.NavLevelA_2_0, .menue a.NavLevelA_2_0_sel {
		width: 122px;
		padding: 8px 0 0 28px;
		background: #b5babf;
		color: #353533;
		}
		
		.menue a.NavLevelA_2_0_sel {
		font-weight: bold;
		}
		
		.menue a.NavLevelA_3_0, .menue a.NavLevelA_3_0_sel {
		width: 114px;
		padding: 8px 0 0 36px;
		background: #cfd2d2;
		color: #353533;
		}
		
		.menue a.NavLevelA_3_0_sel {
		font-weight: bold;
		}
	
	.menue .mhe {
	float: left;
	}
	
/* Content */

.content {
width: 511px;
padding-right: 15px;
padding-top: 29px;
float: left;
}

	.content ul {
	padding: 0 0 0 15px;
	}
	
	.content ul li {
	list-style: disc;
	padding-bottom: 1.5em;
	}
	
	.content .zahl { padding-left: 15px; }
	
	.content .zahl2 { padding-left: 30px; }
	
	.content .zahl3 { padding-left: 45px; }

/* Sub */

.sub {
width: 152px;
padding: 0 24px 0 22px;
margin-top: 29px;
border-left: 1px solid #838c9b;
float: left;
}

	.sub h2 {
	width: 152px;
	height: 23;
	padding: 4px 0;
	border-bottom: 15px solid #e9e9e1;
	text-align: center;
	font-size: 11px;
	color: #feffff;
	background: #848b9b;
	float: left;
	}
	
/* Suche */

#nr-suche, #suche {
border-bottom: 34px solid #e9e9e1;
float: left;
}

#nr-suche .eingabe {
height: 18px;
width: 103px;
padding-top: 3px;
background: #e8e9e4;
border: 2px solid #787f87;
float: left;
}

#nr-suche .button {
height: 25px;
width: 44px;
background: #E70017;
text-align: center;
text-decoration: none;
color: #fff;
font-size: 11px;
border: 0 !important;
float: left;
cursor:pointer;
}

#suche select {
height: 21px;
width: 152px;
border: 2px solid #787f87;
background: #e8e9e4;
padding: 2px;
font-size: 11px;
text-align: left;
margin-bottom: 13px;
}

	#suche option:first-letter {
	text-transform: capitalize;
	}

#suche .button {
height: 25px;
width: 152px;
background: #e70017;
text-align: center;
text-decoration: none;
color: #fff;
font-size: 11px;
border: 0 !important;
float: left;
}

/* Footer */

.push {
height: 85px;
}

#footer {
width: 900px;
height: 85px;
float: left;
padding-top: 15px;
}

	#footer .top {
	width: 890px;
	height: 25px;
	padding-right: 10px;
	background: #e9eae5;
	float: left;
	text-align: right;
	}
	
	#footer .top a {
	font-size: 11px;
	color: #8e9293;
	text-decoration: none;
	}
	
	#footer .foot {
	width: 900px;
	height: 49px;
	padding-top: 11px;
	background: #838c9b;
	float: left;
	text-align: center;
	color: #fff;
	}
	
		#footer .foot p {
		font-size: 11px;
		}
		
/* Listen-Rahmen */

.listen-rahmen {
width: 511px;
float: left;
}

	.listen-rahmen .oben {
	width: 511px;
	float: left;
	padding-bottom: 1.5em;
	}
	
	.listen-rahmen .mitte {
	width: 511px;
	float: left;
	}
	
	.listen-rahmen .unten {
	width: 511px;
	float: left;
	}
	
	.listen-rahmen a {
	color: #363732;
	}
	
	.listen-rahmen .seiten {
	width: 511px;
	float: left;
	padding: 2px 0 10px 0;
	}
	
	.listen-rahmen .unten .seiten {
	padding: 10px 0 3px 0 !important;
	}
	
		.listen-rahmen .seiten a {
		border: 1px solid #838C9B;
		font-size: 0.92em;
		padding: 0.2em 0.5em;
		text-decoration: none;
		}
		
			.listen-rahmen .seiten a:hover {
			background: #B5BABF;
			}
		
		.listen-rahmen .seiten .osg_seiten_sel {
		background: #838C9B;
		}

/* Listen-Obj. */

.listen-obj {
width: 491px;
padding: 5px;
background: #CFD2D2;
float: left;
border-bottom: 1.5em solid #e8e9e4;
}

	.listen-obj .titel {
	width: 491px;
	padding-bottom: 10px;
	border-bottom: 1px solid #B5BABF;
	float: left;
	}
	
		.listen-obj .titel .links { float: left; }
		.listen-obj .titel .rechts { float: right; }
	
	.listen-obj .inhalt {
	width: 491px;
	padding-bottom: 10px;
	padding-top: 10px;
	float: left;
	}
	
		.listen-obj .inhalt .bild {
		width: 220px;
		height: 175px;
		border: 1px solid #B5BABF;
		text-align: center;
		float: left;
		overflow: hidden;
		background: #e8e9e4;
		}
		
			.listen-obj .inhalt .divImgRiesig {
			width: 222px;
			height: 177px;
			overflow: hidden;
			}
		
			.listen-obj .inhalt .divImgNeuRiesig {
			width: 222px;
			height: 177px;
			overflow: hidden;
			bottom: 1px !important;
			right: 1px !important;
			float: left;
			}
			
			.listen-obj .inhalt .divImgNeuRiesig img {
			height: 177px !important;
			}
		
			.listen-obj .inhalt .bild img {
			height: 175px;
			}
			
		.listen-obj .inhalt .info {
		width: 259px;
		padding-left: 10px;
		float: left;
		}
		
			.listen-obj .inhalt .info td {
			padding-bottom: 10px;
			vertical-align: top;
			}
			
			.listen-obj .inhalt .info .angebote_bold {
			font-weight: bold;
			padding-right: 10px;
			}
	
	.listen-obj .link {
	width: 486px;
	padding: 6px 5px 5px 0;
	float: left;
	text-align: right;
	}
	
		.listen-obj .link a {
		padding: 2px 5px;
		border: 1px solid #B5BABF;
		text-decoration: none;
		color: #353533;
		}
			
			.listen-obj .link a:hover {
			background: #e8e9e4;
			}
			
/* Obj-Uebersicht */

.uebersicht {
width: 491px;
padding: 5px;
background: #CFD2D2;
float: left;
}

	.uebersicht .oben {
	width: 491px;
	padding: 10px 0 0 0;
	border-bottom: 1px solid #B5BABF;
	float: left;
	}
	
		.uebersicht .oben .links { float: left; }
		.uebersicht .oben .rechts { float: right; }
		
	.uebersicht .bilder {
	width: 467px;
	padding: 10px 12px 10px 12px;
	float: left;
	}
	
	.uebersicht .info {
	width: 491px;
	float: left;
	}
	
		.uebersicht .info h2 {
		padding-left: 12px;
		padding-bottom: 10px;
		font-size: 14px;
		}
		
		.uebersicht .info td {
		vertical-align: top;
		padding: 5px 10px;
		}
		
		.uebersicht .info .info_bold {
		width: 140px;
		font-weight: bold;
		}
	
	.uebersicht .text {
	width: 467px;
	padding: 0 12px;
	float: left;
	}
	
		.uebersicht .text strong {
		display: block;
		float: left;
		padding-bottom: 10px;
		padding-top: 10px;
		width: 467px;
		}
		
	.uebersicht .unten {
	width: 467px;
	padding: 10px 12px 10px 12px;
	float: left;
	}
	
		.uebersicht .unten a {
		border: 1px solid #B5BABF;
		color: #353533;
		padding: 2px 5px;
		text-decoration: none;
		}
		
			.uebersicht .unten a:hover {
			background: #E8E9E4;
			}
			
/* von CH */

.detail_navi{
	margin:5px 15px 0 0;
	text-align:right;
	}

.detail_navi .button{
	border:0 !important;
	}
#detail_frame{	
	background-color:#fff;
	margin:15px;
	padding:10px 10px 10px 15px;
	text-align:left;
	}
#detail_frame .header{
	font-size:13px;
	font-weight:bold;
	margin:0 0 8px;
	line-height:1em;
	}
#detail_frame .objnr_extern{
	font-size:11px;
	}
.immoBlaettern{
	list-style-type:none;
	}
.immoBlaettern li{
	display:inline;
	}

#detail_frame #allMyGalleryDivs{
border:1px solid #787878;
clear:both;
margin:0 auto;
padding:15px;
text-align:center;
	}
#detail_frame #bild_gross{
	height:390px;
	margin:0px auto;
	overflow:hidden;
	width:640px;
	}
#detail_frame #vergroessert{
	height:390px;
	width:556px;
	margin:0px auto;
	}
#detail_frame #bild_title{
	margin:10px 0 5px 50px;
	text-align:left;
	height:13px;
	}
#detail_frame #bilder_klein{
	margin-left:7px;
	padding:15px 40px;
	text-align:center;	
	}
#detail_frame #bilder_klein ul{
	width:556px;
	}
#detail_frame #bilder_klein li{
	display:inline;
	margin:0 4px;
	}
	
.immo_carousel{
	background: #e8e9e4;
	border: 1px solid #838c9b;
	clear: both;
	margin: 0 auto;
	text-align: center;
	padding-top: 10px;
	}
.immo_detail_image{
	width:640px;
	margin:0px auto;
height:auto!important;
	}
#immo_img_subtext{
	margin:10px 0 5px 50px;
	text-align:left;
	}
.jcarousel-skin-tango.jcarousel-container-horizontal{
	width:550px;
	}
#liimg_1{
	height:90px;
	width:140px;
	overflow:hidden;
	}
	
.jcarousel-clip li {
list-style: none !important;
}


.zeitung {
width: 100%;
padding-bottom: 1.5em;
}

	.zeitung th.ueberschrift {
	padding: 5px;
	text-align: left;
	background: #838C9B;
	color: #fff;
	font-size: 14px;
	}
	
	.zeitung th {
	padding: 5px;
	text-align: left;
	background: #B5BABF;
	}

	.zeitung td {
	padding: 5px;
	background: #CFD2D2;
	vertical-align: top;
	}
	
	.zeitung tr:hover td {
	font-weight: bold;
	}
/*****Twitter Emi****/

#twitter{
	clear:both;
	border-top:1px solid #838C9B ;
	margin:10px;
	padding:10px;
	background:transparent url(images/foot_twitter.jpg) 0 10px no-repeat;
	}
#twitter form{
width:248px;
margin:10px auto;
	}
#twitter p{
	border:0 !important;
	margin:0 0 1.5em 25px;
	}
#twitter label{
	width:120px;
	float:left;
	margin:0 2px 0 0;
	}
#twitter input, #twitter textarea{
	border:2px solid #787F87;
	}
#twitter input[type="text"]{
	width:120px;
	}
#twitter textarea{
	width:242px;
	}
#twitter input[type="submit"]{
	background:#E70017 none repeat scroll 0 0;
	border:0 none !important;
	color:#FFFFFF;
	height:25px;
	text-align:center;
	text-decoration:none;
	width:120px;
	float:right;
	}


