body
{
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
}

#layer
{
	width: auto;
	height: auto;
}

#top
{
	width: 100%;
	height: 150px;
	border-bottom: 5px solid #ffe000;
	background-color: #000000;
	background-image: url(../images/top_bg.jpg);
	background-repeat: repeat-x;
	background-position: top left; 
}

#top-layer
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	height: 150px;
}

#logo
{
	width: 120px;
	height: auto;
	float:left;
	padding-top: 20px;
}

#menu
{
	width: 780px;
	height: auto;
	text-align: right;
	float: right;
}

#menu ul
{
	padding:0;
	margin:0;
	text-align: right;
	padding-top: 105px;
}

#menu li
{
	float: right;
	list-style-type: none;
	margin-left: 5px;
}

#menu a
{
	width: 139px;
	height: 30px;
	padding-top: 15px;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	display: block;
	text-decoration: none;
	text-align: center;
	background-color: #000000;
	background-image: url(../images/menu_reiter.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#menu li.navi-active a
{
	width: 139px;
	height: 30px;
	padding-top: 15px;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	display: block;
	text-decoration: none;
	text-align: center;
	background-color: #000000;
	background-image: url(../images/menu_active.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#menu a:hover
{
	background-image: url(../images/menu_active.jpg);
	font-weight: bold;
}

#middle
{
	clear: both;
	width: 100%;
	height: 300px;
	background-color: #FFE000;
	background-image: url(../images/middle_bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

#middle-layer
{
	width: 900px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#middle-left
{
	width: 486px;
	height: 300px;
	float: left;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}

#clickpath
{
	color: #ffffff;
	font-size: 12px;
	width: 477px;
	height: 30px;
	border-top: 1px solid #ffffff;
	background-image: url(../images/clickpath_bg.png);
	background-position: top left;
	z-index: 100;
	position: absolute;
	top: 411px;
	padding-top: 15px;
	padding-left: 10px;	
}

.path-normal, a.path-normal
{
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

.path-normal:hover, a.path-normal:hover, .path-active, a.path-active, .path-active:hover, a.path-active:hover
{
	font-size: 12px;
	color: #ffffff;
	text-decoration: underline;
}
	
#middle-right
{
	width: 411px;
	heihgt: auto;
	min-height: 300px;
	float: right;
	border-right: 1px solid #ffffff;
}

#message
{
	width: 327px;
	height: 188px;
	padding-left: 84px;
	padding-top: 67px;
	background-image: url(../images/message_bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	border-bottom: 1px solid #ffffff;	
}

#message-images
{
	width: 324px;
	height: auto;
	position: relative;
	background: url(../images/loading.gif) no-repeat 50% 50%;
}

#message-images img
{
	position: absolute;
	top: 0px;
	left: 0px;
	display:none;
}

#message-images a
{
	display: block;
}

#social
{
	text-align: right;
}

#immobilien
{
	margin-left: 43px;
}

#immobilien-content
{
	width: 350px;
	height: 270px;
	margin-top: 15px;
	margin-left: -14px;
	background-image: url(../images/immobilien_bg.png);
	background-repeat: no-repeat;
	background-position: top left;
	/*z-index: 120px;
	position:absolute;*/
}

#center
{
	clear: both;
	width: 100%;
	height: auto;
	min-height: 310px;
	background-color: #ffffff;
	background-image: url(../images/center_bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	border-top: 1px solid #d9d9d9;
}

#center-layer
{
	width: 900px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

#center-left
{
	width: 487px;
	height: auto;
	/*border-right: 1px solid #d9d9d9;*/
	float: left;
}

#center-right
{
	width: 411px;
	height: auto;
	float: right;
}

#latest
{
	margin-left: 43px;
	width: 322px;
	margin-bottom: 40px;
}

#latest ul
{
	margin: 0;
	padding: 0;
}

ul.news-latest-container
{
	margin: 0;
	padding: 0;
}

ul.news-latest-container li
{
	list-style-type: none;
}

ul.news-latest-container li a
{
	margin-left: -3px;
	width: 322px;
	height: 20px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	display:block;
	text-indent: 20px;
	padding-top: 5px;
	background-image: url(../images/latest.gif);
}

ul.news-latest-container li a:hover
{
	background-color: #FFE000; 
	background-image: url(../images/latest_hover.gif);
}

.news-latest-gotoarchive
{
	background-color: #ffffff;
	width: 322px;
	height: 20px;
	font-size: 12px;
	padding-top: 5px;
	margin-left: -3px;
}

.news-latest-gotoarchive a
{
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

.news-latest-gotoarchive a:hover
{
	text-decoration: none;
}

#bauprojekte
{
	margin-left: 43px;
}

#media
{
	margin-left: 43px;
	margin-top: 40px;
}

.bauprojekte-content img
{
	padding: 10px;
	background-color: #eeeeee;	
}

.bauprojekte-beschreibung
{
	width: 292px;
	color: #ffffff;
	font-size: 12px;
	height: 42px;
	border-top: 1px solid #ffffff;
	background-image: url(../images/clickpath_bg.png);
	background-position: top left;
	z-index: 100;
	position: relative;
	top: -58px;
	padding-top: 5px;
	padding-left: 10px;
	margin-left: 10px;
	line-height: 1.5;	
}

#content
{
	width: 450px;
	height: auto;
	min-height: 240px;
	color: #666666;
	font-size: 14px;
	line-height: 1.5;
	text-align: justify;
}

h1
{
	color: #000000;
	font-family: "Arial Narrow";
	font-size: 26px;
	font-weight: normal;
}

h2
{
	color: #000000;
	font-family: "Arial Narrow";
	font-size: 20px;
	font-weight: normal;
}

h3
{
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

h4
{
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#footer
{
	clear: both;
	width: 100%;
	height: 25px;
	border-bottom: 5px solid #666666;
	margin-top: 40px;
}

.foot, a.foot
{
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

.foot:hover, a.foot:hover
{
	text-decoration: underline;
}

#footer-layer
{
	width: 900px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#footer-navi
{
	width: 487px;
	height: auto;
	float: left;
	font-size: 11px;
	color: #666666;
}

#copyright
{
	float: right;
	width: auto;
	height: auto;
	text-align: right;
	font-size: 11px;
	color: #666666;
}

#bottom
{
	clear:both;
	width: 100%;
	height: 100px;
	background-color: #000000;
	background-image: url(../images/bottom_bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}

#bottom-layer
{
	width: 900px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#footer-alpine
{
	width: 487px;
	height: auto;
	float: left;
	padding-top: 18px;
	padding-left: -5px;
}

.footer-table
{
	font-size: 12px;
	color: #ffffff;
	cellpadding: 0;
	cellspacing: 0;
}

.footer-table td
{
	line-height: 1.5;
	font-size: 12px;
}

.footer-left-col
{
	border-right: 1px dotted #ffffff;
	padding-right: 15px;
}

.footer-right-col
{
	padding-left: 15px;
}

#alpine-partner
{
	width: 411px;
	height: auto;
	float: right;
	text-align:right;
	padding-top: 18px;
}

.clearer
{
	clear: both;
}

/** News Styles **/

.news-list-item
{
	width: 443px;
	padding:0;
	margin:0;
	margin-left: 7px;
	margin-bottom: 20px;
}

.news-list-image
{
	float: left;
	width: 120px;
	height: auto;
}

.news-list-image img
{
	border: 1px solid #ffe000;
	padding: 2px;
	background-color: #fff190;
}

.news-list-body
{
	float: right;
	width: 300x;
	height: auto;
	padding-top: 5px;
} 

.news-list-title a
{
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.news-list-text
{
	width: 300px;
	font-size: 12px;
	line-height: 1.5;
	text-align: justify;
}

.news-list-clearer
{
	clear: both;
}

.news-single-subheader
{
	font-size: 14px;
	font-weight: bold;
}

.news-single-image img
{
	padding-bottom: 15px;
}

.news-single-text
{
	margin-top: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #d9d9d9;
}

.news-single-back
{
	margin-top: 15px;
}

#content a
{
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

#content a:hover
{
	text-decoration: none;
}

#immobilie0
{
	position: absolute;
	z-index: 100;
	display: none;
	margin-left: 24px;
	margin-top: 10px;
}

#immobilie1
{
	position: absolute;
	z-index: 101;
	display: none;
	margin-left: 24px;
	margin-top: 10px;
}

#immobilie2
{
	position: absolute;
	z-index: 102;
	display: none;
	margin-left: 24px;
	margin-top: 10px;
}

#immobilie3
{
	position: absolute;
	z-index: 103;
	display: none;
	margin-left: 24px;
	margin-top: 10px;
}

#immobilie4
{
	position: absolute;
	z-index: 104;
	display: none;
	margin-left: 24px;
	margin-top: 10px;
}

#immobilie5
{
	position: absolute;
	z-index: 105;
	display: none;
	margin-left: 24px;
	margin-top: 10px;
}

#immobilie6
{
	position: absolute;
	z-index: 106;
	display: none;
	margin-left: 24px;
	margin-top: 10px;
}

#immobilie7
{
	position: absolute;
	z-index: 107;
	display: none;
	margin-left: 24px;
	margin-top: 10px;
}

#immobilie8
{
	position: absolute;
	z-index: 108;
	display: none;
	margin-left: 24px;
	margin-top: 10px;
}

#immobilie9
{
	position: absolute;
	z-index: 108;
	display: none;
	margin-left: 24px;
	margin-top: 10px;
}

#immobilie10
{
	position: absolute;
	z-index: 108;
	display: none;
	margin-left: 24px;
	margin-top: 10px;
}

#immobilie11
{
	position: absolute;
	z-index: 108;
	display: none;
	margin-left: 24px;
	margin-top: 10px;
}

.immobilie-beschreibung
{
	font-size: 12px;
	color: #333333;
	float:left;
	width: 220px;
	font-weight: bold;
	padding-top: 10px;
}

.immobilie-beschreibung a
{
	color: #333333;
	text-decoration: none;
}

.immobilie-navigation
{
	font-size: 12px;
	color: #333333;
	float: right;
	width: auto;
	padding-top: 10px;
	text-align: left;
	margin-right: 30px;
}

.immobilien-detail-image
{
	padding: 0px 10px 10px 0px;
	float: left;
}

#content td
{
	font-size: 12px;
}

#globalerror
{
	color: red;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	display: none;
}

