html, body {
	margin: 0px;
	padding: 0px;
	background-color: #f6f8ff;
	height: 100%;
}

form p {
	padding: 0px;
	margin: 0px;
}

h1, h2, h3, h4, h5, h6 {
	color: #9aabed;
}

.hidden {
	display: none;
}

.pageSeparator {
	display: none;
}

#pagebox {
	width: 758px;
	position: relative;
	left: 50%;
	margin-left: -379px;
	padding: 0px 4px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-image: url(/images/background.png?format=raw);
	background-repeat: repeat-y;
	padding-bottom: 20px;
	margin-bottom: -1px;
}

#header {
	background-image: url(/images/header.png?format=raw);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	/*height: 212px;*/
	height: 230px;
	width: 750px;
	background-color: #FFF;
	text-indent: -9999px;
}

#menubox {
	width: 230px;
	position: absolute;
	left: 15px;
}

#menu {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#menu, #menu ul, #menu li {
	background-color: #f6f8ff;
}

#menu, #menu a {
	color: #5874e1;
}

#menu a {
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

#menu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#menu ul li {
	background-image: url(/images/icon/list.gif?format=raw);
	background-repeat: no-repeat;
}

#menu li {
	padding: 2px 0px;
	border-top: 1px solid #d4dcff;
	padding-left: 10px;
	background-position: 3px 0.5em;
}

#menu ul {
	margin-left: -10px;
	margin-top: 2px;
	margin-bottom: -2px;
}

#menu ul li {
	padding-left: 25px;
	background-position: 16px 0.5em;
}

#menu ul ul {
	margin-left: -25px;
}

#menu ul ul li {
	padding-left: 35px;
	background-position: 26px 0.5em;
}

#menu ul ul ul {
	margin-left: -35px;
}

#menu ul ul ul li {
	padding-left: 45px;
	background-position: 36px 0.5em;
}

#menu ul ul ul ul {
	margin-left: -45px;
}

#menu li#english {
	text-indent: 23px;
	background-image: url(/images/icon/english.gif?format=raw);
	background-repeat: no-repeat;
	background-position: -3px 4px;
}

#menu li#english ul {
	text-indent: 0px;
}

#menu li.last {
	border-bottom: 1px solid #d4dcff;
}

#menu .childActive {
	background-color: #d4dcff;
}

#menu ul .childActive {
	background-color: #f6f8ff;
	font-weight: bold;
}

#menu .active {
	background-color: #FFF;
	/*font-weight: bold;*/
}

#menu .active ul, #menu .childActive ul {
	background-color: #f6f8ff;
	font-weight: normal;
}

#search {
	position: absolute;
	top: 140px;
	left: 15px;
	width: 228px !important;
	width: 230px;
	background-color: #f6f8ff;
	border: 1px solid #d4dcff;
	font-size: 0.9em;
	padding: 10px 0px;
}

#search input {
	margin: 0px 2px;
}

#content {
	margin-top: -0.6em;
	margin-left: 265px;
	margin-right: 40px;
	color: rgb(102, 102, 102);
	font-size: 0.95em;
	line-height: 1.45em;
}

#content a {
	color: #5874e1;
}

#footer {
	margin-left: 240px;
	margin-right: 8px;
	margin-top: 70px;
	font-size: 10px;
	position: relative;
}

#footer span, #footer a {
	color: rgb(102, 102, 102);
}

#footer * {
	padding: 0px 19px;
}

#footer h2 {
	margin: 0px;
}

#footer hr {
	width: auto !important;
	width: 510px;
	border: 0px none;
	border-top: 1px solid #d4dcff;
	border-bottom: 1px solid #fff;
	margin-top: 5px;
	margin-bottom: 5px;
}

#footer a {
	padding: 0px;
}

#footer span.copyright {
	position: absolute;
	right: 0px;
	top: 5px;
}

#footer span.contact {
	display: block;
	text-align: center;
}

#buch-teaser {
	position: absolute;
	top: 108px;
	width: 129px;
	right: -118px;
}

#buch-teaser img {
	border: 0px none;
}

/* IMPORTED */

.tabletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	text-align: left;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	margin-top: 6px;
	text-align: justify;
}

.important {
	color: #5874E1;
	font-style: normal;
}

.box {
	background-color: #F6F8FF;
	border: 1px solid #D4DCFF;
}

.textimage {
	margin-top: 12px;
	margin-right: 12px;
	margin-bottom: 12px;
	margin-left: 0px;
}

.textimage_top {
	margin-top: 5px;
	margin-right: 12px;
	margin-bottom: 12px;
	margin-left: 0px;
}

.textimage_right {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 12px;
}

.example {
	margin-left: 20px;
}

body.search-php dd {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	
}

body.search-php .highlight {
	background-color: #f8ff8b;
	font-style: normal;
	margin: 0px -2px;
	padding: 0px 2px;
}


