/*
**  Dateiversion: 18.12.06
**  Datei       : ddi-layout.css
**  Funktion    : Struture und Layout-Stylesheet
**  Autor		: Peter Rozek - think green

**  Inhalt
	S T R U C T U R E - Basics
		Suche
		Homepage
		Textbereich Artikel

	S T R U C T U R E - Homepage
		Linke Spalte
			Bildteaser
			Standardteaser
			Standardteaser mit Bild
		Rechte Spalte

	S T R U C T U R E Article
		Select Menu Galerieauswahl

	S T R U C T U R E Footer
	F O R M A T I E R U N G Homepage
		Basics for all
		Formatierung Homepage columnleft
		weiter links Linke Spalte
		Formatierung Homepage columnright
		weiter links Rechte Spalte

	F O R M A T I E R U N G Article
	F O R M A T I E R U N G gallery
	F O R M A T I E R U N G Navigation

	Ergänzungen von zwex
*/

/* S T R U C T U R E - Basics
------------------------------------------------- */
#container {
	text-align: left;
	position: relative;
	margin: 0 auto;
	width: 810px;
}
#keyvisual {
	position: relative;
	padding: 0;
}
#claim {
	position: absolute;
	top: 0;
	right: 0;
	padding: 26px 38px 0px 0px;
}
/* Suche */
#suche {
	margin-bottom: 14px;
}
#suche input.feld {
	background: #fff;
	border: 1px solid #B23000;
	font-size: 0.6em;
	height: 14px;
	padding: 2px 5px 0 10px;
	margin: 0;
	width: 115px;
}
#suche input.knopp {
	background: #000 url("../images/knopp-arrow-2.gif") no-repeat right center;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 0.7em;
	vertical-algin: middle;
	padding: 2px 4px 2px 1px;
 	margin: 0 0 0 -5px;
	height: 18px;
	width: 52px;
}
/* Suche End */
#wrapper {
	background: transparent url("../images/bg-container-neu.gif") repeat-y bottom left;
/*	height: 1%;*/
}
#navi {
	background: #B12F00;
	float: left;
	padding: 0 0 195px 0;
	width: 185px;
}
.discovering {
	margin: 5px 0 0 0;
}
#discover_slogan p {
	text-align: right;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 0px 14px 0px;
}

/* Homepage */
#content {
/*	background: transparent url("../images/bg-content-neu.gif") repeat-y;
	border-top: 1px solid #B23000;*/
	float: right;
	padding: 0;
	width: 625px;
}
#article, #gallery {
/* border-top: 1px solid #B23000; */
	float: right;
	width: 625px;
	position: relative;
	background-color: #fff;
}
/* Textbereich Artikel */
#inhalt {
	padding: 26px 183px 122px 22px;
	height: 1%;
/* Ergänzung zwex 20.08.09: */
	z-index: 2;
	position: relative;
	top: 0px;
	left: 0px;
}
#content #columnleft, #article #columnleft, #gallery #columnleft {
	float: left;
	width: 312px;
}
#content #columnright, #article #columnright, #gallery #columnright {
	float: left;
	width: 312px;
}

/* S T R U C T U R E - Homepage
-------------------------------------------------*/

/* Linke Spalte */
/* Bildteaser */
#columnleft .teaserbild {
	clear: both;
	padding: 0 0 0 10px;
	margin: 0 0 19px 0;
}
#columnleft .bildteaser img {
	float: left;
}
.bildteaser .mitte {
	border: 1px solid #fff;
	border-width: 0 1px;
}
/* Standardteaser */
#columnleft .teaser {
	clear: both;
	padding: 0 0 0 14px;
	margin: 0 0 4px 0;
}
/* Standardteaser mit Bild */
.teasertext {
	display: block;
	float: left;
	width: 146px;
	height: 7.19em;
	position: relative;
}
/* Rechte Spalte */
#columnright .teaser {
	clear: both;
	padding: 0 12px 200px 20px;
	background: #fedd96 url("../images/startseite-foto-gruppe.jpg") no-repeat;
	background-position: bottom right;
}
#columnright .teaser_random {
	clear: both;
	position: relative;
	padding: 0;
}
#columnright .img_container {
	width: 312px;
	height: 207px;
	overflow: hidden;
}
#columnright .newsletter {
	background: transparent url("../images/bg-newsletter-teaser.gif") top left;
	border: 1px solid #930;
	border-width: 1px 0;
	position: relative;
	height: 1%;
}
#columnright .teaserblog {
	border-bottom: 1px solid #B23000;
	position: relative;
	height: 1%;
}

