body {
	font-family: Verdana;
	font-size: 12px;
	background-color: #bdbec6;
	text-align: center;
	margin: 0px;
}

#container {
	padding: 0px;
	background-color: #FFFFFF;
	width: 800px;
	margin: 15px auto 0px auto;
	text-align: left;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	min-height: 500px;
	height: auto !important; /* fÙr moderne Browser */
}

a:link,a:visited,a:active,a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #06A;
	font-size: 12px;
}

a:active,a:hover {
	color: #036;
}

a.menu {
	display: block;
	padding: 3px;
	border-top: 1px solid #000;
	background-color: #737994;
	text-align: center;
	color: #eeeeee;
	text-decoration: none;
}

a.menu:link,a.menu:visited {
	color: #eeeeee;
	background-color: #737994;
	text-decoration: none;
	font-weight: bold;
}

a.menu:active,a.menu:hover {
	color: #737994;
	font-weight: bold;
	background-color: #eeeeee;
}

#title {
	height: 100px;
	padding: 0px;
	background-color: #FFFFFF;
	width: 800px;
	/* border-bottom: 1px solid #000; */
}

#sidebar {
	background-color: #FFFFFF;
	width: 250px;
	float: right;
	padding: 0px;
	margin: 0px;
}

.box_title {
	background: #C6D2DB url("img/box/title.gif") repeat-x left top;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	color: #505E69;
	#border-bottom: 1px solid #FFFFFF;
}

.box_body {
	margin: 0px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #C6D2DB;
}

.box_bottom {
	background: #C6D2DB url("img/box/bottom.gif") repeat-x left top;
	display: block;
	height: 5px;
	#border-top: 1px solid #FFFFFF;
}

.box {
	background-color: #C6D2DB;
	width: 220px;
	margin: 10px;
	font-size: 10px;
}

.box ul {
	
}

.box li:first-child {
	border-top: none;
}

.box ul li {
	list-style: none;
	font-size: 10px;
}

.box ul a {
	text-decoration: none;
}

.box ul a:hover {
	text-decoration: underline;
}

.box a {
	font-size: 10px;
}

.boxshadow {
        border: solid 1px #CCC;
	-moz-box-shadow: 5px 5px 0px #888;
	-webkit-box-shadow: 5px 5px 0px #888;
        box-shadow: 5px 5px 0px #888;
        margin: 10px;
}

/*Plain list */
.plainlist ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.plainlist ul li {
	background-position: 0 .5em;
	padding-left: .8em;
}

#content {
	border: 1px solid #efeff7;
	background-color: #FFFFFF;
	float: right;
	width: 548px;
	padding: 0px;
	margin: 0px;
	color: #6b4a60;
}

#content h1 {
	letter-spacing: 1px;
	font-size: 14px;
	margin: 10px 10px 5px 10px;
	padding: 0;
	border-bottom: 1px dotted #6b4a60;
}

#content h2 {
	font-size: 12px;
}

#content_wide h1 {
	letter-spacing: 1px;
	font-size: 14px;
	margin: 10px 10px 5px 10px;
	padding: 0;
	border-bottom: 1px dotted #6b4a60;
}

#content_wide h2 {
	font-size: 12px;
}

#content_main {
	padding: 0 10px 10px 10px;
}

#content .dateauthor {
	font-style: italic;
	font-size: 10px;
	text-align: right;
	margin-right: 10px;
}

/* Navigation bar */
#navigation {
	padding-bottom: 5px;
	background-color: #FFFFFF;
	/*border-bottom: 1px solid #DDDDDD;*/
	height: 20px;
}

/* Tabs */
#tabs ul {
	margin: 0;
	padding: 0;
}

#tabs li {
	display: inline;
	list-style: none;
}

#tabs a {
	float: left;
	font: bold 0.9em sans-serif;
	margin-right: 3px;
	padding-left: 4px;
	text-decoration: none;
	cursor: hand;
}

#tabs a span {
	/*background: url("img/button-bg.jpg") repeat-x left top; */
	height: 20px;
	width: 80px;
	float: left;
	display: block;
	padding: 5px 10px 0px 6px;
	color: #608AAA;
	cursor: hand;
}

/* Micronavigation */
#micronavigation {
	background-color: #FFFFFF;
	padding: 15px 10px 5px 10px;
	height: 10px;
}

#micronavigation .left {
	float: left;
	background: url("img/arrow-left.gif") no-repeat left center;
	padding-left: 10px;
}

#micronavigation .right {
	float: right;
	background: url("img/arrow-right.gif") no-repeat right center;
	margin-right: 250px;
	padding-right: 10px;
}

#micronavigation a {
	font: bold 0.9em sans-serif;
	color: #888888;
	text-decoration: none;
}

#copyright {
	text-align: center;
}

h2.tree,h2.maximise,h2.minimise {
	background: url(img/bullet_arrow_down.png) no-repeat center left;
	cursor: default;
	padding-left: 15px;
}

h2.minimise {
	background: url(img/bullet_arrow_up.png) no-repeat center
		left;
}

ul.tree {
	list-style-type: none;
	margin-left: 0.5cm;
	padding-left: 0;
}

ul.tree li {
	background: transparent;
	padding-left: 1.1em;
}

ul.tree li a {
	background: transparent url(img/page_white.png) no-repeat;
	padding: 3px 0 0 1.5em;
}

ul.tree li a:hover {
	background: transparent url(img/page_white_text.png)
		no-repeat;
}

ul.tree li img {
	padding-right: 2px;
}

ul.tree li a.parent {
	background: transparent;
	padding-left: 0;
}

ul.tree li ul {
	background: transparent /*url(/man/images/sitemapfolderbullet.gif)*/   
		 no-repeat;
	list-style-type: none;
	margin: -1em 0 0 -1.6em;
	padding: 1.4em 0 0 0.6em;
}

ul.tree li ul:hover {
	background: transparent
		/*url(/man/images/sitemapfolderbullethover.gif)*/     no-repeat;
}

ul.tree li ul li {
	margin-left: 0.5cm;
	padding-left: 10px;
}

