* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #ffffff;
	background-image: url('../images/body-rep.gif');
	background-repeat: repeat-x;
	font-family: verdana;
	font-size: 9pt;
	color: #690c1e;
}

strong {
	color: #690c1e;
	font-size: 12px;
	font-family: verdana;
}
	

#main {
 	margin-left: auto;
	margin-right: auto;
	width: 990px;
}

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

#main #mainmenu {
	line-height: 26px;
	height: 26px;
	padding-left: 3px;
	font-size: 8pt;
}

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

#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;
}

#main #content h1,
#main #content h2,
#main #content h3,
#main #content h4,
#main #content h5,
#main #content h6 {
	background-image: url('../images/h1-rep.gif');
	margin-top: 22px;
	font-size: 10pt;
	line-height: 19px;
	color: #ffffff;
	border-left: 10px solid #ffffff;
	border-right: 10px solid #ffffff;
	padding-left: 2px;
}

#main #content p {
	width: 800px;
	line-height: 25px;
	margin: 10px;
}

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

#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: #cd545b;
	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;
}