/* Global geltende Farben und Schriften */

body, td, div, p {
	font-family: Arial;
	font-size: 12px;
}
/* Formatierung der Links */
a {
	color: #696036;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

img { border: none; }


body {
	background-color: #fff;
	color: #000;
}

/* Angaben fÃƒÂ¼r die Seite */
#maincontainer {
	/*background-color: #4C362D; */
}

/* Kopfbereich */
#header {
	background-color: #fff;
}

/* Inhaltsbereich */
#content {
	/*background-color: #4C362D; */
}

/* Navigationsbalken */
#navigationBox {
	/*background-color: #e3e2e2; */
	background: url(/img/background.png) no-repeat #e3e2e2;
}
/* Inhaltstext */
#contentText {
	background-color: transparent;
}

h1 {
	font-size:19px;
	color: #000;
}

.fd-alt {background: #e7e7e7;}
.fd-directory td {background: #fff;border-bottom: 1px solid #89898B;line-height: 25px;}
.fd-file td {border-bottom: 1px solid #89898B;line-height: 20px;}

















