/* BODY * **************************************************/
html {
	height: 100%;
	overflow-y: scroll;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	/*font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;*/
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	line-height: 1.7em;
}


/* RESET * *************************************************/
h1, h2, h3, h4, p {
	margin: 0;
	padding: 0;
	font-size: 1em;
	margin-bottom: 1em;
}
ul {
	margin-top: 0;
	margin-bottom: 1em;
}
img,
a img {
	border: none;
}
img {
	display: block;
}
object {
	display: block;
	outline: none;
}
a:focus {
	outline: none;
}
a {
	color: #03AFD3;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#spacer {
	display: none;
}
.hidden {
	display: none;
}

/* BOX * ****************************************************/
#box {
	width: 900px;
	height: 520px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -365px 0 0 -480px;
	font-size: 1em;
	padding: 125px 0;
	background-image: url(../img/page_bkg.png);
	background-repeat: no-repeat;
	background-position: -70px center;
}
#wrapper {
	position: relative;
	height: 100%;
}


/* HEADER * *************************************************/
#header {
	position: relative;
	height: 126px;
	width: 940px;
}
#header h1,
#header #h1 {
	display: block;
	position: absolute;
	left: 110px;
	height: 100%;
	width: 126px;
	text-indent: -9999px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: url(../img/logo_bkg.png);
	background-position: center -6px;
}
#header h1 a,
#header #h1 a {
	display: block;
	width: 100%;
	height: 26px;
	margin: 50px 0 0 0;
	text-indent: -9999px;
	overflow: hidden;
	position: relative;
}
#header h1 a:hover,
#header #h1 a:hover {
}
#description,
#start {
	position: absolute;
	font-family: "Times New Roman", Times, serif;
	color: #F7ACAD;/*#A78D8F;*/
	font-size: 1.76em;
	font-style: italic;
	font-weight: bold;
	line-height: 1.6em;
	padding-left: 6px;
	background-image: url(../img/scrollpane_bkg.png);
	display: none;
}
#description {
	right: 160px;
	top: 41px;
}
#start {
	left: 828px;
	top: 76px;
}
#navi-main {
	display: block;
	position: absolute;
	left: 832px;
	bottom: -56px;
	/*top: 106px;*/
	line-height: 1.9em;
	width: 100px;
}
#navi-sub {
	display: block;
	position: absolute;
	right: 140px;
	bottom: 118px;
	/*padding: 0px 2px 2px;
	background-color: #fff;
	line-height:1.4em;
	white-space: nowrap;*/
	font-size:0.8em;
	width: 480px;
	text-align: right;
}
#navi-browse {
	display: block;
	position: absolute;
	top: -80px;
	right: 40px;
	/*
	left: 48px;*/
	background-color: #fff;
	background-image: url(../img/navi-browse_bkg.gif);
	background-repeat: no-repeat;
	background-position: right center;
}


/* CONTENT **************************************************/
#content {
	height: 370px;
	width: 745px;
	position: absolute;
	left: 72px;
}
#content h1 {
	font-size: 1.9em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 1.2em;
}
#content h2 {
	font-size: 1.1em;
}
#content h3 {
	/*font-size: 1.1em;*/
	font-style: italic;
	margin: 0;
}
#content p,
#content ul {
	font-size: 1.1em;
	color: #555;
}
#content a {
	/*font-weight: normal;*/
}
#content-main {
	width: 480px;
	position: absolute;
	height: 385px;
	top: -20px;
	left: 230px;
	/*left: 20px;
	padding: 10px;
	background-image: url(../img/scrollpane_bkg.png);*/
}
#scroller-main {
	width: 480px;
	height: 385px;
}

#thumbs-grid dl {
	padding: 5px;
	margin: 0 10px 10px 0;
	/*width: 143px;
	background-image: url(../img/thumb_bkg.png);
	height: 140px;*/
	background-color: #FFF;
	float: left;
}
#thumbs-grid dt a {
	display: block;
	border-bottom: 1px solid #fff;
	/*background-color: transparent;
	padding: 3px 3px 2px 3px;
	background-image: url(../img/thumbs_bkg.gif);
	background-repeat: no-repeat;*/
}
#thumbs-grid dt a:hover {
	border-bottom: 1px solid #03AFD3;
}
#thumbs-grid dt a:hover {
	/*background-position: left -140px;*/
}
#thumbs-grid dd {
	padding: 0;
	margin: 3px 0 0 0;
	text-align: center;
	display: block;
}

#content-margin {
	position: absolute;
	width: 205px;
	height: 340px;
	left: 0px;
	top: 22px;
}
#scroller-box {
	width: 205px;
	height: 340px;
	text-align: center;
}

