/**************Formatierung der Seite allgemein******
*****************************************************/
html, body{
	margin: 0;
	padding: 0;
	background-image:url(hintergrund.jpg);
	background-repeat:repeat;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 12px; 
	text-align:center; 
}

/* formatierung fuer alle Bilder*
*********************************/
img{
	border: none;
}

/**************Formatierung der Bereiche**************
*****************************************************/
#header{
	width: 790px;
	overflow: hidden;
	border-bottom: 5px solid #293C88;	
	margin:auto;
}

#main{
	width: 790px;
	border-bottom: 5px solid #293C88;
		margin:auto;
		text-align:left;
}

#navigation{
	width: 140px;
	float: left;
	margin: 0;
	padding: 30px 0 0 0;
}

#content{
	margin: 0 0 0 140px;
	padding: 10px;
}

#footer{
	width: 790px;
	margin:auto;
	padding: 10px 0;
	clear: both;
	color: #cccccc;
	text-align: center;
}

/* Formatierung fuer die Ueberschriften allgemein*
**************************************************/

/* SiteName für die Formatierung des Untertitels im head 
************************************************************/
#siteNameSmall{
	padding: 0px 0px 10px 0px;
	color: #616161;
	font-size: 140%;
}

/* pageName für die Formatierung des jeweiligen Seitennamens*
*************************************************************/
#pageName{
	padding:10px 0 20px 0;
}

/* Formatierung der einzelnen Ueberschriften*
********************************************/
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

h1{
	font-size: 220%;
	padding: 10px 0px;
	color: #333333;
	font-style:italic;
}

h2{
	font-size: 140%;
	color: #1B295D;
}

h3{
	font-size: 110%;
	color: #1B295D;
}

h4{
	font-size: 120%;
	color: #1B295D;
}

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 {
} 

tbody {
} 


thead {
background-image:url(linie.gif);
background-repeat:no-repeat;
} 

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: #693600;
	text-decoration: underline;
}

a:hover {
	color: #693600;
	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 #DADEE7;}

/* 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;
}

#nav-links a:link{
	padding: 7px 0px 7px 10px;
	width: auto;
	FONT: bold 12px verdana, arial, sans-serif;
	color:#000000;
	TEXT-DECORATION: none;
	background-color: #FFB500;
	margin:4px 0;
}

#nav-links a:visited{
	padding: 7px 0px 7px 10px;
	width: auto;
	FONT: bold 12px verdana, arial, sans-serif;
	color:#000000;
	TEXT-DECORATION: none;
	background-color: #FFB500;
	margin:4px 0;
}

#nav-links a:hover{
	padding: 7px 0px 7px 10px;
	width: auto;
	FONT: bold 12px verdana, arial, sans-serif; 
	color:#FFFFFF;
	background-color: #293C88;
	margin:4px 0;
}
.actlnk{
	padding: 7px 0px 7px 10px;
	width: auto;
	FONT: bold 12px verdana, arial, sans-serif; 
	color:#FFFFFF;
	font-weight: bold; 
	background-color: #293C88;
	display:block;
	margin:4px 0;
}
/* 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: #FFCB4F;
	background: #293C88;
	text-decoration:none;
}
