html
{ 
	margin: 0; 
}

body
{
	font-family: Arial, Verdana, Helvetica;
	font-size: 11px;
}

body
{
	background-color: #FFFFFF;
	margin: 0px;
	
	padding-bottom: 30px;
	
	color: #666666;
}

.error
{
	font-weight: bold;
	color: #990000;
}

a
{
	color: #666666;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}


#mainBG
{
	width: 958px;
	background-image: url('imgs/layout/seknav_line.gif');
	background-repeat: repeat-y;
}

#header
{
	height: 47px;
	background-color: #FFFFFF;
}

#shortCutBar
{
	background-color: #FF0000;

	float: left;
	width: 219px;
}

#shortCutBar a
{
	float: left;
	
	height: 20px;
	width: 13px;

	margin-top: 2px;
	margin-bottom: 2px;
	
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

#shortCutBar a:hover
{
	background-color: #FFFFFF;
}

#shortCutBar .contactButton
{
	background-image: url('imgs/layout/ikon_email.gif');

	margin-left: 8px;
}

#shortCutBar .helpButton
{
	background-image: url('imgs/layout/ikon_hilfe.gif');
	width: 11px;

	margin-left: 21px;
}

#shortCutBar .sitemapButton
{
	background-image: url('imgs/layout/ikon_sitemap.gif');

	margin-left: 23px;
}

#impressions
{
	background-color: #ACACAC;
	height: 72px;
}

#impressions .picture
{
	float: left;
	width: 219px;
	height: 72px;
	
	background-image: url('imgs/layout/muenchen_klein.jpg');
	background-repeat: no-repeat;
	
	background-color: #FF0000;
	border-right: solid 1px #FFFFFF;
}

#impressions .flash
{
	float: left;
	width: 738px;
	height: 72px;
	background-image: url('imgs/layout/impressions/banner_flash.jpg');
	background-repeat: no-repeat;
}

#rightColumn
{
	float: right;
	width: 203px;
}

/**************************************************************
 *
 */
	#lanBox
	{
		margin: 10px 0px 10px 0px;
		height: 20px;
		line-height: 20px;
	}

 	.lan_de,
 	.lan_de_active,
 	.lan_en,
 	.lan_en_active
	{
		float: right;
		
		width: 30px;
		height: 20px;
		
		margin-left: 5px;
		
		background-repeat: no-repeat;
	}
	
 	.lan_de			{ background-image: url('imgs/lang_flags/flag_de.gif'); }
 	.lan_de_active	{ background-image: url('imgs/lang_flags/flag_de_active.gif'); }
 	.lan_en			{ background-image: url('imgs/lang_flags/flag_en.gif'); }
 	.lan_en_active	{ background-image: url('imgs/lang_flags/flag_en_active.gif'); }	

/**************************************************************/

#footer
{
	margin-left: 220px;
}

#footer a
{
	color: #5275BA;
}

#footer .information
{
	float: left;
	width: 492px;
	color: #5275BA;
	text-align: center;
}

#footer .rightTribleLine
{
	float: right;
	width: 203px;
}

.tripleline
{
	height: 32px;
	background-image: url('imgs/layout/triple_dot_FF3333.gif');
	background-repeat: repeat-x;
}

.tripleline hr
{
	display: none;
}

.slogan
{
	float: right;
	font-weight: bold;
	font-style: italic;
	
	padding-top: 12px;
	padding-right: 5px;
	
	font-size: 20px;
	
	color: #4E3813;
}


/**
 * Debug-Table Styles:
 */
 	.debug_table
	{
		margin: 30px;
	}
 
 	.debug_table,
	.debug_table td
	{
		border: 1px solid #333333;
		border-collapse: collapse;
	}
	
	.debug_table td
	{
		padding: 3px;
	}
	#leftMenu
{
	float: left;
}

.left_column
{
	width: 173px;
	
	background-image: url('imgs/layout/seknav_lineend.gif');
	background-position: 167px 0px;
	background-repeat: repeat-y;
	
	padding-top: 1px;
	margin-bottom: 15px;
}

.left_column div
{
	padding-left: 12px;	
	margin-right: 6px;
	margin-top: -1px;
	
	background-color: #ffffff;
	
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;

	line-height: 14px;
	
	padding-top: 3px;
	padding-bottom: 3px;	
}

.left_column div .active
{
	color: #ff0000;
}

.left_column .city_label
{
	height: 20px;
	line-height: 20px;
	
	font-size: 16px;
	font-weight: bold;
	color: #F6999B;
}

/*************************/

#nav_staedte_top
{
	float: left;
	height: 47px;
}

#nav_staedte_top a
{
	line-height: 47px;
	
	font-size: 14px;
	font-weight: bold;
	
	margin-right: 20px;
	
	color: #330000;
}

#nav_staedte_top .active
{
	text-decoration: underline;
}

#nav_staedte_select
{
	border: 1px solid red;
}

/*************************/

#nav_pri_red
{
	float: left;
	
	width: 739px;
	
	background-color: #ff0000;
	
	height: 24px;
	line-height: 24px;
}

#nav_pri_red a,
#nav_pri_red .active
{
	margin-right: 12px;

	font-weight: bold;
	color: #ffffff;
}

#nav_pri_red .active
{
	color: #ffff99;
}

/*************************/

#nav_sec_grey
{
	background-color: #cecece;
	
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	
	padding-left: 220px
}

#nav_sec_grey a,
#nav_sec_grey .active
{
	height: 24px;
	line-height: 24px;

	margin-right: 12px;

	font-weight: bold;
	color: #000000;
}

#nav_sec_grey .active
{
	color: #ffff99;
}

/*************************/

#nav_important_details
{
	border: 1px solid #ff0000;
	padding-bottom: 5px;	
	
	margin-bottom: 25px;	
}

#nav_important_details div
{
	margin-left: 4px;	
}

#nav_important_details .header
{
	height: 21px;
	line-height: 21px;
	
	background-color: #CCD8E5;
	color: #003399;
	
	font-weight: bold;
	
	margin-bottom: 18px;
	margin-left: 0px;
	
	padding-left: 8px;
}

#nav_important_details a
{
	height: 16px;
	line-height: 16px;

	color: #003399;
	text-decoration: none;
}

#nav_important_details a:hover
{
	text-decoration: underline;
}

#nav_important_details .active
{
	font-weight: bold;
	color: #ff0000;
}#content
{
	float: left;
	width: 582px;
	
	color: #330000;
}

#content,
#content p, table, td
{
	font-size: 12px;
	line-height: 1.5em;
}

#inner_content
{
	margin: 32px 48px 32px 48px;
}

.single_content
{
}

h1,
.head1
{
	font-size: 22px;
	font-weight: bold;
	
	color: #336699;
	
	margin: 0px 0px 10px 0px;
}

h2
{
	font-size: 18px;
	font-weight: bold;
	
	color: #ff0000;
	
	margin: 0px 0px 15px 0px;
}

h3
{
	background-image: url('imgs/h3_bg.gif');
	
	width: 490px;
	
	line-height: 16px;
	padding-top: 22px;
	padding-left: 2px;
	
	font-size: 12px;
	
	color: #ffffff;
	
	vertical-align: bottom;
	
	border-bottom: 2px solid #ffffff;
}

#inner_content img
{
}

/**
 * Nur class: startseiten_teaser
 */
 	.startseiten_teaser
	{
		width: 478px;
		
		margin-bottom: 10px;
		padding-bottom: 4px;
	}
	
	.startseiten_teaser h1
	{
		background-image: url('imgs/h3_bg.gif');
		background-repeat: no-repeat;
		
		line-height: 16px;
		padding-top: 22px;
		padding-left: 2px;
		
		font-size: 12px;
		
		color: #ffffff;
		
		vertical-align: bottom;
		
		border-bottom: 2px solid #ffffff;
	}
	
	.startseiten_teaser p
	{
		margin: 0px;
	}
	
	.startseiten_teaser a
	{
		color: #990000;
		text-decoration: underline;
	}
	
	.startseiten_teaser .inner_content
	{
		margin-top: -6px;
		
		padding: 0px 4px 0px 4px;
	}
	
	.startseiten_teaser .logo
	{
		float: left;
		width: 90px;
	}
		
	.startseiten_teaser .teaser
	{
		float: left;
		width: 250px;
		
		padding: 0px 10px 0px 10px;
	}
		
	.startseiten_teaser .image
	{
		float: left;
		width: 110px;
	}
	
	
/**
 *
 */
 	.mietwohnung
	{
		width: 478px;
	}
	
 	.mietwohnung .head3
	{
		margin: 0px 0px 10px 0px;
		
		font-size: 12px; 
		font-weight: bold;
	}
	
 	.mietwohnung .image
	{
		float: right;
		text-align: center;
	}
	
/**
 *
 */
  	.normal_content
	{
		width: 478px;
		
		margin-bottom: 1.5em;
	}
	
 	.normal_content .head3
	{
		margin: 15px 0px 10px 0px;
		
		font-size: 12px; 
		font-weight: bold;
	}
	
 	.normal_content .image_right
	{
		float: right;
		text-align: center;
		
		margin: 3px 0px 10px 10px;
	}
		
 	.normal_content .image_left
	{
		float: left;
		text-align: center;

		margin: 3px 10px 10px 0px;
	}
	
/**
 *	Bildergalerie
 */
 	.picture_gallery
	{
		width: 478px;
		
		margin-bottom: 10px;
	}
	
 	.picture_gallery a
	{
		text-decoration: none;
		cursor: pointer;
	}

	.picture_gallery .images
	{
		margin-top: 20px;
	}

	.picture_gallery .images .linespacer
	{
		height: 10px;
		clear: both;
	}

	.picture_gallery .images .linespacer hr
	{
		display: none;
	}

	.picture_gallery .images .image
	{
		float: left;
		width: 210px;
		margin-right: 29px;
		text-align: center;
	}
	
/**
 *
 */
 	.wohnungsbeispiel
	{
		width: 478px;
		margin: 10px 0px 10px 0px;
	}

	.wohnungsbeispiel .text
	{
		float: left;
		width: 298px;
	}
	
	.wohnungsbeispiel .price
	{
		float: left;
		width: 100px;
	}
		
	.wohnungsbeispiel .image
	{
		float: left;
		width: 80px;
	}
	
/**
 * Jubiläumsangebote
 */

	.offer_active
	{
		background-color: #DFE7EE;
		margin-bottom: 20px;
		padding-bottom: 10px;
	}
	
	.offer_active .headline
	{
		background-color: #7E9CB8;
		color: #FFFFFF;
		
		padding-left: 77px;
		
		font-size: 2em;
		font-weight: bold;
		
		margin-bottom: 10px;
		
		height: 1.2em;
		line-height: 1.3em;
	}
	
	.offer_active .leftside,
	.offer_active .content
	{
		width: 79px;
		float: left;
	}
	
	.offer_active .content
	{
		width:397px;
		float: left;
		margin-right: 10px;
	}
	
	.offer_active .leftside .offer_num
	{
		background-color: #FFFFFF;
		border: solid 1px #FF0000;
		
		margin:10px;
		margin-top: 0px;
		text-align: center;
		
		font-size: 0.8em;
		
		padding: 2px;
	}
	
	.offer_active .leftside .offer_num h1
	{
		font-size: 1.2em;
		line-height: 1.2em;
		color: #FF0000;
	}
	
	.offer_active .content h1
	{
		font-size: 1.5em;
	}
	
	.offer_active .content h2
	{
		font-size: 1.2em;
	}
	
	.offer_active .content .savings
	{
		float: right;
		background-color: #FFFFFF;
		border: solid 1px #000000;
		
		font-size: 0.8em;
		
		margin-left: 10px;
		line-height: 0.8em;
	}
	
	.offer_active .content .savings .saving_value
	{
		border-bottom: solid 1px #000000;
		text-align: right;
		padding: 2px;
		font-size: 1.5em;
		font-weight: bold;
		color: #FF0000;
		line-height: 1.5em;
		
		letter-spacing: 1px;
	}
	
	.offer_active .content .savings .saving_label
	{
		padding: 2px;
		font-weight: bold;
	}
	
	.offer_active .content .savings .start_price
	{
	}
	
	.offer_active .content .savings .start_price .saving_label
	{
		font-weight: bold;
		padding: 2px;
	}
	
	.offer_active .content .savings .total_saving
	{
		background-color: #FF0000;
		color: #FFFFFF;
		border: solid 1px #FFFFFF;
	}
	
	.offer_active .content .savings .total_saving .saving_value
	{
		color: #FFFFFF;
		border: none;
	}

	.offer_inactive
	{
		background-color: #F3F3F3;
		margin-bottom: 20px;
		padding-bottom: 10px;
		color: #8C8C8C;
	}
	
	.offer_inactive .headline
	{
		background-color: #CDCDCD;
		color: #FFFFFF;
		
		padding-left: 77px;
		
		font-size: 2em;
		font-weight: bold;
		
		margin-bottom: 10px;
		
		height: 1.2em;
		line-height: 1.3em;
	}
	
	.offer_inactive .headline .sold
	{
		color: #FF0000;
	}
	
	.offer_inactive .leftside,
	.offer_inactive .content
	{
		width: 79px;
		float: left;
	}
	
	.offer_inactive .content
	{
		width:397px;
		float: left;
		margin-right: 10px;
	}
	
	.offer_inactive .leftside .offer_num
	{
		background-color: #FFFFFF;
		border: solid 1px #BFBFBF;
		
		margin:10px;
		margin-top: 0px;
		text-align: center;
		
		font-size: 0.8em;
		
		padding: 2px;
	}
	
	.offer_inactive .leftside .offer_num h1
	{
		font-size: 1.2em;
		line-height: 1.2em;
		color: #BFBFBF;
	}
	
	.offer_inactive .content h1
	{
		font-size: 1.5em;
		color: #B3B3B3;
	}
	
	.offer_inactive .content h2
	{
		font-size: 1.2em;
		color: #BFBFBF;
	}
	
	.offer_inactive .content .savings
	{
		float: right;
		background-color: #FFFFFF;
		border: solid 1px #000000;
		
		font-size: 0.8em;
		
		margin-left: 10px;
		line-height: 0.8em;
	}
	
	.offer_inactive .content .savings .saving_value
	{
		border-bottom: solid 1px #000000;
		text-align: right;
		padding: 2px;
		font-size: 1.5em;
		font-weight: bold;
		color: #BFBFBF;
		line-height: 1.5em;
		
		letter-spacing: 1px;
	}
	
	.offer_inactive .content .savings .saving_label
	{
		padding: 2px;
		font-weight: bold;
	}
	
	.offer_inactive .content .savings .start_price
	{
	}
	
	.offer_inactive .content .savings .start_price .saving_label
	{
		font-weight: bold;
		padding: 2px;
	}
	
	.offer_inactive .content .savings .total_saving
	{
		background-color: #BFBFBF;
		color: #FFFFFF;
		border: solid 1px #FFFFFF;
	}
	
	.offer_inactive .content .savings .total_saving .saving_value
	{
		color: #FFFFFF;
		border: none;
	}
	
	#jubilee_offers_nav
	{
		background-color: #DFE7EE;
		padding: 10px;
		margin: -10px 0px 15px 0px;
	}
		
	#jubilee_offers_nav a
	{
		color: #990000;
	}
	
/**
 *	JAVA-Popup
 */
	#javaPopup
	{
		background-color: #ECECEC;
	}
 
 	#java_popup_header
	{
		background-color: #FF0000;
		font-size: 1.2em;
		
		padding: 5px;
		
		color: #FFFFFF;
	}
	
	#infoDiv
	{
		font-size: 0.8em;
		color: #CCCCCC;
		padding: 2px 5px 2px 5px;
		
		text-align: right;
	}
	
	#javaPopup_Navi
	{
		background-color: #ECECEC;
		padding: 5px;
	}
	
	#javaPopup_Navi a
	{
		border: solid 1px #ECECEC;
		float: left;
		width: 90px;
		text-align: center;
		
		padding: 5px;
		height: 30px;
	}
	
	#javaPopup_Navi .active
	{
		border: solid 1px #FF0000;
		background-color: #FFFFFF;
		font-weight: bold;
		color: #FF0000;
	}
	
	#javaPopup_Navi a:hover
	{
		border: solid 1px #FF0000;
		background-color: #FF0000;
		color: #FFFFFF;
		text-decoration: none;
	}
	
	#javaPopUp_Info
	{
		font-size: 0.8em;
		padding: 5px;
	}#rightColumn .container
{
	margin-bottom: 30px;
}

#rightColumn .container .headline,
#rightColumn .container h1
{
	display: block;

	background-image: url('imgs/layout/containerbox_headline.gif');
	background-repeat: no-repeat;
	background-position: 171px 0px;
	
	background-color: #CCD8E5;
	
	height: 21px;
	line-height: 21px;
	
	font-size:13px;
	font-weight:700;
	color: #003399;
	
	padding-left: 9px;
	
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#rightColumn .container .content,
#rightColumn .container p
{
	background-image: url('imgs/layout/containerbox_body.gif');
	background-repeat: no-repeat;
	background-position: 171px 0px;
	
	background-color: #FFFFFF;
	
	font-weight: 300;
	color: #555555;
	text-decoration: none;
	font-size: 12px;
	padding-left: 5px;
	padding-top: 18px;
	
	margin-top: 0px;
}

#rightColumn .container .content a
{
	color: #666666;
	text-decoration: none;
}

#rightColumn .container .content a:hover
{
	color: #666666;
	text-decoration: underline;
}#contact
{
	line-height: 18px;
	width: 470px;
}

#contact input
{
}

#contact label
{
	float: left;
	clear: both;
	
	width: 100px;
}

#contact .error
{
	color: #ff0000;
}

#contact .header
{
	font-weight: bold;
	font-size: 13px;
	
	margin-bottom: 10px;
}

#contact .contact_part
{
	margin-bottom: 10px;
	padding: 10px;

	border: 1px solid #999999;
	background-color: #f5f5f5;
}

#contact .contact_part div
{
	margin: 3px 0px 3px 0px;
}


#contact .contact_part .person input
{
	width: 200px;
}
#picturePopup
{
}

#picturePopup_img
{
	overflow: hidden;
	text-align: center;
}

#picturePopup_img img
{
	margin-bottom: -2px;
}

#picturePopup_controlBar
{
	width: 100%;
	height: 32px;

	overflow: hidden;

	font-size: 11px;
	text-align: center;
	
	color: #ffffff;	
	background-color: #ee3344;
}

#picturePopup_controlBar a
{
	color: #ffffff;	
	font-weight: bold;
}

#picturePopup_controlBar .prevLink,
#picturePopup_controlBar .nextLink
{
	font-weight: bold;
	margin-top: -20px;
}

#picturePopup_controlBar .prevLink
{
	float: left;
	margin-left: 10px;
}

#picturePopup_controlBar .nextLink
{
	float: right;
	margin-right: 10px;	
}

#picturePopup_controlBar .info
{
	margin-top: 3px;
	text-align: center;
}