.content-elements {
	background-image: url(../img/scrollpane_bkg.png);
	padding: 10px 10px 5px;
}
#content-main h1 {
	/*margin-bottom: 0.5em;*/
}
#content-margin h1 {
	padding-top: 15px;
}
.slideshowcontent {
	/*height: 360px;*/
}



/* FOOTER */
#footer {
	height: 20px;
	/*width: 100%;*/
	position: absolute;
	bottom: 0px;
	width: 170px;
	left: 72px;
	text-align: right;
}
#copyright {
	display: inline;
	padding-right: 5px;
	color: #03AFD3;
	background-color: #FFF;


}
#copyright a {
}
#copyright a:hover {
	color: #b40000;
	text-decoration: none;
}

/* NAVIGATION ***********************************************/

/* ul-navi */
.ul-navi {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}
.ul-navi a {
	text-decoration: none;
}
/*.ul-navi a:hover {
	text-decoration: underline;
}
*/
.ul-navi a:hover,
.ul-navi .act a {
	color: #F7ACAD;
}


/* main-navi */
#navi-main li {
	display: block;
	font-family: /*"Adobe Garamond Pro", "Adobe Garamond Pro",*/ "Times New Roman", Times, serif;
	font-style: italic;
	font-size:1.6em;
	font-style:italic;
	font-weight:bold;
}
#navi-main li a {
	display: block;
}
#navi-main li a:hover,
#navi-main li.act a {

	/*background-position: left -50px;*/
}

#navi-sub li,
#navi-browse li {
	font-size: 1em;
	font-weight: normal;
	/*float: left;
	padding: 0 9px 0 5px;
	background-image: url(../img/navi-sub_bkg.gif);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #fff;*/
	display: inline;
}

#navi-main li.act #navi-sub li a,
#navi-main li a {
	color: #03AFD3;
}
/*#navi-sub li a,*/
#navi-main li.act a,
#navi-main li.act #navi-sub li.act a,
#navi-main li.act #navi-sub li a:hover,
#navi-browse li a {
	color: #F7ACAD;
}
#navi-sub li a,
#navi-browse li a {
	padding: 1px 13px 2px 6px;
	background-image: url(../img/navi-sub_bkg.gif);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #fff;
	display: inline;
}
#navi-browse li a {
	background-color: transparent;
	/*font-family: "Adobe Garamond Pro", "Adobe Garamond Pro", "Times New Roman", Times, serif;*/
	color: #03AFD3;
}
#navi-browse li.prev a {
	padding: 1px 13px 2px 19px;
	background-image: url(../img/navi-browse_prev_bkg.gif);
	background-position: left center;
}
#navi-browse li.next a {
	padding: 1px 13px 2px 6px;
	background-image: url(../img/navi-browse_next_bkg.gif);
}
#navi-sub li.last a {
	background-image:none;
}
#navi-main li.act a {
	font-size: 1.1em;
}
#navi-main li.act li a {
	font-size: 1em;
}
#navi-main li a:hover {
	font-size: 1.1em;
}
#navi-main li a:hover,
#navi-browse li a:hover {
	color: #F7ACAD;
}
#navi-sub li.act a,
#navi-sub li a:hover {
	color: #03AFD3;
}
/* footer-navi */
#footer-navi li {
	display: block;
	height: 18px;
	margin-bottom: 5px;
	padding-left: 37px;
}
#footer-navi li a {
	display: block;
	height: 18px;
	background-repeat: no-repeat;
	/*text-indent: -9999px;*/
	overflow: hidden;
}
#footer-navi li a:hover {
	background-position: left -50px;
}


/* CLASSES * ************************************************/
.csc-textpic-caption {
	/*line-height: 1.2em;
	font-size: .9em;*/
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	padding-left: 10px;
}
.tx-itawyoutoubeembed-pi1 {
	height: 100%;
}
.tx-itawyoutoubeembed-pi1 object {
	display: block;
	margin: 0 0 5px 0;
}



/* ************************************************** RTE * /

/* Absatzformatierung */
p.align-left,
h1.align-left,
h2.align-left,
h3.align-left {
	text-align: left;
}
p.align-center,
h1.align-center,
h2.align-center,
h3.align-center {
	text-align: center;
}
p.align-right,
h1.align-right,
h2.align-right,
h3.align-right {
	text-align: right;
}
#content p.groesse-9 {
	font-size: .9em;
}

/* Wort+Buchstabenformatierung */
span.grauer-text {
	color: #999;
}