/* S T R U C T U R E Article
-------------------------------------------------*/
/* Bildteaser */
#article .bildteaser img {
	border-left: 1px solid #fff;
	float: left;
}
.breadcrumbs {
	font-size: 0.8em;
	font-weight: bold;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	margin: 15px 0 19px 0;
}
.breadcrumbs ul,
.breadcrumbs li {
	display: inline;
	float: left;
}

/* S T R U C T U R E gallery
-------------------------------------------------*/
#simple_gallery {
	padding: 14px 0 0 22px;
}
/* Select Menu Galerieauswahl */
.gallerymenu {
	border: 1px solid #B23000;
	font-size: 0.7em;
	letter-spacing: 0.3px;
	text-transform: uppercase;
	margin: 48px 0 0 22px;
	width: 205px;
	height: 80px;
	overflow: auto;
}
.gallerymenu ul li {
	margin: 5px 9px 12px;
}

/* S T R U C T U R E Footer
-------------------------------------------------*/
#footer {
	border-top: 1px solid #B23000;
	padding: 8px 0 100px 0;
}
.footerleft {
	float: left;
	width: 185px;
}
.footerright {
	float: right;
	width: 625px;
}

/* F O R M A T I E R U N G Homepage
-------------------------------------------------*/
/* Basics for all */
#content p, #article p, #gallery p, #footer p {
	font-size: 0.71em;
}

/* Formatierung Homepage columnleft */
#columnleft {
	background: #fff;
	padding-top: 10px;
}
#columnleft h2 {
	padding: 0px 9px 7px 14px;
	font-size: 0.925em;
}
#columnleft .blogteaser {
	background: #e0ab99;
 	margin-top: 3px;
	padding: 17px 0 50px 0;
}
#columnleft h2.secondheadline {
	padding: 10px 9px 12px 14px;
}
#columnleft .teaser h3, #columnleft .teaserbild h3 {
	border-bottom: 1px solid #fff;
	padding: 7px 0px 2px 0;
	margin-right: 17px;
	color: #fff;
}
#columnleft .teaser {
	margin: 0px;
	padding-bottom: 7px;
}
#columnleft .teaser p {
	letter-spacing: 0.25px;
	padding: 7px 20px 0 1px;
}
#columnleft .teaserbild p {
	letter-spacing: 0.25px;
	padding: 7px 12px 0 12px;
}
#columnleft .teaser img, #columnleft .teaserbild img {
	float: right;
}
#columnleft .programteaser {
	background: #fcefcd;
	padding: 18px 0 0 0;
}
#columnleft .programteaser h3 {
	color: #000;
	border-bottom: 1px solid #000;
}
#columnleft .programteaser h4 {
	font-size: 0.8em;
	padding-right: 10px;
}
#columnleft .programteaser .teaser ul li {
	font-size: 0.7em;
	list-style: disc;
	margin-left: 15px;
	padding-right: 10px;
}
/* weiter links Linke Spalte */
#columnleft .teaser a.morelink, #columnleft .teaserbild a.morelink {
/*	font-size: 0.715em; 
	letter-spacing: 0.35px; */
	text-transform: uppercase;
	padding: 0 13px 0;
}
#columnleft .teaser a.morelink {
	float: right;
	margin: 0 9px 0 0;
}
.teasertext a.morelink {
	position: absolute;
	bottom: 0;
	right: 0;
}

