/* Text mit Bildern
************************************************/

div.textboxInnerLeft div.textboxImage {
	float: left;
	margin: 0.2em 1.5em 2em 0;
}

div.textboxInnerLeft div.textboxImage span.imageCaption {
	display: block;
	font-size: 90%;
	color: #555;
	line-height: 120%;
	text-align: center;
}

div.textboxInnerRight div.textboxImage {
	float: right;
	margin: 0.2em 0 2em 1.5em;
}

div.textboxInnerRight div.textboxImage span.imageCaption {
	display: block;
	font-size: 90%;
	color: #555;
	line-height: 120%;
	text-align: center;
}

div.textboxNowrapLeft {
	padding-left: 135px;
	margin-bottom: 2em;
}

div.textboxNowrapLeft div.textboxImage {
	float: left;
	margin-left: -135px;
	width: 120px;
	overflow: hidden;
}

div.textboxNowrapLeft div.textboxImage img, div.textboxNowrapRight div.textboxImage img { margin-bottom: 1em; }

div.textboxNowrapRight {
	padding-right: 135px;
}

div.textboxNowrapRight div.textboxImage {
	float: right;
	width: 120px;
	overflow: hidden;
}

div.textboxAboveLeft div.textboxImage, div.textboxAboveRight div.textboxImage {
	margin-bottom: 1em;
	display: block;
	float: none;
}

div.textboxAboveRight div.textboxImage { text-align: right; }

div.textboxBelowLeft div.textboxImage, div.textboxBelowCenter div.textboxImage, div.textboxBelowRight div.textboxImage {
	margin-top: 1em;
	display: block;
	float: none;
}

div.textboxBelowCenter div.textboxImage { text-align: center; }
div.textboxBelowRight div.textboxImage { text-align: right; }

div.textboxAboveLeft {
	width: 720px;
	overflow: hidden;
	margin: 1.5em 0;
}

div.textboxAboveLeft span.imageWithCaption {
	display: block;
	float: left;
	width: 220px;
	margin-right: 20px;
	font-size: 90%;
	color: #555;
	line-height: 120%;
}

div.textboxAboveLeft span.imageCaption {
	display: block;
}

#content div.textboxAboveLeft span.imageWithCaption img {
	border: 1px solid #b2c1d1;
	width: 218px;
}

div.textboxAboveCenter div.textboxImage {
	width: 540px;
	height: 96px;
	border-bottom: 4px solid #fb0;
	overflow: hidden;
	margin-bottom: 0;
}

#sidebar div.textboxAboveLeft {
	display: block;
	font-size: 90%;
	color: #555;
	line-height: 120%;
	width: 175px;
	overflow: hidden;
}

#sidebar div.textboxAboveLeft span.imageCaption {
	width: 175px;
}

.rgmediaimages-player {
	display: block;
	height: 170px;
	border: 1px solid #b2c1d1;
	margin-bottom: 0.35em;
}

/* Typo
************************************************/

h2, h3 {
	font-weight: normal;
	color: #026;
	margin-bottom: 1em;
	line-height: 120%;
}

h2 {
	font-size: 170%;
}

h3 {
	font-size: 150%;
	margin-top: 1.5em;
}

p {
	margin-bottom: 1em;
}

.small {
	font-size: 90%;
	line-height: 120%;
}

a, a:link, a:visited {
	color: #026;
	text-decoration: underline;
}

a:active {
	position: relative;
	top: 1px;
	color: #fb0;
}

a:hover, a:focus {
	color: #fb0;
}

.gray { color: #777; }

div img, p img { vertical-align: middle; }

/* Lists
************************************************/

#content ul, #content ol {
	margin-bottom: 2em;
}

#content ul li {
	margin-left: 2em;
	margin-bottom: 0.5em;
}

#content ol li {
	margin-left: 2em;
	margin-bottom: 1em;
}

#content ul.error li {
	list-style: none;
	margin: 0;
	color: #d00;
	font-weight: bold;
}

/* Forms
************************************************/

form p.L { margin-right: 10px; }

label {
	display: block;
	font-size: 85%;
	color: #d05e0c;
	color: #777;
}

input.form, textarea.form {
	width: 402px;
	background-color: #e5eaef;
	padding: 5px 5px;
	border: 1px solid #a0b3c6;
	color: #036;
}

input.var50, textarea.var50 {
	width: 190px;
}

input.error, textarea.error {
	border: 1px solid #bd8b00;
	background-color: #fb0;
}

input.form:hover, input.form:focus, textarea.form:hover, textarea.form:focus {
	background-color: #f2edde;
}

input.plz { width: 7em; }
input.ort { width: 31em; margin-left: 1em; }

p.checkbox { padding-left: 18px; }
p.labelWidthCheckbox { padding-left: 158px; }

p.checkbox span.checkbox, p.labelWidthCheckbox span.checkbox {
	display: block;
	float: left;
	margin-left: -18px;
	width: 18px;
}

input.button {
	padding: 0.4em 1.5em;
	border: 1px solid #036;
	background: #a0b3c6 url(/pub/images/body/buttonbg.png) repeat-x 0 100%;
	color: #fff;
}

