/**************Formatierung der Seite allgemein******
*****************************************************/
html, body{
	margin: 0;
	padding: 0;
	background-image:url(back.jpg);
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color:#693600;
	font-size: 90%; 
}

/* formatierung fuer alle Bilder*
*********************************/
img{
	border: none;
}

/**************Formatierung der Bereiche**************
*****************************************************/
#header{
	width: 790px;
	overflow: hidden;
	background-image: url(back_top.jpg);
	background-repeat: repeat-y;
	border-bottom: 5px solid #693600;	
	border-right: 1px solid #693600;
}

#logoarea{
	width: 110px;
	height: 100px;
	float: right;
	background-image:url(../style/bobcat.jpg);
	background-repeat:no-repeat;
}
#sprache{
	width:25px;
	height:14px;
	float:right;
	margin:2px;
}
#main{
	width: 790px;
	border-bottom: 5px solid #693600;
	border-right: 1px solid #693600;	
	background-image: url(back_left.jpg);
	background-repeat: repeat-y;
	background-color: #A15B54;
}

#navigation{
	width: 140px;
	float: left;
	margin: 0;
	padding: 15px 0 0 0;
	background-image: url(back_left.jpg);
	background-repeat: repeat-y;
}

#content{
	margin: 0 0 0 140px;
	padding: 10px;
	background: #FFFFFF;
}

#footer{
	width: 789px;
	margin-top: 0px;
	padding: 5px 0px;
	clear: both;
	border: 1px solid #693600;
	color: #cccccc;
	background-color: #FFF5CF;
	text-align: center;
}

/* Formatierung fuer die Ueberschriften allgemein*
**************************************************/

/* SiteName für die Formatierung des Untertitels im head 
************************************************************/
#siteNameSmall{
	padding: 0px 0px 10px 20px;
	color: #693600;
}

/* pageName für die Formatierung des jeweiligen Seitennamens*
*************************************************************/
#pageName{
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top:25px;
}

/* Formatierung der einzelnen Ueberschriften*
********************************************/
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	color: #693600;
}

h1{
	font-size: 160%;
	padding: 10px 0px 10px 40px;
	color: #4F2A00;
}

h2{
	font-size: 140%;
	color: #693600;
}

h3{
	font-size: 120%;
}

h4{
	font-size: 100%;
	color: #693600;
}

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;
	/*color : #003366;
	text-align : left;
	background-color : #E5E5E5;*/
} 

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 #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 #693600;
	font-size: 90%;
}

#nav-links a:link{
	border-top: 1px solid #693600;
	padding: 7px 0px 7px 10px;
	width: auto;
	FONT: bold 8pt verdana, arial, sans-serif;
	color:#FFFCEC;
	TEXT-DECORATION: none;
}

#nav-links a:visited{
	border-top: 1px solid #693600;
	padding: 7px 0px 7px 10px;
	width: auto;
	FONT: bold 8pt verdana, arial, sans-serif;
	color:#FFFCEC;
	TEXT-DECORATION: none;
}

#nav-links a:hover{
	border-top: 1px solid #693600;
	padding: 7px 0px 7px 10px;
	width: auto;
	FONT: 8pt verdana, arial, sans-serif; 
	color:#FFFCEC;
	font-weight: bold; 
	TEXT-DECORATION: none;
	/*background-image: url(button-hover.jpg);*/
	background-color: #693600;
}
.actlnk{
	border-top: 1px solid #693600;
	padding: 7px 0px 7px 10px;
	width: auto;
	FONT: 8pt verdana, arial, sans-serif; 
	color:#FFFCEC;
	font-weight: bold; 
	TEXT-DECORATION: none;
	background-color: #693600;
	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:#E5A88B;
}

#navigation-we a:hover{
	color: #FFFFFF;
	background: #693600;
	text-decoration:none;
}