/* css reset v1.0 | 20080212 http://meyerweb.com/eric/tools/css/reset/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-family: verdana, arial, helvetica, sans-serif;
	background: #EAE7E5 url(../images/background-page.gif) repeat-x; /* brown 00 */
	color: #2A2623; /* brown 12 */
	font-size: 0.8em;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* general */
.clear {
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	clear: both;
}

/* page */
#page {
	width: 968px;
	margin: 0px auto 0px auto;
	position: relative;
}

/* header */
#header {
	width: 968px;
	height: 130px;
	position: relative;
}
#logo {
	position: absolute;
	top: 25px;
	left: 0px;
}
#language {
	position: absolute;
	top: 20px;
	right: 0px;
	height: 14px;
	overflow: hidden;
	list-style-type: none;
	padding: 0px;
}
#language li {
	margin: 0px 0px 1px 0px;
	padding: 0px;
}
#language li.first-child {
	margin: 0px 0px 2px 0px;
}

/* main navigation */
#mainnavi {
	list-style-type: none;
	padding: 0px;
}
#mainnavi-1 { width: 84px; }
#mainnavi-2 { width: 127px; }
#mainnavi-3 { width: 93px; }
#mainnavi-4 { width: 105px; }
#mainnavi-5 { width: 107px; }
#mainnavi-6 { width: 91px; }
#mainnavi-7 { width: 81px; }
#mainnavi-8 { width: 105px; }
#mainnavi-9 { width: 131px; }
#mainnavi li {
	float: left;
	border-right: 1px solid #4d8fe6; /* blue 06 */
	padding: 0px;
}
#mainnavi li.act {
	border-right: 1px solid #A1958B; /* brown 06 */
}
#mainnavi li.cut,
#mainnavi li.first {
	border-right: none;
	margin-right: 10px;
}
#mainnavi li.last {
	border-right: none;
}
#mainnavi li a {
	font-size: 0.85em;
	line-height: 1.25em;
	text-decoration: none;
	font-weight: bold;
	background: url(../images/background-mainnavi.png) no-repeat top right;
	color: #ffffff; /* white */
	display: block;
}
#mainnavi li a:hover,
#mainnavi li a.act {
	background: url(../images/background-mainnavi-act.png) no-repeat top right;
}
#mainnavi li a.left {
	background: url(../images/background-mainnavi-l.png) repeat-x;
}
#mainnavi li a.left:hover,
#mainnavi li a.left.act {
	background: url(../images/background-mainnavi-l-act.png) repeat-x;
}
#mainnavi li a.right span,
#mainnavi li a.right.act span,
#mainnavi li a.right:hover span,
#mainnavi li a.last:hover span,
#mainnavi li a.last.act span {
	background: transparent;
}
#mainnavi li a span,
#mainnavi li.first a span {
	display: block;
	padding: 6px 37px 4px 10px;
	height: 30px;
	background: url(../images/background-mainnavi-left.png) no-repeat top left;
	cursor: pointer;
}
#mainnavi li a:hover span,
#mainnavi li a.act span,
#mainnavi li.first a:hover span,
#mainnavi li.first a.act span {
	background: url(../images/background-mainnavi-left-act.png) no-repeat top left;
}
#mainnavi li a.last span {
	padding: 5px 38px 5px 10px;
	background: transparent;
}