/* Formatierung Homepage columnright */
#columnright {
	border-left: none;
	background-color: #fff;
	padding-top: 10px;
}
#columnright h2 {
	padding: 10px 9px 10px 20px;
	font-size: 0.925em;
}
#columnright h2.first {
	padding: 0px 9px 10px 20px;
}
#columnright .teaserblog h2 {
	padding: 14px 9px 6px 21px;

}
#columnright .newsletter h2, #columnright .teaserblog h2 {
	background: transparent;
	letter-spacing: 1.3px;
}
#columnright .teaser_work h3, #columnright .teaser h3 {
	color: #000;
	border-bottom: 1px solid #000;
	padding: 25px 0 0 0;
	margin-bottom: 13px;
}
#columnright .teaser_work p {
	letter-spacing: 0.25px;
	padding: 3px 20px 0 10px;
}
#columnright .teaser p {
	letter-spacing: 0.25px;
	padding: 0;
}
#columnright .newsletter p {
	letter-spacing: 0.25px;
	padding: 3px 20px 37px 22px;
}
#columnright .teaserblog p {
	letter-spacing: 0.25px;
	padding: 0;
}

/* weiter links Rechte Spalte */
#columnright .teaser a.morelink {
	letter-spacing: 0.35px;
	text-transform: uppercase;
	padding: 0;
	display: block;
	text-align: right;
	margin-bottom: 10px;
}
.morelink_2 {
	background: #930;
	font-size: 0.75em;
	font-weight: bold;
	letter-spacing: 1px;
	display: block;
	text-align: right;
	padding: 7px 5px 7px 9px;
	width: 298px;
}
#columnright .teaserblog a.morelink_2 {
	background: #930;
	font-size: 0.75em;
	font-weight: bold;
	letter-spacing: 1px;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 7px 5px 7px 9px;
	width: 142px;
}
a.morelink_2 {
	color: #fff;
	text-decoration: none;
}
a:hover.morelink_2, a:focus.morelink_2, a:active.morelink_2{
	color: #000;
	text-decoration: none;
}

/* F O R M A T I E R U N G Article
-------------------------------------------------*/
#article p.gallerylink {
	color: #B23000;
	clear: both;
	font-size: 0.8em;
	font-weight: bold;
	letter-spacing: 0.95px;
	text-transform: uppercase;
	padding: 5px 9px 8px 20px;
}
#article p.brochure {
	padding: 23px 150px 21px 23px;
	letter-spacing: 0.5px;
	height: 60px;
}
#columnright p.pdflink {
	background: #F4E0A4;
	color: #930;
	font-size: 0.8em;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 5px 6px 6px 21px;
	width: 147px;
}
#inhalt h1,
#inhalt h3,
#inhalt h4 {
	margin: 0 0 10px 0;
}
#inhalt h2 {
	font-weight: normal;
	letter-spacing: 0.9px;
	margin: 0 0 10px 0;
}
#inhalt p {
	margin: 0 0 10px 1px;
	letter-spacing: 0.35px;
}
.articleliste {
	margin: 50px 0 0 0;
}
.articleliste li {
	border-bottom: 1px solid #930;
	font-size: 0.71em;
	letter-spacing: 0.4px;
	padding: 7px 0 9px 0;
}
.articleliste li a.active {
	color: #000;
}
.articleliste li a {
	color: 930;
	text-decoration: none;
}
.articleliste li a:hover, .articleliste li a:focus, .articleliste li a:active {
	color: #000;
	text-decoration: none;
}

/* F O R M A T I E R U N G gallery
-------------------------------------------------*/
#gallery #columnleft h2 {
	background: transparent;
	color: #000;
	letter-spacing: 0.7px;
	padding: 19px 10px 10px 22px;
}

#gallery p {
	padding: 0 20px 10px 23px;
	letter-spacing: 0.35px;
}
#description p {
	border-bottom: 1px solid #B12F00;
	font-weight: normal;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	color: #930;
	font-size: 0.825em;
	letter-spacing: 0.2px;
	text-transform: uppercase;
}
.thumbnail {
/*	background: #FEF6E3;*/
	width: 150px;
	height: 150px;
	float: left;
	text-align: center;
	margin: 0 10px 40px 0;
}
.thumbnail a {
	font-size: 11px;
	text-decoration: none;
}
.thumbnail img.pt {
	margin-top: 42px;
}
.thumbnail img.pt2 {
	margin-top: 31px;
}
.thumbnail img.pt3 {
	margin-top: 24px;
}
.thumbnail img.ls {
	margin-top: 16px;
}
#imageDetails {
	color: #930;
	font-size: 11px;

}
/* F O R M A T I E R U N G Footer
-------------------------------------------------*/
.footerleft p {
	text-transform: uppercase;
	letter-spacing: 0.55px;
	color: #930;
}
.footerleft ul li a {
	font-size: 0.71em;
}
.footerright p {
	color: #930;
	letter-spacing: 0.4px;
	padding: 0 21px;
}

