body {
	background-color: #cccccc;
	text-align: center;
	background-image: url(images/bodybg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	background-attachment: fixed;
}
a {
	color: #CC6600;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
}
a:hover {
	color: #CC6600;
	text-decoration: underline;
}
#frame {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	display: block;
	height: 26px;
	width: 750px;
}
#nav {
	width: 750px;
	border-bottom: 6px solid #FF9900;
}
#nav a {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	background-image: url(images/nav.gif);
	width: 96px;
	display: block;
	background-repeat: no-repeat;
	float: left;
	line-height: 25px;
	margin-bottom: -1px;
	padding-top: 2px;
}
#nav a:hover {
	color: #FFFFFF;
}
#nav a.aktiv {
	background-image: url(images/navaktiv.gif);
	font-size: 11px;
	font-weight: bold;
}
#main_left {
	width: 250px;
	vertical-align: top;
	font-size: 12px;
	text-align: left;
	background-color: #FFFFFF;
	border-left: 1px solid #FF9900;
	background-image: url(images/main_left_bg.jpg);
	background-repeat: no-repeat;
}
#main_left h1 {
	font-size: 13px;
	margin-left: 10px;
	font-weight: bold;
	margin-top: 20px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CC6600;
	margin-right: 10px;
}
#main_left p {
	text-align: justify;
	margin-bottom: 15px;
	margin-left: 10px;
	margin-right: 25px;
	font-size: 12px;
	margin-top: -5px;
	padding-left: 5px;
}
#main_left ul li {
	margin-left: -20px;
	list-style-type: none;
}
#main_left ul li a {
	color: #CC6600;
	padding-left: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
	width: 150px;
	display: block;
	text-decoration: none;
	margin-top: 2px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #CC6600;
}
#main_left ul li a:hover {
	color: #FFFFFF;
	background-color: #FF9933;
	border-left-color: #666666;
}
#main_right {
	width: 500px;
	font-size: 14px;
	vertical-align: top;
	text-align: left;
	background-color: #FFFFFF;
	border-right: 1px solid #FF9900;
}
#main_right h1 {
	font-size: 16px;
	color: #CC6600;
	text-indent: 10px;
	margin-top: 10px;
	margin-bottom: -5px;
	text-align: left;
}
#main_right p {
	font-size: 14px;
	margin-right: 15px;
	text-align: justify;
	margin-bottom: 20px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CC6600;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
#main_right img {
	margin: 5px;
	float: left;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #CC6600;
	border-bottom-color: #CC6600;
	border-left-color: #999999;
}
#main_right img.soloimg {
	float: none;
	text-align: center;
	border-style: none;
}
#main_right ul li {
	margin-top: 3px;
	list-style-image: url(images/listitem.gif);
	margin-right: 20px;
}
#main_right ul.solo {
	margin-bottom: -25px;
}
#footer {
	font-size: 12px;
	color: #666666;
	text-align: center;
	border-top: 6px solid #FF9900;
	padding-top: 5px;
}