/* subnavi */
#subnavibox {
	margin: 0px 0px 7px 0px;
}
#subnavi {
	list-style-type: none;
	padding: 0px;
}
#subnavi li {
	margin: 0px 0px 3px 0px;
	padding: 0px;
}
#subnavi li a {
	font-size: 0.85em;
	line-height: 1.25em;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff; /* white */
	background: #307ce1 url(../images/background-subnavi.gif) no-repeat; /* blue 07 */
	display: block;
}
#subnavi li a span {
	background: transparent url(../images/background-subnavi-footer.gif) no-repeat bottom left;
	display: block;
	padding: 10px 30px 10px 30px;
	cursor: pointer;
}
#subnavi li a:hover,
#subnavi li.sub a:hover,
#subnavi li a.act,
#subnavi li.sub a.act {
	background: #696057 url(../images/background-subnavi-act.gif) no-repeat; /* brown 09 */
}
#subnavi li a:hover span,
#subnavi li a.act span {
	background: transparent url(../images/background-subnavi-footer-act.gif) no-repeat bottom left;
}
#subnavi li.sub a.act span {
	background: transparent none;
}
#subnavi li ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
#subnavi li ul.space {
	margin: 0px 0px 0px 0px;
	border-top: 10px solid #C9C2BD; /* brown 03 */
}
#subnavi li ul li {
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #D7D2CD; /* brown 02 */
}
#subnavi li ul li a {
	font-size: 0.85em;
	line-height: 1.25em;
	text-decoration: none;
	background: #AEA49B none; /* brown 05 */
	color: #2A2623; /* brown 12 */
	display: block;
	padding: 8px 30px 8px 30px;
	font-weight: normal;
}
#subnavi li ul li.last a {
	background: #AEA49B url(../images/background-subsubnavi-footer.gif) no-repeat bottom left; /* brown 05 */
}
#subnavi li ul li a:hover,
#subnavi li ul li a.act {
	background: #696057 none !important; /* brown 09 */
	color: #ffffff; /* white */
}
#subnavi li ul li.last a.act,
#subnavi li ul li.last a:hover {
	background: #696057 url(../images/background-subsubnavi-footer-act.gif) no-repeat bottom left !important; /* brown 09 */
}
#subnavi li ul li.sub.last a.act,
#subnavi li ul li.sub.last a:hover,
#subnavi li ul li.sub a.act,
#subnavi li ul li.sub a:hover {
	background: #696057 none !important; /* brown 09 */
}
#subnavi li ul li ul li a {
	padding: 8px 30px 8px 60px;
}
#subnavi li ul li.last ul li a,
#subnavi li ul li.sub ul li a {
	background: #AEA49B none !important; /* brown 05 */
}
#subnavi li ul li ul li.last a:hover,
#subnavi li ul li ul li.last a.act {
	background: #696057 none !important; /* brown 09 */
}
#subnavi li ul li.sub.last ul li.last a {
	background: #AEA49B url(../images/background-subsubnavi-footer.gif) no-repeat bottom left !important; /* brown 05 */
}
#subnavi li ul li.sub.last ul li.last a:hover,
#subnavi li ul li.sub.last ul li.last a.act {
	background: #696057 url(../images/background-subsubnavi-footer-act.gif) no-repeat bottom left !important; /* brown 09 */
}

/* page navi */
.pagenavi {
	text-align: center;
	padding: 0px;
}
#pagenavi {
	padding: 15px 0px 0px 0px;
	list-style-type: none;
}
#pagenavi li {
	display: inline;
	border-left: 1px solid #2A2623; /* brown 12 */
	margin: 0px 0px 0px 9px;
	padding: 0px 0px 0px 9px;
}
#pagenavi li.first-child {
	border-left: none;
	margin: 0px;
	padding: 0px;
}
#pagenavi li a {
	text-decoration: none;
}
#pagenavi li a:hover {
	text-decoration: underline;
}
#pagenavi li a.act {
	color: #2A2623; /* brown 12 */
	text-decoration: none;
	font-weight: bold;
}

/* meta navigation */
#metanavi {
	position: absolute;
	top: 20px;
	right: 25px;
	right: 2px;
	list-style-type: none;
	padding: 0px;
}
#metanavi li {
	float: left;
	border-left: 1px solid #696057; /* brown 09 */
	margin: 0px 0px 0px 9px;
	padding: 0px 0px 0px 9px;
	color: #696057; /* brown 09 */
	font-size: 0.85em;
}
#metanavi li.first-child {
	border-left: none;
}
#metanavi li a {
	color: #696057; /* brown 09 */
	text-decoration: none;
}
#metanavi li a:hover {
	text-decoration: underline;
}

