/**************Formatierung der Seite allgemein******
*****************************************************/
html, body{
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px; 
	color: #006633;
	background-image: url(hintergrund.gif);
	background-repeat: repeat;
	text-align:center;
}

/* formatierung fuer alle Bilder*
*********************************/
img{
	border: none;
}

/**************Formatierung der Bereiche**************
*****************************************************/
#header{
	width: 790px;
	overflow:hidden;
	background-color: #6C7363;
	background-image:url(back-top.jpg);
	background-repeat:no-repeat;
	text-align:center;
	margin:auto;	

}

#main{
	width: 790px;
	border-bottom: 1px solid #3A422B;
	background-color: #6C7363;
	background-image:url(back-left.jpg);
	background-repeat:repeat;
	margin:auto;
	text-align:left;	
}

#navigation{
	width: 140px;
	float: left;
	margin: 0;
	padding: 30px 0 0 0;
	background-color: #5C7162;
	background-image:url(back-left-nav.jpg);
	background-repeat:repeat;	
}

#content{
	margin: 0 0 0 140px;
	padding: 10px 0;
	background: #FFAD5B;
}

#footer{
	width: 790px;
	margin:auto;
	padding: 10px 0;
	clear: both;
	color: #cccccc;
	background-color: #FFFFE2;
	text-align: center;
}

/* Formatierung fuer die Ueberschriften allgemein*
**************************************************/

/* SiteName für die Formatierung des Untertitels im head 
************************************************************/
#siteNameSmall{
	padding: 0px 0px 15px 0px;
	color: #333333;
}

/* pageName für die Formatierung des jeweiligen Seitennamens*
*************************************************************/
#pageName{
	padding:15px 0 10px 10px;
	color:#3A422B;
}

/* Formatierung der einzelnen Ueberschriften*
********************************************/
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	color: #006633;
}

h1{
	font-size: 20pt;
	padding: 10px 0px 10px 10px;
	color: #003333;
	font-style: italic;
}

h2{
	font-size: 16pt;
	text-align: center;
}

h3{
	font-size: 120%;
}

h4{
	color: #006633;
	font-size: 100%;
}

h5{
	font-size: 95%;
}

h6{
	font-size: 95%;
	font-weight: normal;
}

/* formatierung fuer Listen*
****************************/
ul{
	list-style-type: disc;
	text-indent: 0px;
	list-style-position: outside;
}

ul ul{
	list-style-type: disc;
}

ul ul ul{
	list-style-type: none;
}

/* Formatierung der Tabellen*
*****************************/
td {
} 

th {
	text-align: center;

} 

tbody {
} 


thead {
	color : #3A422B;
	text-align : left;
	background-color : #CBD0BD; 
} 

tfoot {
} 

.table {
	width: 620px;
	margin: auto;
}

.table-center {
	text-align : center;
}

.table-right {
	text-align : right;
}

/* Formatierung fuer Links allgemein *
**************************************/

a:link, a:visited {
	color: #003366;
	text-decoration: underline;
}

a:hover {
	color: #003366;
	text-decoration: none;
}

/*********** #navigation link styles ***********
************************************************/
#navigation ul a:link, #navigation ul a:visited {display: block;}
#navigation ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navigation li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navigation li {border-bottom: none;}

/*********** #nav-links styles ************
*******************************************/
#nav-links{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #FFFFFF;
	font-size: 90%;
}

#nav-links a:link{
	border-top: 1px solid #FFFFFF;
	padding: 7px 0px 7px 10px;
	width: auto;
	FONT: bold 9pt Georgia, "Times New Roman", Times, serif;
	TEXT-DECORATION: none;
	color:#FFFFFF;
}

#nav-links a:visited{
	border-top: 1px solid #FFFFFF;
	padding: 7px 0px 7px 10px;
	width: auto;
	FONT: bold 9pt Georgia, "Times New Roman", Times, serif;
	TEXT-DECORATION: none;
	color:#FFFFFF;
}

#nav-links a:hover{
	border-top: 1px solid #FFFFFF;
	padding: 7px 0px 7px 10px;
	width: auto;
	FONT: bold 9pt Georgia, "Times New Roman", Times, serif; 
	TEXT-DECORATION: none;
	background-color: #4D583A;
	color:#FFFFFF;
}
.actlnk{
	border-top: 1px solid #FFFFFF;
	padding: 7px 0px 7px 10px;
	width: auto;
	FONT: bold 9pt Georgia, "Times New Roman", Times, serif; 
	TEXT-DECORATION: none;
	background-color: #4D583A;
	color:#FFFFFF;
	display:block;
}
/* main-nav für die Navigation von weiteren Wohneinheiten *
***********************************************************/
#nav-we{
}

#navigation-we{
	list-style:none;
	margin: 0;
	padding: 0;
}

#navigation-we li{
	float: right;
}

#navigation-we a,
#navigation-we a:focus,
#navigation-we a:active{
	margin:5px;
	padding: 0px 10px;
	font-weight: bold;
	text-decoration: none;
	background-color:#CCCCCC;
}

#navigation-we a:hover{
	color: #FFE773;
	background: #0B4D73;
	text-decoration:none;
}

