/* Global geltende Farben und Schriften */

body, td, div, p {
	font-family: Arial;
	font-size: 12px;
}
/* Formatierung der Links */
a {
	color: #e72b20;
	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: #d2caa7; */
}
/* Inhaltstext */
#contentText {
	background-color: transparent;
}

h1 {
	font-size:19px;
}


