/* function links */
#functions {
	background: url(../images/background-footer.png) no-repeat;
	width: 968px;
	height: 41px;
	margin: 0px 0px 3px 0px;
}
#functions p {
	float: left;
	font-size: 0.85em;
	padding: 14px 30px 0px 30px;
	color: #ffffff; /* white */
}
#functions ul {
	margin: 15px 30px 0px 0px;
	padding: 0px;
	float: right;
	list-style-type: none;
}
#functions li {
	float: left;
	border-right: 1px solid #ffffff; /* white */
	margin: 0px 9px 0px 0px;
	padding: 0px 9px 0px 0px;
	font-size: 0.85em;
	color: #ffffff; /* white */
	line-height: 0.9em;
}
#functions li.last-child {
	border-right: none;
	margin: 0px;
	padding: 0px;
}
#functions li a {
	color: #ffffff; /* white */
	text-decoration: none;
}
#functions li a:hover {
	text-decoration: underline;
}
#functions li .box {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}

/* logo park */
#logopark {
	width: 968px;
	background: #7E7369 url(../images/background-logopark.gif) no-repeat; /* brown 08 */
}
#logopark .line1 img {
	margin: 0px 37px 15px 0px;
}
#logopark .line1 img.last {
	margin: 0px 0px 15px 5px;
}
#logopark .line2 img {
	margin: 0px 26px 30px 0px;
}
#logopark .line2 img.last {
	margin: 0px 0px 30px 1px;
}
#logopark .line3 img {
	margin: 0px 59px 15px 0px;
}
#logopark .line3 img.last {
	margin: 0px 0px 15px 4px;
}
#logoparkbox {
	padding: 30px 30px 15px 30px;
}

/* access-one */
#access-one {
	margin: 10px 0px 10px 0px;
}

/* columns */
#col1 {
	width: 316px;
	margin: 0px 10px 0px 0px;
	float: left;
}
#col2 {
	width: 316px;
	margin: 0px 10px 0px 0px;
	float: left;
}
#col3 {
	width: 316px;
	margin: 0px;
	float: left;
}
#col4 {
	width: 642px;
	margin: 0px;
	float: left;
}
#col5 {
	width: 968px;
	margin: 0px;
	float: left;
}

/* Boxen */
.contentboxheader {
	background: url(../images/background-contentbox-header.gif) no-repeat;
	height: 4px;
	width: 642px;
}
.contentbox {
	position: relative;
	padding: 0px 0px 26px 0px;
	background-color: #ffffff; /* white */
}
.contentboxsmall {
	position: relative;
	padding: 0px 0px 7px 0px;
	background-color: #ffffff; /* white */
}
.contentboxfooter {
	background: url(../images/background-contentbox-footer.gif) no-repeat;
	height: 4px;
	width: 642px;
	margin: 0px 0px 10px 0px;
}
.contentboxfootersmall {
	background: url(../images/background-contentbox-footer.gif) no-repeat;
	height: 4px;
	width: 642px;
	margin: 0px 0px 3px 0px;
}
#col5 .contentboxheader {
	background: url(../images/background-bigcontentbox-header.gif) no-repeat;
	width: 968px;
}
#col5 .contentbox {
	position: relative;
	background-color: #ffffff; /* white */
}
#col5 .contentboxfooter {
	background: url(../images/background-bigcontentbox-footer.gif) no-repeat;
	width: 968px;
}
#col5 .contentboxfootersmall {
	background: url(../images/background-bigcontentbox-footer.gif) no-repeat;
	width: 968px;
}
.boxheader {
	background: url(../images/background-teaserbox-header.gif) no-repeat;
	height: 4px;
	width: 316px;
}
.box {
	position: relative;
	padding: 0px 0px 26px 0px;
	background-color: #ffffff; /* white */
	width: 316px;
}
.boxfooter {
	background: url(../images/background-teaserbox-footer.gif) no-repeat;
	height: 4px;
	width: 316px;
	margin: 0px 0px 10px 0px;
}

/* round corners */
.round-corner-top {
	position: relative;
}
.round-corner-top-image {
	position: absolute;
	top: 0px;
	left: 0px;
}

/* page funktions */
.pagefunctions {
	font-size: 0.85em;
	text-align: right;
	padding: 6px 30px 0px 30px;
}