input.button:hover, input.button:focus {
	cursor: pointer;
	background: #036;
}

form p.L {
	width: 206px;
}

form p.L input.form {
	width: 185px;
}

/* BookList
************************************************/

#content ul.bookList {
	list-style: none;
	margin: 0;
	height: 200px;
	width: 220px;
	overflow: hidden;
}

#content ul.bookList li {
	margin: 0;
	width: 220px;
	padding-right: 20px;
}

div.bookListImage {
	display: none;
	float: left;
	width: 70px;
	height: 100px;
	background: url(/pub/images/body/nocover.jpg) no-repeat 100% 0;
}

div.bookListImage img {
	width: 70px;
	height: 100px;
}

div.bookListText {
	/*
	float: right;
	width: 140px;
	font-size: 90%;
	line-height: 120%;
	*/
}

ul.bookList li h4 {
	font-size: 110%;
	margin-bottom: 0.5em;
}

ul.bookList li h4 a {
	display: block;
	text-decoration: none;
}

#content ul.bookListExt {
	list-style: none;
	width: 710px;
	overflow: hidden;
	margin: 2em 0;
}

#content ul.bookListExt li {
	float: left;
	width: 333px;
	height: 160px;
	margin: 0 20px 20px 0;
	border: 1px solid #b2c1d1;
	overflow: hidden;
	background: url(/pub/images/body/nocoverbg.png) repeat-y 100% 0;
}

div.bookListExtText {
	float: left;
	width: 205px;
	margin: 10px 0 10px 10px;
}

div.bookListExtText div {
	font-size: 90%;
	line-height: 120%;
}

div.bookListExtText h4 {
	font-size: 120%;
	margin-bottom: 0.5em;
}

div.bookListExtText h4 a {
	display: block;
	text-decoration: none;
}

div.bookListExtImage {
	float: right;
	width: 100px;
	height: 130px;
	text-align: right;
	background: url(/pub/images/body/nocover.jpg) no-repeat 100% 0;
}

div.bookListExtImage img {
	width: 100px;
	height: 130px;
}

/* NewsList
************************************************/

#content ul.simpleNewsList, #content ul.newsList {
	list-style: none;
	margin-bottom: 0;
}

#content ul.simpleNewsList li {
	padding: 0.2em 0;
	border-bottom: 1px solid #b2c1d1;
	margin-left: 0;
}

#content ul.newsList li {
	padding: 0.5em 0 0 0;
	border-bottom: 1px solid #b2c1d1;
	margin-left: 0;
}

ul.newsList li h4 {
	font-size: 120%;
	font-weight: normal;
	margin-bottom: 0.5em;
}

ul.newsList li h4 a {
	text-decoration: none;
}

ul.newsList li h4 span {
	float: right;
	font-size: 70%;
	color: #777;
	font-weight: normal;
}

div.newsContent h2 span {
	float: right;
	font-size: 55%;
	color: #777;
}

div.lead {
	font-size: 120%;
	color: #555;
}

/* News
************************************************/

div.simpleNewsListTitle {
	display: block;
	margin-bottom: 0.5em;
	font-weight: bold;
}

div.simpleNewsListTitle a {
	text-decoration: none;
}

div.simpleNewsListImage, div.newsListImage {
	display: inline;
	float: right;
	margin-left: 1em;
	border: 1px solid #555;
}

/* MediaBox
************************************************/

div.mediaBox {
	margin-bottom: 2em;
}

div.mediaBoxStage {
	float: left;
	width: 340px;
}

div.mediaBoxPlayer {
}

div.mediaBoxCaption {
	font-size: 90%;
	color: #555;
	line-height: 120%;
}

div.mediaBoxPlaylist {
	float: right;
	width: 340px;
	background: red;
}

div.mediaBoxPlaylist img {
	width: 50px;
	height: 50px;
}

/* misc
************************************************/

div.tx-rbflashobject-pi1-swf_altcontent {
	border-bottom: 4px solid #fb0;
	margin-bottom: 2.3em;
	line-height: 50%;
}


div.prospekte {
	margin-bottom: 1em;
}

div.prospekte a {
	display: block;
	float: left;
	margin-right: 20px;
	border: 1px solid #b2c1d1;
	width: 82px;
	height: 180px;
}

/* clearfix
************************************************/

.noMargin { margin-bottom: 0 !important; }
.noMarginTop { margin-top: 0 !important; }
.noMarginRight { margin-right: 0 !important; }
.marginTop { margin-top: 2em; }

.L {
	float: left;
	margin-right: 1em;
}

.R {
	float: right;
	margin-left: 1em;
}

.clear { clear: both; }

#sidebarRight p.L { width: 80px; margin-right: 10px; }
#sidebarRight p.L input.form { width: 70px; }
#sidebarRight p.L select.form { width: 75px; }

/* Clearfix-Methode zum Clearen der Float-Umgebungen */
.clearfix:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}

/* Diese Angabe benötigt der Safari-Browser zwingend !! */
.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix {	height: 1%; }

.clearfix { display: block; }
/* End hide from IE-mac */