/* F O R M A T I E R U N G Navigation
-------------------------------------------------*/
ul.tiefe_1 li a.active, ul.tiefe_1 li li a.active {
	color: #000;
	font-weight: bold;
}
ul.tiefe_1 a.active {
	padding: 5px 2px 6px 13px;
}
ul.tiefe_1 li a.parrent {
	background: #fff;
}
ul.tiefe_2 a.active {
 	padding: 0px 2px 5px 13px;
}

ul.tiefe_1 {
	margin-left: 1px;
}
ul.tiefe_1 li {
	font-size: 0.7em;
	letter-spacing: 0.4px;
	text-transform: uppercase;
}
ul.tiefe_1 li a {
	border-bottom: 1px solid #fff;
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 5px 2px 6px 14px;
}
ul.tiefe_1 li a:hover, ul.tiefe_1 li a:focus, ul.tiefe_1 li a:active {
	color: #000;
	text-decoration: none;
}
ul.tiefe_2 {
	background: #fff;
	padding: 0 0 6px 9px;
}
ul.tiefe_2 li {
	font-size: 1em;
	letter-spacing: 0.4px;
	text-transform: uppercase;
}
ul.tiefe_2 li a {
	border-bottom: 1px solid #fff;
	color: #930;
	text-decoration: none;
	padding: 1px 2px 5px 13px;
}

/* Ergänzungen von zwex
-------------------------------------------------*/

/* Bild Styles - Anfang */
img.img_left {
	float: left;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 20px;
}

img.img_left_border {
	float: left;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 2px solid #822140;
}

img.img_right {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 5px;
}

img.img_right_border {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 5px;
	border: 2px solid #822140;
}
/* Bild Styles - Ende */

/* Zusätzliche Textformatierungen - Anfang */

.biblio_1 {
	text-indent: 1.75em;
}
.biblio_2 {
	padding-left: 1.75em;
}
.biblio_3 {
	text-indent: -1.75em;
	padding-left: 1.75em;
}
#inhalt ol {
	margin-left: 1.75em;
	font-size:0.71em;
	line-height: 1.35em;
}
#inhalt ol li {
	margin-bottom: 10px;
}
#inhalt ul {
	margin-left: 15px;
	list-style: circle;
}
/* Zusätzliche Textformatierungen - Ende */

/* Homepage - Clustermap, paypal - Anfang */

#clustermap {
/*	margin: 24px 0 0 12px; */
	position: relative;
	top: 160px;
	left: 12px;
}
input.paypserv {
	color: #930;
	font-weight: bold;
}

/* Homepage - Clustermap, paypal - Ende */

/* Suchergebnis - Anfang */

.search_overview {
	width: 466px;
	float: left;
	margin: 0 0 0 22px;
}
.article_term {
	margin-bottom: 14px;
}
.search_hnavi,
.search_fnavi {
	font-size: 0.71em;
	border-bottom: 1px solid #930;
	height: 15px;
	margin-bottom: 14px;
}
.search_hnavi ul li,
.search_fnavi ul li {
	float: left;
	display: inline;
	margin-right: 10px;
}
.article {
	border-bottom: 1px solid #930;
	margin-bottom: 14px;
	padding-bottom: 10px;
}
.article p {
	font-size: 0.71em;
	line-height: 16px;
}
.article .more {
	font-size: 0.71em;
}
.content .span_suche_treffer {
	background-color: #FFDE59;
}
/* Suchergebnis - Ende */

/* Ergänzungen - Relaunch 2009-03 - Anfang */

#logo {
	padding: 0px;
}
/* Ergänzungen - Relaunch 2009-03 - Ende */

/* Ergänzungen - Umzug typo3 2009-08 - Anfang */

#languages ul {
	padding: 4px;
	text-align: right;
}
#languages ul li {
	display: inline;
	font-size: 0.71em;
	padding: 0 10px;
}
#languages ul li a {
}
#article .artikel_bg {
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 1;
}

/* Ergänzungen - Umzug typo3 2009-08 - Ende */