/* configurators */
.options {
	position: absolute;
	top: 27px;
	right: 30px;
	cursor: pointer;
	padding: 0px;
	font-size: 0.85em;
	color: #1269DD; /* blue 08 */
}
.configurator {
	display: none;
	background-color: #696057; /* brown 09 */
	color: #FFFFFF; /* white */
}
.configurator form {
	padding: 0px;
}
.configurator .csc-mailform-radio {
	padding: 0px;
}
.configurator .csc-mailform-checkbox {
	padding: 0px;
}
.configurator .left {
	margin: 23px 10px 10px 30px;
	float: left;
	width: 118px;
}
.configurator .right {
	margin: 23px 0px 10px 30px;
	float: left;
	width: 118px;
}
.configurator .full,
.configurator .single {
	padding: 23px 30px 15px 30px;
}
.configurator .left p.field,
.configurator .right p.field,
.configurator .full p.field,
.configurator .single p.field {
	padding: 0px 0px 5px 0px;
	float: none;
}
.configurator .left p.fieldcount,
.configurator .right p.fieldcount,
.configurator .single p.fieldcount {
	padding: 0px 7px 5px 0px;
	float: left;
}
.configurator .csc-mailform-radio p.field {
	padding: 0px 0px 5px 0px;
}
.configurator p.field {
	padding: 0px 30px 20px 30px;
	float: none;
}
.configurator .full p {
	padding: 0px 0px 10px 0px !important;
}
.configurator .single p {
	padding: 0px 0px 0px 0px;
}
.configurator .full p.field {
	padding: 0px 0px 5px 0px !important;
	float: none;
}
.configurator h3,
.configurator .single h3.first {
	padding: 0px 0px 7px 0px;
	color: #FFFFFF; /* white */
}
.configurator .full h3,
.configurator .single h3 {
	padding: 10px 0px 5px 0px;
}
.configurator input.count {
	border: none;
	width: 18px;
	padding: 0px 1px;
	background-color: #D7D2CD; /* brown 02 */
	text-align: center;
}
.configurator .plus {
	float: left;
	cursor: pointer;
	margin-right: 5px;
}
.configurator .minus {
	float: left;
	cursor: pointer;
}

/* tt_news */
.news h2 {
	padding: 24px 30px 10px 30px;
}
.news-teaser .news-item {
	padding: 0px 0px 5px 0px;
}
.news-teaser .news-item.first-child .image,
.news-teaser .news-item.first-child .text {
	display: block !important;
}
.news-teaser .news-item .image {
	margin: 25px 0px 0px 0px;
}
.news-teaser .news-item.first-child .image {
	margin: 0px;
}
.news-teaser .news-item h3 {
	padding: 10px 30px 0px 30px;
}
.news-teaser .news-item h3 a span {
	color: #1269DD; /* blue 08 */
}
.news-teaser .news-item h3 a span.category {
	color: #2A2623; /* brown 12 */
	font-weight: normal;
}
.news-teaser .news-item p {
	padding: 2px 30px 0px 30px;
}
.news-teaser .news-item p a,
.news-list-container .news-item p a {
	text-decoration: none;
	color: #2A2623; /* brown 12 */
}
.news-teaser .news-item p a:hover,
.news-list-container .news-item p a:hover {
	text-decoration: none;
	color: #2A2623; /* brown 12 */
}
.news-teaser .news-item p span,
.news-list-container .news-item p span {
	background: url(../images/link-external.gif) no-repeat top right;
	padding: 0px 15px 0px 0px;
}
.news-list-container .image {
	float: left;
	padding: 6px 0px 0px 30px;
}
.news-list-container .text {
	float: left;
	width: 281px;
	padding: 0px 0px 0px 15px;
}
.news-list-container .bigtext {
	float: left;
	width: 386px;
	padding: 3px 0px 0px 15px;
}
.news-list-container .news-item h3 {
	padding: 20px 30px 0px 30px;
}
.news-list-container .news-item h3 a {
	text-decoration: none;
	color: #696057; /* brown 09 */
}
.news-list-container .news-item p {
	padding: 3px 60px 0px 0px;
}
.news-list-container .news-item p.without-image {
	padding: 3px 60px 0px 30px;
}

