body {
	background-image: url(images/bg_main.jpg);
	background-repeat: repeat-x;
	background-color: #E2D6C6;
}
#container {
	width: 980px;
	margin: 0 auto;
	font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
	font-size: 12px;
	color: #3D3D3D;
	line-height:18px;
}
/* GENERAL */
h1 {
	color: #695147;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 24px;
}
h2 {
	color: #695147;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	color: #695147;
	font-size: 13px;
	line-height: 18px;
	font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
	font-size: 12px;
	color: #3D3D3D;
}
a {
	color:#695147;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color:#87685B;
	background-color: #F5F5F5;
	text-decoration: underline;
	font-weight: bold;
}
/* HEADER ELEMENTS */
#header {
	border-bottom: 4px solid;
	margin: 12px 0 16px 0;
	border-color: #695147;
}
/* sidebar-left ELEMENTS */
#sidebar-left {
	margin-left: 0;
	padding-left: 0;
	float: left;
	width: 230px;
	padding-top: 20px;
}
#sidebar-left ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	width: 200px;
}
#sidebar-left li li a {
	margin: 0px 0px 0px 15px;
	width: 125px;
}
#sidebar-left li li li a {
	margin: 0px 0px 0px 30px;
	width: 110px;
}
#sidebar-left a {
	display: block;
	margin: 0px;
	padding: 5px;
	width: 190px;
	border-bottom: 1px solid #695147;
}
#sidebar-left a:link, #navlist a:visited {
	color:#232C33;
	text-decoration: none;
	border-bottom: 1px solid #695147;
}
#sidebar-left a:hover {
	background: #ffffff url(images/arrow.gif) 96% 50% no-repeat;
	background-color: #D4C9BB;
	color:#232C33;
	border: 0;
	border-bottom: 1px solid #695147;
}
.akt {
	background: #ffffff url(images/arrow.gif) 96% 50% no-repeat;
	background-color: #c7d2ae;
	color:#232C33;
	border: 0;
}
/* Rahmen um bild */
a:link img, a:visited img {
	border: 0;
}
a:hover img, a:active img {
	border: 0;
}
/* THE SMALL BOX BELOW NAV */
#sidebar-left p {
	padding: 5px;
	border-bottom: 1px dotted #CCC;
	border-top: 1px dotted #CCC;
}
/* CONTENT ELEMENTS */

#content {
	width: 600px;
	float: left;
	margin: 0px 0px 0px 60px;
}
#content02 {
	width: 500px;
	float: left;
	margin: 0px 0px 0px 60px;
}
#content03 {
	width: 750px;
	float: left;
	margin: 0px 0px 0px 40;
	padding-top: 7px;
}
h1.title {
	margin: 5px 0px 5px 0px;
}
#mission {
	padding: 6px 12px 6px 12px;
	background-color: #f9f9f9;
	color: #607080;
}
rightimg{
	margin: 0;
	padding: 0;
}
#content h2 a:link, #content h2 a:visited {
	color: #666666;
}
#content h2 a:hover {
	color: #CC6714;
}
content p {
	padding-bottom: 10px;
	border-bottom: 1px solid #DDDDDD; /* A faint grey line below the text */
}
/* SIDEBAR-right ELEMENTS */
#sidebar-right {
	float: right;
	width: 145px;
}
#sidebar-right02 {
	float: right;
	width: 285px;
}
#sidebar-right p {
	padding-bottom: 10px;
	border-bottom: 1px solid #DDDDDD;
}
#sidebar-right a:hover {
	color:#026D89;
	text-decoration:underline;
	padding-bottom: 12px;
	border-bottom: 1px solid #DDDDDD;
}
/* ---------------------------------------- footer */
#footer {
	width: 960px;
	color: #666;
	font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
	font-size: 11px;
	margin: 0 auto;
	padding: 1px 10px 0;
	text-align: left;
	border-top: dashed 1px #6e433d;
	clear: both;
}
#footer p {
	margin: 10px 0 0 0;
	padding: 0;
	line-height: 16px;
}
#footer a {
	font-weight: normal;
	text-decoration: underline;
	margin: 0 2px;
	color: #666;
}
#footer a:hover {
	font-weight: normal;
	text-decoration: underline;
	margin: 0 2px;
	color: #B46E64;
}

