/* © 2004 by net-solution GmbH */
/* Mail: info@net-solution.net */

/* global styles */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-size: 13px;
	font-style: bold;
	font-stretch: expanded;
	padding-bottom: 5px;
	border-bottom: 1px solid;
}

h2 {
	font-size: 11px;
	font-style: normal;
}

a {
	font-size: 11px;
	font-style: bold;
	font-stretch: expanded;
	text-decoration: none;
	color: #8B151D;
}

img {
	text-align: left;
}

a:hover {
	font-size: 11px;
	font-style: bold;
	font-stretch: expanded;
	text-decoration: underline;
	color: #DA0013;
}

/* div styles */

#container {
}

#navigation {
	display: none;
}

#content_main {
	float: left;
}

#content {
	float: left;
	width: 100%;
	padding-bottom: 5px;
	border-bottom: 1px solid;
}

#footer {
	display: none;
	font-size: 11px;
	float: left;
	width: 792px;
	background-color: #B5A37D;
}

#zitate {
	display: none;
	float: right;
	height: 358px;
	background-color: #B5A37D;
}
#copyright {
	display: none;
}

#footer_print {
	text-align: center;
	clear: both;
	padding-top: 5px;
}