.news-single-item .news-single-img {
	padding: 10px 60px 0px 30px;
	line-height: 1.2em;
}
.news-single-item .news-single-additional-info {
	padding: 10px 60px 0px 30px;
	line-height: 1.2em;
}
.news-single-item .news-single-additional-info dt {
	font-weight: bold;
}

.news-amenu-container h2 {
	padding: 24px 30px 0px 30px;
}
.news-amenu-container ul {
	padding: 10px 27px 0px 30px;
	list-style: none;
}
.news-amenu-container ul li {
	float: left;
	padding: 0px;
	color: #ffffff; /* white */
	border-right: 3px solid #ffffff; /* white */
	border-bottom: 3px solid #ffffff; /* white */
	width: 83px;
	text-align: center;
	line-height: 1.2em;
}
.news-amenu-container ul li a {
	text-decoration: none;
	padding: 15px 0px;;
	background: url(../images/background-newsarchive.gif) no-repeat top left;
	color: #2A2623; /* brown 12 */
	display: block;
}
.news-amenu-container ul li a:hover,
.news-amenu-container ul li.amenu-act a {
	background: url(../images/background-newsarchive-act.gif) no-repeat top left;
	color: #2A2623; /* brown 12 */
}

.news-search-form {
	padding: 9px 0px 20px 0px;
}

.browseLinksWrap {
	margin: 10px 30px 0px 30px;
}
.browseLinksWrap span,
.browseLinksWrap a {
	padding: 0px 5px 0px 0px;
}
.activeLinkWrap {
	font-weight: bold;
}

/* devotions */
.devotionbox .boxfooter {
	margin: 0px 0px 3px 0px;
}
.devotionbox h3 {
	padding: 10px 30px 0px 30px;
}
.devotionbox h3 a {
	text-decoration: none;
	color: #696057; /* brown 09 */
}
.devotionbox p.text {
	padding: 2px 30px 0px 30px;
}
.devotionbox p a {
	text-decoration: none;
	color: #2A2623; /* brown 12 */
}
.devotionbox p a:hover {
	text-decoration: none;
	color: #2A2623; /* brown 12 */
}
.devotionbox p span {
	background: url(../images/link-external.gif) no-repeat top right;
	padding: 0px 15px 0px 0px;
}

/* indexed search */
.tx-indexedsearch legend {
	display: none;
}
.tx-indexedsearch-whatis {
	font-size: 1.65em;
	font-weight: normal;
	color: #1269DD; /* blue 08 */
	padding: 27px 30px 0px 30px;
	line-height: 1.3em;
}
.tx-indexedsearch-browsebox .browsebox {
	list-style-type: none;
	padding: 0px 60px 0px 30px;
}
.tx-indexedsearch-res {
	padding: 0px 0px 10px 0px;
}
.tx-indexedsearch-res.res.res-tmpl-css {
	padding: 0px;
}
.tx-indexedsearch-res.res.res-tmpl-css p {
	padding: 0px 60px 0px 30px;
}
.tx-indexedsearch-browsebox .browsebox li {
	float: left;
	padding: 0px 10px 0px 0px;
}

/* sitemap */
.csc-sitemap ul {
	list-style-type: none;
	padding: 0px 30px 0px 30px;
}
.csc-sitemap ul li {
	padding: 15px 0px 0px 0px;
}
.csc-sitemap ul li a {
	font-size: 1.25em;
	font-weight: bold;
	color: #1269DD; /* blue 08 */
	line-height: 1.4em;
	text-decoration: none;
}
.csc-sitemap ul li ul {
	margin: -10px 0px 0px 0px;
	padding: 3px 0px 0px 0px;
}
.csc-sitemap ul li ul li {
	padding: 10px 0px 0px 0px;
}
.csc-sitemap ul li ul li a {
	font-weight: bold;
	color: #696057; /* brown 09 */
	line-height: 1.3em;
	text-decoration: none;
	font-size: 0.9em;
}
.csc-sitemap ul li ul li ul {
	margin: 0px;
}
.csc-sitemap ul li ul li ul li {
	padding: 0px 0px 3px 0px;
}
.csc-sitemap ul li ul li ul li a {
	font-weight: normal;
	color: #1269DD; /* blue 08 */
	text-decoration: none;
	line-height: normal;
	font-size: 0.9em;
}
.csc-sitemap ul li ul li ul li ul {
	margin: 0px 0px -3px 0px;
	padding: 3px 0px 0px 20px;
}

