* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #f3e6d3;
	font-family: verdana;
	font-size: 9pt;
	color: #690c1e;
}

strong, span {
	color: #545454;
	font-size: 12px;
	font-family: verdana;
	font-weight: bold;
}
	
a, a:link, a:visited, a:active, a:hover {
	color: #690c1e;
	font-weight: bold;
	text-decoration: underline;
}

#main {
 	margin-left: auto;
	margin-right: auto;
	width: 985px;
	text-al
}

#main #header {
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
	height: 130px;
	width: 984px;
}

.menu_link {
	border: 0px solid black; position: absolute;
}

.menu_link a {
	display: block;
}

.menu_link a span {
	display: none;
}

#home_link {
	margin-left: 5px; margin-top: 107px; border: 0px solid #000000;
}

#home_link a {
	height: 13px; width: 45px;
}

#main #mainmenu {
	line-height: 26px;
	height: 26px;
	padding-left: 0px;
	font-size: 8pt;
	text-align: center;
}

#main #mainmenu a {
	display: block;
	width: 195px;
	background-image: url('../images/main.gif');
	float: left;
	text-align: center;
	color: #690c1e;
	text-decoration: none;
	margin-right: 0px;
	font-weight: normal;
}

#main #mainmenu a:hover,
#main #mainmenu a.akt {
	background-image: url('../images/main-hover.gif');
	color: #ffffff;
}


#main #left {
	vertical-align: top;
	width: 180px;
	text-align: center;
}

#main #left .top {
	background-image: url('../images/h1-rep.gif');
	margin-top: 22px;
	margin-bottom: 10px;
	border-left: 5px solid #ffffff;
	line-height: 19px;
}

#main #content {
	vertical-align: top;
	padding-right: 5px;
	padding-left: 5px;
}

#main #content h1,
#main #content h2,
#main #content h3,
#main #content h4,
#main #content h5,
#main #content h6 {
	margin-top: 22px;
	font-size: 10pt;
	line-height: 19px;
	color: #690c1e;
	border-bottom: 1px solid #690c1e;
	padding-left: 2px;
}

#main #content p {
	width: 580px;
	line-height: 25px;
	padding-left: 0px;
	padding-right: 0px;
	color: #545454;
	padding-top: 20px;
}

#main #content p i {
	color: #690c1e;
}



#main #content a {
	font-weight: bold;
	text-decoration: underline;
	color: #690c1e;
}

#main #right {
	vertical-align: top;
	width: 180px
}

#main #right a:hover {
	font-weight: bold;
}

#main #right .top {
	background-image: url('../images/h1-rep.gif');
	margin-top: 22px;
	border-right: 5px solid #ffffff;
	line-height: 19px;
}

#main #right .startmenu {
	list-style-type: none;
}

#main #right .startmenu li {
	margin: 3px 5px 3px 0;
	background-color: #df617e;
	background-image: url('../images/punkt-rot.gif');
	background-repeat: no-repeat;
	background-position: 3px center;
	padding: 2px 2px 2px 13px;
}

#main #right .startmenu a {
	color: #ffffff;
	text-decoration: none;
}

#main #right .top_sub {
	background-image: url('../images/beige-rep.gif');
	margin-top: 22px;
	border-right: 5px solid #ffffff;
	line-height: 19px;
}

#main #right .menu {
	list-style-type: none;
}

#main #right .menu li {
	margin: 3px 5px 3px 0;
	background-color: #f3e6d3;
	background-image: url('../images/punkt-beige.gif');
	background-repeat: no-repeat;
	background-position: 3px center;
	padding: 2px 2px 2px 13px;
}

#main #right .menu a {
	color: #690c1e;
	text-decoration: none;
}

#footer {
	background-image: url('../images/footer-rep.gif');
	height: 57px;
}
