/**************Formatierung der Seite allgemein******
*****************************************************/
html, body{
	margin: 0;
	padding: 0;
	background-image: url(hintergrund.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%; 
	text-align: center;
}

/* Formatierung fuer alle Bilder*
*********************************/
img{
border: none;
}

/**************Formatierung der Bereiche**************
*****************************************************/
#header {
	overflow: hidden;
	border-bottom: 5px solid #E5E5E5;
	text-align: center;
	width: 640px;
	margin: auto;	
}

#logoarea{
	width: 121px;
	height: 80px;
	float: right;
	margin: 2px;
}

#content{
	width: 640px;
	height: auto;
	margin: auto;
	text-align: left;
	padding: 10px 0 10px 0;
	border-bottom: 5px solid #E5E5E5;
	/*background: #ffffff;  oder background: url(back.jpg) repeat-y;*/
}

#nav-links{
	width: 640px;
	margin: auto;
    padding:1px;
	text-align: center;
	border-bottom: 5px solid #E5E5E5;
}

#footer{
	width: 640px;
	border-bottom: 5px solid #E5E5E5;
	margin: auto;
	color: #cccccc;
	background-color: #FFFFCC;
	text-align: center;
}

/* Formatierung fuer die Ueberschriften allgemein*
**************************************************/

/* SiteName für die Formatierung des Untertitels im head 
************************************************************/
#siteNameSmall{
	padding: 0px 0px 10px 10px;
	color: #666666;
}

/* pageName für die Formatierung des jeweiligen Seitennamens*
*************************************************************/
#pageName{
	padding-bottom: 10px;
	padding-left: 10px;
}

/* Formatierung der einzelnen Ueberschriften*
********************************************/
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	color: #993300;
}

h1{
	font-size: 140%;
	padding: 10px 0px 10px 10px;
}

h2{
	font-size: 140%;
	color: #993300;
}

h3{
	font-size: 100%;
}

h4{
	font-size: 100%;
}

h5{
	font-size: 90%;
}

h6{
	font-size: 90%;
	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 {
	color : #003366;
	text-align : left;
	background-color : #CCCCCC;
}

tfoot {
} 

.table {
	width: 640px;
	height: 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;
}

/*********** #nav-links styles ************
*******************************************/
#nav-links ul{
	/*background: #ffffff;  oder background: url(back.jpg) repeat-y;*/
	margin: 5px;
	padding: 5px;
	list-style: none;
	white-space: nowrap;
}

#nav-links li{
	display: inline;
}

#nav-links a{
	background: #E5E5E5;
	padding: 2px 15px;
	border: 1px solid #CCCCCC;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	text-decoration:none;
}

#nav-links a:hover{
	color: #CCCCCC; 
	background: #993300;
}
.actlnk{
	background: #993300;
	padding: 2px 15px;
	border: 1px solid #CCCCCC;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	color: #CCCCCC;
	display:inline;
	text-decoration: none;
}

/* 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{
	margin:5px;
	padding: 0px 10px;
	font-weight: bold;
	text-decoration: none;
	background-color:#CCCCCC;
}

#navigation-we a:hover,
#navigation-we a:focus,
#navigation-we a:active{
	color: #FFE773;
	background: #0B4D73;
	text-decoration:none;
}