/* projects */
.projects .jcarousel li h3 {
	padding: 0px 0px 2px 0px;
}
.projects .jcarousel li p {
	padding: 0px;
}
.projects .jcarousel li p.image {
	float: left;
	padding: 3px 10px 0px 0px;
}
.projects .jcarousel li div.right {
	float: left;
	width: 176px;
}
.projects .jcarousel-container {
	position: relative;
	margin: 7px 0px 0px 0px;
}
.projects .jcarousel-clip {
	height: 343px;
	z-index: 2;
	overflow: hidden;
	position: relative;
}
.projects .jcarousel-list {
	z-index: 1;
	overflow: hidden;
	position: relative;
	padding: 0px;
}
.projects .jcarousel-item {
	width: 316px;
	height: 343px;
	list-style: none;
	padding: 0px;
}
.projects .jcarousel-next {
	z-index: 3;
	display: none;
	position: absolute;
	top: -24px;
	right: 51px;
	width: 18px;
	height: 16px;
	cursor: pointer;
	background: transparent url(../images/down-act.gif) no-repeat;
}
.projects .jcarousel-next-disabled {
	cursor: default;
	background: transparent url(../images/down-inact.gif) no-repeat;
}
.projects .jcarousel-prev {
	z-index: 3;
	display: none;
	position: absolute;
	top: -24px;
	right: 30px;
	width: 18px;
	height: 16px;
	cursor: pointer;
	background: transparent url(../images/up-act.gif) no-repeat;
}
.projects .jcarousel-prev-disabled {
	cursor: default;
	background: transparent url(../images/up-inact.gif) no-repeat;
}
.projects .project-teaser h3 {
	padding: 10px 30px 0px 30px;
}
.projects .project-teaser p.text {
	padding: 2px 30px 0px 30px;
}
.projects .project-teaser p.link {
	padding: 10px 30px 0px 30px;
}
.projects .project-teaser p.text a {
	text-decoration: none;
	color: #2A2623; /* brown 12 */
}
.projects .project-teaser p.text a:hover {
	text-decoration: none;
	color: #2A2623; /* brown 12 */
}
.projects .project-teaser p.text span {
	background: url(../images/link-external.gif) no-repeat top right;
	padding: 0px 15px 0px 0px;
}

/* booktips */
.booktips .booktip-teaser .image {
	float: left;
	margin: 7px 10px 0px 0px;
}
.booktips .booktip-teaser div.text {
	float: left;
	margin: 4px 0px 0px 0px;
	width: 176px;
}
.booktips .booktip-teaser h3 {
	padding: 0px;
}
.booktips .booktip-teaser p {
	padding: 2px 0px 0px 0px;
}
.booktips .booktip-teaser p.link {
	padding: 10px 0px 0px 0px;
}
.booktips .booktip-teaser p.text a{
	text-decoration: none;
	color: #2A2623; /* brown 12 */
}
.booktips .booktip-teaser p.text a:hover {
	text-decoration: none;
	color: #2A2623; /* brown 12 */
}
.booktips .booktip-teaser p.text span {
	background: url(../images/link-external.gif) no-repeat top right;
	padding: 0px 15px 0px 0px;
}
.news-list-container .booktiptext {
	float: left;
	width: 459px;
	padding: 3px 0px 0px 15px;
}
.booktip-single-item .news-single-img {
	padding: 10px 0px 0px 30px;
	line-height: 1.2em;
	float: left;
	width: 214px;
}
.booktip-single-item div.text {
	float: left;
	margin: -3px 0px 0px 0px;
	width: 398px;
}
.booktip-single-item .news-single-additional-info {
	padding: 10px 60px 0px 30px;
	line-height: 1.2em;
}
.booktip-single-item .news-single-additional-info dt {
	font-weight: bold;
}

