@media all {
/* Formatierung der Seite */
body {
	padding: 10px;
	background: #FFFFFF;
}
/* Hier kann ein umlaufender Rand um die gesamte Webseite erzeugt werden */
#page{
	border: 0px transparent none;
	background: #FFFFFF;
}
#page_margins {
	border: 0px transparent none;
	width: 870px;
	margin: auto;
}
/* Formatierung der Kopfbereiches */
#header {
	color: #331702;
	background-color: transparent;
	background-image: none;
	position: relative;
	height: 71px;
}
#header img {
	position: absolute;
	top: 0px;
	left: 0px;
}
#topnav {
	color: #331702;
	background: transparent;
	text-align: right;
	position: relative;
	top: 10px;
	right: 10px;
}
/* Himtergrundgrafik für linke Spalte - Grafikbreite 250 Pixel */
#main {
	background-color: transparent;
	background-image: none;
}
/* Formatierung der Fußzeile */
#footer {
	margin: 0;
	padding: 0;
	border-bottom: 0px transparent none;
	border-top: 1px #331702 solid;
	width: 860px;
	color: transparent;
	background-color: #FFFFFF;
}
/* linke Spalte */
#col1 {
	display: none;
}
/* Rechte Spalte */
#col2 {
	display: none;
}
/* Mittlere Spalte */
#col3 {
	/*margin-left: 50px;
	margin-right: 50px;*/
	margin:0;
	margin-top: 30px;
	width: 860px;
	border-left: 0px none transparent;
	border-right: 0px none transparent;
	min-height: 420px;
}
#col3_content {
	margin: 0;
}
/* Subcolumns */
.subcolumns {
	margin-bottom:4px;
}
/* ######################################################################################################
** ### Hauptnavigation: "Sliding Doors" von A List Apart ################################################
** ######################################################################################################
*/
#nav {
	border-top: 1px solid #331702;
	padding: 0;
	margin: 0;
	/*margin-left: 50px;*/
	margin-top: 5px;
	width: 860px;
	height: 50px;
}
#nav_main {
	width: 860px;
	float: left;
	margin: 0px;
	padding: 0;
	color: #FFFFFF;
	background-color: transparent;
	background-image: none;
	position: relative;
}
#nav_main ul {
	margin: 0;
	padding: 0;
	width: 860px;
	border-bottom: 1px solid #331702;
	white-space: nowrap;
	list-style: none;
	position: absolute;
	height: 25px;
	left: 0px;
	top: 0px;
}
#nav_main ul li ul {
	top: 25px;
}
#nav_main ul li {
	float: left;
	padding: 0;
	margin: 0;
	border-top: 0px none transparent;
	border-bottom: 0px none transparent;
	background-color: transparent;
	background-image: none;
	line-height: 25px;
}
#nav_main ul li ul li {
	margin-top: 1px;
}
#nav_main a {
	float: left;
	padding: 0;
	border-top: 0px none transparent;
	display: block;
	background-color: transparent;
	background-image: none;
	color: #331702;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#nav_main a {
	float: none;
}
/* End IE5-Mac hack */
#nav_main a:hover {
	color: #000000;
	background-color: transparent;
	background-image: none;
}
#nav_main #current {
	border-bottom: 0px none transparent;
	padding: 0;
	background-color: transparent;
	background-image: none;
}
#nav_main #current a {
	padding: 0;
	color: #000000;
	background-color: transparent;
	background-image: none;
	font-weight: normal;
}
/* Footer, prev, next, up */
#footer a:hover {background-color: transparent; }
div.pfeil-links{
	float:right;
	margin-top:8px;
}
div.pfeil-rechts{
	float:right;
	margin-top:8px;
	margin-left:8px;
}
div.pfeil-up{
	float:left;
	margin-top:8px;
}
}

