/*--Seitenschriftart----------------------------------------------------------*/
html {
	font-family: Helvetica, Trebuchet MS, Arial;
	}
/*--Schriftgrößen-------------------------------------------------------------*/
#navi {
	font-size: 1.2em;                              /*-Schriftgröße Navigation-*/
	}
	
#content {
	font-size: 1.2em;							      /*-Schriftgröße Content-*/
	}
	
#quicklinks {
	font-size: 1.1em;							   /*-Schriftgröße Quick-*/
	}

/*--Farben und Hintergrundbilder----------------------------------------------*/
body {
	color: #000000;
	background-color: #FFF;
	background: url(/fileadmin/sites/mietfoersterei/bilder/layout/bodybackground.gif) repeat-x;
	}

#main {
  background-color:transparent; 
	margin-top:0px;
	height:431px;
  }

#links {
  background-color:transparent;
  height:431px;
	}

/*--Überschriften-------------------------------------------------------------*/
h1 {
	font-size: 1.4em;
	color: #5f311a;
	}

.csc-subheader {
	color: #ad592f;
	font-size: 1.2em;
	border-bottom: 1px solid #000000;
	padding-bottom: 4px;
	}

/*--Navigation----------------------------------------------------------------*/
#navi{
  margin-left:15px;
}

#navi li {
	padding: 0px 0px 8px 0px;
	}

#navi a {
	color: #5f311a;
	font-size: 1.2em;
	}

#navi a:hover {
	color: #ad592f;	             /*-Hintergrundfarbe beim Hover-*/
	}

#navi .aktiv {
	color: #ad592f;		                  /*-Farbe für Aktiven Link-*/
	}

/*--Subnavi-------------------------------------------------------------------*/
#navi2{
  margin-left: 20px;
}

#navi2 li a {
	font-size: 1em;
	padding: 0px;
	}

/*--Quicklink-Navigation------------------------------------------------------*/
#quicklinks a {
	color: #425469;
	}
		
#quicklinks a:hover {
	color: #ad592f;
	}
	
#quicklinks {
	float: right;
	margin-top: 5px;
	}
	
#quicklinks li {
	display: inline;
	padding-left: 15px;
	}
	
/*--Erweiterte Anpassungen----------------------------------------------------*/

#head{
  margin-top:0px;
  margin-left:-6px;       /*-Böse spart aber CSS-Code-*/
  height:186px;
  width:977px;
  background-color:#000;
  background: url(/fileadmin/sites/mietfoersterei/bilder/layout/topbackground.gif) repeat-y;
  }

#footer{
  float:right;
  }

#footer li a{
  color:#5f311a;
  }
  
#content{
  height:431px;
  }

/*#content table td{
  border:1px solid black;
  }  
*/
#content a{
  color:#000000;
  text-decoration:underline;
  }

#content ul{
  list-style-type: disc;
  padding-left: 25px;
  }
  
#pic{
  height:431px;
  }

#placer{
background: url(/fileadmin/sites/mietfoersterei/bilder/layout/corner.gif) repeat-y;
  position:absolute;
  margin-left:-6px;
  margin-top:-6px;
  height:6px;
  width:977px;
  }

#media{
  margin-left:6px;
  width:965px;
  }
  
table {
  border: none;
  border-collapse: collapse;
}
  
table.contenttable th {
  font-size: 0.8em; 
  text-align: left; 
  border: 1px solid #353535; 
  background-color: #FBF6DE; 
  font-weight: normal;
}

table.contenttable td {
  border: 1px solid #353535;
    }
