/* (c) EIKONA AG, it.x informationssysteme gmbh, Alle Rechte vorbehalten. */
/* Hinweise:- jedes Seitenelement wird hier definiert- Seiteneffekte zwischen Seitenelementen sind auszuschließen*/
/* TinyMCE Style Dropdown */
/* Eintrag: Rot=rot */
.rot {
	color: #ff0000;
}
/* Eintrag: Grün=gruen */
.gruen {
	color: #00ff00;
}
/* Eintrag: Blau=blau */
.blau {
	color: #0000ff;
}
/* Element: Absatz */
.zweispaltig .spalte2 .absatz .text {
	width: 140px;
}
.absatz {
	margin-bottom: 20px;
}
.absatz .bild-unterschrift {
	font-style: italic;
}
.absatz .bild-rechts {
	float: right;
	padding: 0px 0px 10px 10px;
}
.absatz .bild-links {
	float: left;
	padding: 0px 10px 10px 0px;
}
.absatz .text {
	text-align: left;
	font-size: 12px;
}
.absatz .text a {
	color: #FF0000;
}
.text ol {
	display: block;
	overflow: hidden;
	padding-left: 30px;
}
.text ul {
	display: block;
	overflow: hidden;
	padding-left: 15px;
}
.text ol li {
	list-style-position: outside;
	list-style-type: decimal;
}
.text ul li {
	list-style-position: outside;
	list-style-type: disc;
}
/* Element: Bild */
.bild {
}
.bild-unterschrift {
	font-style: italic;
}
.bild-rechts {
	float: right;
}
.bild-links {
	float: left;
}
.bild-zentriert {
	float: left;
	text-align: center;
}

/* -------- News -------- */
.news_start {
	width: 150px;
	margin: 70px 0 0 44px;
	text-align: left;
	float: left;
}
.news_start .liste {
	float: left;
	margin-bottom: 40px;
}
.news_start .liste .text {
	float: left;
	margin-top: 5px;
}
.news_start .liste h2 {
	font-size: 11px;
	font-weight: bold;
	font-family: font-serif;
	helvetica, arial;
}
/* ----- Galerie ----- */
.gallerie {
	float: left;
	width: 550px;
	height: 100%;
	margin-left: 50px;
	margin-top: 30px;
}
.gallerie-bild .bild-links {
	margin-right: 35px;
	margin-bottom: 35px;
}
.gallerie-bild .bild-zentriert {
	margin-bottom: 35px;
}
.gallerie-bild .bild-rechts {
	margin-bottom: 35px;
}
.galerie-bilder-detail {
	background-color: #C4C4C4;
	padding: 20px;
	width: 700px;
	height: 440px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
}
.gallerie_absatz {
	float: left;
	width: 350px;
	margin-left: 50px;
	margin-top: 20px;
}
.galerie-bilder-detail td {
	width: 150px;
	height: 110px;
}
.galerie-bilder-detail td .bild_klein {
	width: 100%;
	height: 100%;
	margin-bottom: 3px;
	cursor: pointer;
}
.galerie_div {
	width: 150px;
	height: 110px;
	float: left;
	margin-right: 32px;
	margin-bottom: 30px;
}
.galerie_div img {
	height: 100%;
	width: 100%;
	cursor: pointer;
}
/* ---- Diashow ----- */
.diashow_div_seiten {
	position:relative;
	float:left;
	width:550px;
	margin-left:50px;
}
.absatz-standort {
	float: left;
	width: 400px;
	margin-left: 50px;
	margin-top: 20px;
}
.unter_diashow {
	float: left;
	width: 550px;
	margin-left: 50px;
	margin-top: 17px;
	line-height: 18px;
}
.unter_diashow .absatz {
	margin-bottom: 0px;
}
/* Element: Dokument */
.dokument {
	clear: both;
}

.faq-frageblock
	{
	float:left;
	width:375px;
	text-align:left;
	margin-bottom:30px;
	}
	
.faq-frageblock a:link,
.faq-frageblock a:hover,
.faq-frageblock a:focus,
.faq-frageblock a:active,
.faq-frageblock a:visited
{
	background: url(../pics/layout/faq-pfeil.png) no-repeat scroll 0px 2px transparent;
	width:375px;
	padding-left:20px;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
	
}

/* Element: Container */
/* Element: Umbruch */
.umbruch {
	font-size: 1px;
	line-height: 1px;
	width: 100%;
	height: 1px;
	overflow: hidden;
	clear: both;
}
