/***********************************************/
/* HTML tag styles                             */
/*	immobilennmärkte unter de m Einfluss demografischen Wandel */
/***********************************************/ 

body
	{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #333333;
	font-size: 85%;
	line-height: 1.166em;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-y;
	}

html>body
	{
	/* IE7, FF NS und OP nehmen diese Größe */
	font-size:90%;
	font-weight:100;
	}	

#FloatingRows
	{
	width:100%;
	height:100%;
	background-image: url(../pics/hgrundmenu.gif);
	background-repeat: repeat-y;
	}

#LeftCol
	{
	width: 185px;
	background-repeat: repeat-y;
	float: left;
	}

#LeftCol img{
 display: block;
 border:none;
}

#RightCol
	{
	float: none;
	width: auto;
	margin-left: 186px;
	}

a:link, a:visited, a:hover {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #006699;
}
/* overrides decoration from previous rule for hovered links */


h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{font-size: 120%; color: #334d55;}

h2{font-size: 115%; color: #003399;}

h3{font-size: 100%; color: #000066;}

h4{font-size: 100%; font-weight: normal; color: #333333;}

h5{font-size: 90%;color:#000099;}

h6 {font-size: 70%;color: #006600;}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	background-image: url(../pics/hgrundbanner.gif);
	background-repeat: repeat;
	height: 77px;
	background-attachment: fixed;
	margin: 0 0 0 0;
}

* html #masthead
{
   float:left;
}

masthead img{
	display: block;
	margin: auto 0 auto 0;
	padding: 0;
}
#navBar{
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

.siteName{
	text-align: right;
	margin: auto 0 auto 0;
	font-size: 1.4em;
	padding: 0 30px 0 0;
	color: #643627;
}

/*************** #pageName styles **************/

.pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
	color: #00FF33;
	padding: 0px 0px 0px 0px;
	background-color: #B97400;
	clear: both;
	height: 15px;
	width: 100%;
	top: 101px;
	margin: 0 0 0 188px;
	float: right;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

.breadCrumb{
	font-size: 85%;
	padding: 0px 0px 10px 10px;
	}

.breadCrumb a
	{
	color:#0000FF;
	}

.breadCrumb a:visited
	{
	color:#0000FF;
	}


/************** .story styles *****************/

.story{
	padding: 10px 0px 0px 10px;
	font-size: 100%;
}
.story p{
	padding: 0px 0px 0px 0px;
	color: #000080;
	text-align:left;
	}



/************* #siteInfo styles ***************/

#siteInfo{
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #666666;
	padding: 5px 5px 5px 5px;
	height: 100%;
	margin: 10px 0 0 0;
	clear: both;
}

/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


#saw_nav
{
	padding: 50px 0 100px 10px;
	float: left;
	margin: 1px 0 1px  0;
}
#saw_nav a
	{
	display: block;
	background-image: url("../pics/m_gojbutton_l.gif");
	background-repeat: no-repeat;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 3px;
	padding-left:10px;
	margin-top: -1px;
	text-decoration: none;
	text-align: left;
	width:160px;
	height:25px;
	}

#saw_nav a:hover
	{
	display: block;
	background-image: url("../pics/m_gojbutton_h.gif");
	}



/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

.tabelle_100
	{
	width: 95%;
	empty-cells:show;
	table-layout: auto;
	padding:0;
	}

.tabelle_100_border
	{
	width: 95%;
	empty-cells:show;
	table-layout: auto;
	padding:0;
	border:ridge thin;
	}


.tabelle_100_border td {
	border:ridge thin;
	color: #000088;
	border-color:#999999;
	}

td
	{
	text-align:left;
	}
	
.td_titel
	{
	background-color:	#c0c0c0;
	padding:2px 2px 2px 2px;
	}
.td_titel_zentriert
	{
	background-color:	#c0c0c0;
	text-align:center;
	padding:2px 2px 2px 2px;	
	}

.td_titel_kleintext
	{
	background-color:	#c0c0c0;
	font-size:0.65em;
	padding:2px 2px 2px 2px;	
	}
.td_titel_zentriert_kleintext
	{
	background-color:	#c0c0c0;
	text-align:center;
	font-size:0.65em;
	padding:2px 2px 2px 2px;	
	}

.td_kleintext
	{
	font-size:0.65em;
	padding:2px 2px 2px 2px;	
	}
	
.td_zentriert_kleintext
	{
	text-align:center;
	font-size:0.65em;
	padding:2px 2px 2px 2px;	
	}

th {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	}

img
	{
	border:none;
	}
	
.img_right
	{
	float:right;
	}

.img_left
	{
	float:left;
	}

.meyer
	{
	font-size:0.8em;
	}
.zentriert
	{
	text-align:center;
	margin: 0 auto 0 auto;
	}
.rechts 
	{
	text-align:right;
	}
.links
	{
	text-align:left;
	}

.redline
	{
	padding: 10px 10px 20px 10px;
	}

.redline img
	{
	padding: 0;
	margin:0;
	}

