html, body {
	width: 100%;
	margin: 0;
	background: white url('../images/background.gif') repeat-x;
	background-position: left top;
}
tr, td, div, span {
	font: 12px verdana, sans-serif;
	color: black;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none;
}
form {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}

a:link, a:visited {
	color: black;
	text-decoration: underline;
}
a:hover, a:active {
	color: #cb2c17;
	text-decoration: none;
}
a.footer:link, a.footer:visited {
	color: #888;
	text-decoration: underline;
}
a.footer:hover, a.footer:active {
	color: #cb2c17;
	text-decoration: none;
}
a.submenu:link, a.submenu:visited {
	color: #555;
	text-decoration: none;
}
a.submenu:hover, a.submenu:active {
	color: #cb2c17;
	font-weight: bold;
}


#layout1 {
	width: 800px;
	margin: 0 auto;
}
#layout2 {
	width: 100%;
}
#banner {
	width: 100%;
	height: 170px;
	background: url('../images/banner.jpg') no-repeat;
}
#content {
	float: right;
	width: 596px;
	padding: 2px;
	padding-top: 10px;
}
#footer {
	padding: 15px 0px;
	width: 100%;
	color: #888;
	line-height: 18px;
	text-align: center;
}

#menu {
	width: 100%;
	height: 30px;
	background: url('../images/menu.jpg') no-repeat;
}
#menu ul {
	margin: 0px auto;
	padding: 0px;
}
#menu li {
	display: inline;
	list-style: none;
	padding: 0px;
	margin: 0px;
	float: left;
}
#menu li a {
	margin-right: 5px;
	height: 30px;
	line-height: 30px;
	padding: 8px 15px;
	background: url('../images/menu_btn_bg.gif') repeat-x;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
#menu li a:hover {
	color: #cb2c17;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#menu li a.aktiv, #menu li a.aktiv:hover {
	color: #cb2c17;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

#submenu {
	width: 196px;
	float: left;
	padding: 2px;
	padding-top: 10px;
}
#submenu ul {
	margin: 0px;
	padding: 0px;
}
#submenu ul li {
	margin: 0px;
	padding: 0px;
	line-height: 30px;
	border-bottom: 1px dotted #ccc;
}
#submenu ul li a {
	color: #555;
	text-decoration: none;
}
#submenu ul li a:hover {
	color: #cb2c17;
	font-weight: bold;
}
#submenu ul li a.aktiv, #submenu ul li a:hover.aktiv {
	color: #cb2c17;
	font-weight: bold;
}

div.content {
	padding: 1px;
	background: white url('../images/footer_bg.gif') repeat-x;
	background-position: left bottom;
	border: 1px solid #aaa;
}
div.contentlayout {
	padding: 5px;
	line-height: 22px;
}
div.title {
	height: 30px;
	line-height: 30px;
	padding-left: 5px;
	color: white;
	font-weight: bold;
	background: url('../images/title_bg.gif') repeat-x;
	background-position: left top;
}
span.submenulink {
	width: 100%;
	height: 30px;
	display: block;
	line-height: 30px;
	border-bottom: 1px dotted #ccc;
}
p.clear {
	clear: both;
	text-align: right;
}