/* ams_feuser */
.tx-amsfeuser-pi1 .userlist {
	padding: 0px 0px 0px 13px;
}
.tx-amsfeuser-pi1 .userlist .item,
.tx-amsfeuser-pi1 .userlist .lastitem {
	float: left;
	width: 120px;
}
.tx-amsfeuser-pi1 .userlist .image {
	padding: 10px 0px 0px 16px;
}
.tx-amsfeuser-pi1 .userlist .username {
	padding: 3px 0px 10px 16px;
	overflow: hidden;
}
.tx-amsfeuser-pi1 .pages {
	padding: 20px 30px 0px 30px;
}

/* ams_forum */
.tx-amsforum-pi1 table {
	background-color: transparent;
	padding: 0px 0px 10px 0px;
	font-size: 1.0em;
}
.tx-amsforum-pi1 th.superordinate {
	background-color: transparent;
	padding: 0px 0px 10px 0px;
	font-size: 1.0em;
}
.tx-amsforum-pi1 th.superordinate h2 {
	padding: 19px 0px 0px 0px;
}
.tx-amsforum-pi1 th.superordinate p {
	font-weight: normal;
}
.tx-amsforum-pi1 .pages {
	padding: 20px 30px 0px 30px;
}
.tx-amsforum-pi1 form {
	padding: 0px;
}
.tx-amsforum-pi1 td div.username {
	padding: 0px 0px 5px 0px;
	overflow: hidden;
}
.tx-amsforum-pi1 td .userimage {
	padding: 0px 0px 4px 0px;
}
.tx-amsforum-pi1 td.text {
	width: 492px;
}
.tx-amsforum-pi1 td.text h3 {
	padding: 10px 0px 0px 0px;
}
.tx-amsforum-pi1 td.text p.label {
	width: 67px;
	font-size: 1.1em;
}
.tx-amsforum-pi1 td.text textarea {
	font-size: 1.0em;
}
.tx-amsforum-pi1 td.text .csc-mailform-checkbox {
	padding: 10px 60px 0px 104px;
	font-size: 1.1em;
}
.tx-amsforum-pi1 td.text p.field {
	font-size: 1.1em;
}
.tx-amsforum-pi1 td.text .button-left {
	padding: 0px 0px 5px 0px;
}
.tx-amsforum-pi1 td.text .csc-mailform-submit {
	padding: 0px 10px 4px 10px;
}
* + html .tx-amsforum-pi1 td.text .csc-mailform-submit {
	font-size: 1.05em;
	padding: 1px 0px 1px 0px;
}
.tx-amsforum-pi1 th.author {
	width: 70px;
}
.tx-amsforum-pi1 p.message {
	margin: 10px 30px 0px 30px;
}
.tx-amsforum-pi1 .posts td.text {
	padding: 7px 10px 20px 10px;
}

/* css alert box */
#message-data {
	position: absolute;
	top: 300px;
	left: 0px;
	width: 100%;
	z-index: 9999;
}
#message {
	position: relative;
	margin: auto;
	width: 400px;
	background-color: #ffffff; /* white */
	padding: 10px 0px 30px 0px;
	border: 1px solid #2A2623; /* brown 12 */
}
* + html #message .csc-mailform-submit {
	padding: 3px 10px 1px 10px;
}

/* tooltips */
a.info {
	position: relative;
	text-decoration: none;
	cursor: help;
}
a.info span {
	display: none;
}
a.info:hover {
	text-decoration: none;
}
a.info:hover span {
	display: block;
	z-index: 99;
	position: absolute;
	top: 15px;
	left: 0px;
	width: 434px;
	padding: 5px 10px;
	background-color: #7E7369; /* brown 08 */
	color: #ffffff; /* white */
	text-align: left;
}
#tooltip {
	position: absolute;
	z-index: 99;
	padding: 5px 10px 5px 10px;
	background-color: #7E7369; /* brown 08 */
	padding: 10px;
}
#tooltip h3 {
	font-size: 0.9em;
	font-weight: normal;
	white-space: nowrap;
	padding: 0px;
	color: #FFFFFF; /* white */
}

/* google maps */
.googlemaps {
	padding: 10px 0px 0px 0px;
}
