
 /* =======  ::Datei:: javascripts/fancybox/fancybox.css ========  */ 
div#fancy_overlay {
	position:absolute;
	top: 0;
	left: 0;
	z-index: 190;
	width: 100%;
	background-color: #333;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 200;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url(/javascripts/fancybox/fancy_progress.png) no-repeat;
}

div#fancy_close {
	position: absolute;
	top: -1px;
	right: -17px;
	height: 17px;
	width: 17px;
	background: url(/javascripts/fancybox/fancy_closebox.png) no-repeat;
	cursor: pointer;
	z-index: 200;
	display: none;
}

div#fancy_content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	z-index: 196;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:0;
	padding: 0;
	margin: 0;
	z-index: 192;
}

div#fancy_title {
	position: absolute;
	bottom: -30px;
	margin-top:10px;
	left: -2px;
	width: 100%;
	/*height: 20px;*/
	z-index: 200;
	display: none;
	background-color: white;
	border: 1px solid #444444;
}

div#fancy_title table {
	margin: 0 auto;
	border-left: 0px solid black;
}

div#fancy_title div {
	color:black;
	font: normal 11px Arial;
}

td#fancy_title_left {
	height: 20px;
	width: 15px;
	/*background: transparent url(/javascripts/fancybox/fancy_title_left.png) repeat-x;*/
}

td#fancy_title_main {
	height: 20px;
	font-style: normal;
	font-weight: normal;
	/*background: transparent url(/javascripts/fancybox/fancy_title_main.png) repeat-x;*/
}

td#fancy_title_right {
	height: 20px;
	width: 15px;
	/*background: transparent url(/javascripts/fancybox/fancy_title_right.png) repeat-x;*/
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 190;
    padding: 18px 18px 58px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #444;
	background: #FFF;
}

a#fancy_left, a#fancy_right {
	position: absolute;
	bottom: 10px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	background-image: url(data:image/gif;base64,AAAA);
	z-index: 200;
}

a#fancy_left {
	left: 0px;
}

a#fancy_right {
	right: 0px;
}

a#fancy_left {
	background: transparent url(/javascripts/fancybox/fancy_left.gif) no-repeat 0% 100%;
}

a#fancy_right {
	background: transparent url(/javascripts/fancybox/fancy_right.gif) no-repeat 100% 100%;
}

#fancy_bigIframe, #fancy_freeIframe {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 110;
}

div#fancy_bg {
	display: none;
}

div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 170;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	/*background: transparent url(/javascripts/fancybox/fancy_shadow_n.png) repeat-x;*/
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	/*background: transparent url(/javascripts/fancybox/fancy_shadow_ne.png) no-repeat;*/
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	/*background: transparent url(/javascripts/fancybox/fancy_shadow_e.png) repeat-y;*/
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	/*background: transparent url(/javascripts/fancybox/fancy_shadow_se.png) no-repeat;*/
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	/*background: transparent url(/javascripts/fancybox/fancy_shadow_s.png) repeat-x;*/
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	/*background: transparent url(/javascripts/fancybox/fancy_shadow_sw.png) no-repeat;*/
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	/*background: transparent url(/javascripts/fancybox/fancy_shadow_w.png) repeat-y;*/
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	/*background: transparent url(/javascripts/fancybox/fancy_shadow_nw.png) no-repeat;*/
}


 /* =======  ::Datei:: styles/standard_betonsuisse/styles_text.css ========  */ 
/* *************************************************************************** */
/* TEXT-STYLES FÜR WEBSEITE UND CMS                                            */
/* *************************************************************************** */

/* schriftgroesse / -stil global setzten */
html{
  font-size: 100.01%;
}

body {
    font-family: arial, sans-serif;
    color: #323232;
    letter-spacing: 0px;
    text-decoration: none;
    font-size: 0.75em;
}

html,body {
    height: 100%;
}

.bold, .bold:visited, .bold:link, .bold:active {
  font-weight:bold;
}

div,form,td {
    padding: 0px;
    margin: 0px;
}
table { font-size:1em; }
.webText th, .webText td    { text-align:left; }
.webTable th, .webTable td  { text-align:left; }
form br { clear: both; }
form { clear:left; }
a:link, a:active, a:visited {
    margin:0px 0px 0px 0px;
    font-size: 1em;
    font-weight: normal;
    /*color: #959596;*/
    color: #323232;
    text-decoration: underline;
}

a:hover, a:focus {
    margin:0px 0px 0px 0px;
    font-size: 1em;
    font-weight: normal;
    color: #c40035;
    text-decoration: underline;
}

/* *************************************************************************** */
/* TEXTE, ÜBERSCHRIFTEN ETC.                                                   */
/* *************************************************************************** */

/* CONTENT */
.webTextOnlyComment {
    font-size: 0.8em;
    font-weight: bold;
}

/* TITLE */
.webTitle{
    margin:0px 0px 12px 0px;
    padding-left:12px;
    font-size: 1.7em;
    line-height:30px;
    background-color: #fff;
    color:#c40035;
}

.webTitle a, .webTitle a:link, .webTitle a:active, .webTitle a:visited, .webTitle a:hover {
    margin:0px 0px 12px 0px;
    font-weight: bold;
    line-height:30px;
    text-decoration:none;
    color:#000000;
}

/* Headerbereich */
#webHeaderLinks a{
  font-weight:bold;
  text-decoration:none;
  color:#000000;
}


#webHeaderLinks h1 {
  display:block;
  margin:30px 20px 0px 0px;
  font-size:1.2em;
  font-weight:bold;
  color:#000;
}

#webHeaderLinks h1 a {
  color:#000;
}

/* ZWISCHENUEBERSCHRIFT */
.webSubTitle{
  margin: 0px 0px 0px 0px;
  font-size: 1.4em;
  font-weight: bold;
}
h1, .webTitleH1{
  font-size: 1.7em;
  font-weight:normal;
  color:#c40035;
}
h2, .webTitleH2{
  font-size: 1.4em;
  font-weight: bold;
  margin: 0;
}
h3, .webTitleH3{
  font-size: 1.2em;
  font-weight: bold;
  margin: 0;
}
h4, .webTitleH4{
  font-size: 1.1em;
  font-weight: bold;
  margin: 0;
}
h5, .webTitleH5{
  font-size: 1em;
  font-weight: bold;
  margin: 0;
}
h6, .webTitleH6{
  font-size: 1em;
  font-weight: bold;
  margin: 0;
}

/* LEADTEXT */

.webLead{
  font-size:1em;
  line-height:1.4em;
  font-weight:bold;
  background-color:#ffffff;
  margin:0px;
  padding: 0 10px 0 10px;
}

/* FLIESSTEXT (font-family, font-weight, font-size auf jeden Fall mitangeben, da WordModul es benötigt als "FONTBASE") */
.webText{
  margin:0px 0px 0px 0px;
  font-size: 1em;
  font-weight: normal;
  line-height:1.4em;
  font-family: arial, sans-serif;
}
.webTextDms{
  float:left;
  width:95%;
  margin-left: 5px;
}
.webTextDmsInfobox{
  float:left;
  width:90%;
  margin-left: 5px;
}
.InhaltDownloadIcon {
    float:left;
}

/* LEGENDE */
.webLegende{
    margin:0px 0px 0px 0px;
    font-size: 0.9em;
    font-weight: normal;
    font-style: italic;
    color:#4f4f50;
}
/* LEGENDE unter den Bildern ohne Rand (wegen Wordmodul) */
span.webLegende{

}
/* LEGENDE unter den Bildern mit Rand */
div.webLegende{
    margin:0px 0px 0px 0px;
    padding:5px 0 0 0;
    font-weight: normal;
    display:block;
}

/* Zwischenueberschfti rechte spalte */
.infoFlex h3{
  margin-bottom:0;
  padding-bottom:0;
}
/* *************************************************************************** */
/* STANDARD LINKS                                                              */
/* *************************************************************************** */

/* Dieser Style wird für die Link-Darstellung im Wordmodul benötigt! */
.webTextLink, .webTextLink:link, .webTextLink:active, .webTextLink:visited {
    margin:0px 0px 0px 0px;
    font-size: 1em;
    font-weight: normal;
}

.webTextLink:hover, .webTextLink:focus  {
    margin:0px 0px 0px 0px;
    font-size: 1em;
    font-weight: normal;
}

.webTableLink:link, .webTableLink:active, .webTableLink:visited {
    margin:0px 0px 0px 0px;
    font-weight: normal;
}

.webTableLink:hover, .webTableLink:focus {
    margin:0px 0px 0px 0px;
    font-weight: normal;
}

.webTextLinkBold:link, .webTextLinkBold:active, .webTextLinkBold:visited {
    margin:0px 0px 0px 0px;
    font-weight: bold;
}
.webTextLinkBold:hover, .webTextLinkBold:focus {
    margin:0px 0px 0px 0px;
    font-weight: bold;
}

.linkIntern {
    background: url(/images/icons/ico_intern.gif) 0 0 no-repeat;
    padding-left: 15px;
}

.linkExtern {
    background: url(/images/icons/ico_extern.gif) 0 0 no-repeat;
    padding-left: 15px;
}

/* *************************************************************************** */
/* HEADER                                                                      */
/* *************************************************************************** */

.webHeadTitle {
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  font-size: 0.9em;
  font-weight: bold;
  color:#000;
}

.webHeadTitle1 {
  margin:0px 0px 0px 13px;
  padding:0px 0px 0px 0px;
  font-size: 0.9em;
  font-weight: bold;
}

.webHeadTitle2 {
  margin:0px 0px 0px 26px;
  padding:0px 0px 0px 0px;
  font-size: 0.9em;
  font-weight: bold;
}

.webHeadTitle3 {
  margin:0px 0px 0px 39px;
  padding:0px 0px 0px 0px;
  font-size: 0.9em;
  font-weight: bold;
}

.webHeadLink:link, .webHeadLink:visited,.webHeadLink:hover, .webHeadLink:active {
  font-weight: bold;
  color:#000;
}

/* *************************************************************************** */
/* SERVICE NAVIGATION                                                          */
/* *************************************************************************** */

.webServiceContent {
  font-size: 0.9em;
  font-weight: normal;
  color: #4f4f4f;
  vertical-align:middle;
  margin:0px 15px 0px 5px;
  text-decoration: none;
}

.webServiceContent:link, .webServiceContent:active, .webServiceContent:visited, .webServiceContent:hover {
  font-size: 0.9em;
  font-weight: normal;
  color: #4f4f4f;
  text-decoration: none;
}

a.webServiceContent:hover {
  text-decoration:none;
}

.webServiceLink:link, .webServiceLink:active,.webServiceLink:visited {
  /*color: #c40035;*/
  font-size: 0.9em;
  font-weight:normal;
  /*text-decoration:none;*/
}
.webServiceLink:hover, .webServiceLink:focus {
  /*text-decoration:underline;*/
  font-size: 0.9em;
  font-weight:normal;
}

/* *************************************************************************** */
/* Global NAVIGATION                                                          */
/* *************************************************************************** */
.webGlobalContent {
  display:block;
  font-size: 1.2em;
  font-weight: bold;
  margin-right:5px  ! Important;
  color:#4f4f4f  ! Important;
  padding-top: 10px;
}
.extraHeadergalerie #webGlobalContentDiv .webGlobalContent, .extraHeadersichtbeton #webGlobalContentDiv .webGlobalContent, .extraHeaderstrassen #webGlobalContentDiv .webGlobalContent, .extraHeaderlexikon #webGlobalContentDiv .webGlobalContent
 {
  display:block;
  font-size: 1.2em;
  font-weight: bold;
  margin-right:5px  ! Important;
  color:#ffffff  ! Important;
  padding-top: 10px;
}

a.webGlobalContent:link, a.webGlobalContent:active, a.webGlobalContent:visited,a.webGlobalContent:hover, a.webGlobalContent:focus {
  display:block;
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  width:9em;
}

html>body a.webGlobalContent:link, html>body a.webGlobalContent:active, html>body a.webGlobalContent:visited, html>body a.webGlobalContent:hover, html>body a.webGlobalContent:focus {
   width: auto;
}
.webGlobalLiAktiv a:link, .webGlobalLiAktiv a:active, .webGlobalLiAktiv a:visited, .webGlobalLiAktiv a:hover, .webGlobalLiAktiv a:focus {
    color:#ffffff  ! Important;
}


.webGlobalContentAktiv {
  display:block;
  font-size: 1.2em;
  font-weight: bold;
  margin-right:5px  ! Important;
  color:#c40035 ! Important;
  padding-top: 10px;
}

.webGlobalContentAktiv:link, .webGlobalContentAktiv:active, .webGlobalContentAktiv:visited, .webGlobalContentAktiv:hover, .webGlobalContentAktiv:focus {
    display:block;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}

.webGlobalContentFirst  {
padding-left:20px;
}

/* *************************************************************************** */
/* NAVIGATION LINKS                                                            */
/* *************************************************************************** */

/* Ebene 1*/
.webNaviEbene1:link, .webNaviEbene1:active, .webNaviEbene1:visited {
    font-size: 0.96em;
    color: #323232;
    text-decoration:none;
    font-weight:bold;
}

.webNaviEbene1:hover {
    font-size: 0.96em;
    color: #323232;
    font-weight:bold;
    text-decoration:none;
}

/* Ebene 2*/
.webNaviEbene2:link, .webNaviEbene2:active, .webNaviEbene2:visited {
    font-size: 0.9em;
    color: #323232;
    text-decoration:none;
    font-weight:bold;
}

.webNaviEbene2:hover {
    font-size: 0.9em;
    font-weight:bold;
    color:#323232;
    text-decoration:none;
}

/* Ebene 3*/
.webNaviEbene3:link, .webNaviEbene3:active, .webNaviEbene3:visited {
    font-size: 0.88em;
    color: #323232;
    text-decoration:none;
    font-weight:normal;
}

.webNaviEbene3:hover {
    font-size: 0.88em;
    color: #323232;
    text-decoration:none;
    font-weight:normal;
}
/* Ebene 4*/
.webNaviEbene4:link, .webNaviEbene4:active, .webNaviEbene4:visited {
    font-size: 0.88em;
    color: #323232;
    text-decoration:none;
    font-weight:normal;
}

.webNaviEbene4:hover {
    font-size: 0.88em;
    color: #323232;
    text-decoration:none;
    font-weight:normal;
}

/* *************************************************************************** */
/* Aktuell = die Seite auf der wir uns momentan befinden                       */

.webNavigationAktuell {
    color:#c40035;
    display:block;
    margin:0;
}

/* Ebene 1*/
.webNavigationAktuell .webNaviEbene1:link, .webNavigationAktuell .webNaviEbene1:active, .webNavigationAktuell .webNaviEbene1:visited  {
  color:#c40035;
  font-weight:bold;
}

.webNavigationAktuell .webNaviEbene1:hover{
  color:#c40035;
  font-weight:bold;
}

/* Ebene 2*/
.webNavigationAktuell .webNaviEbene2:link, .webNavigationAktuell .webNaviEbene2:active, .webNavigationAktuell .webNaviEbene2:visited  {
  color:#c40035;
  font-weight:bold;
}

.webNavigationAktuell .webNaviEbene2:hover{
  color:#c40035;
  font-weight:bold;
}

/* Ebene 3*/
.webNavigationAktuell .webNaviEbene3:link, .webNavigationAktuell .webNaviEbene3:active, .webNavigationAktuell .webNaviEbene3:visited  {
  color:#c40035;
  font-weight:normal;
}

.webNavigationAktuell .webNaviEbene3:hover{
  color:#c40035;
  font-weight:normal;
}
/* Ebene 4*/
.webNavigationAktuell .webNaviEbene4:link, .webNavigationAktuell .webNaviEbene4:active, .webNavigationAktuell .webNaviEbene4:visited  {
  color:#c40035;
  font-weight:normal;
}

.webNavigationAktuell .webNaviEbene4:hover{
  color:#c40035;
  font-weight:normal;
}

/* *************************************************************************** */
/* Aktiv = Seite im aktiven Pfad                                               */

/* Ebene 1*/
.webNavigationAktiv .webNaviEbene1:link, .webNavigationAktiv .webNaviEbene1:active, .webNavigationAktiv .webNaviEbene1:visited  {
    color:#c40035;
}

.webNavigationAktiv .webNaviEbene1:hover{
    color:#c40035;
}

/* Ebene 2*/
.webNavigationAktiv .webNaviEbene2:link, .webNavigationAktiv .webNaviEbene2:active, .webNavigationAktiv .webNaviEbene2:visited  {
    color:#c40035;
}

.webNavigationAktiv .webNaviEbene2:hover{
    color:#c40035;
}

/* Ebene 3*/
.webNavigationAktiv .webNaviEbene3:link, .webNavigationAktiv .webNaviEbene3:active, .webNavigationAktiv .webNaviEbene3:visited  {
    color:#c40035;
}

.webNavigationAktiv .webNaviEbene3:hover{
    color:#c40035;
}

/* *************************************************************************** */
/* NAVIGATOR                                                                   */
/* *************************************************************************** */
.webNavigator{
    font-size: 0.9em;
    font-weight: normal;
    color: #959596;
}
.webNavigatorAktiv{
    font-size: 0.9em;
    font-weight: normal;
    color: #c40035;
}

a.webNavigator:link, a.webNavigator:active, a.webNavigator:visited, a.webNavigator:hover {
    font-size: 0.9em;
    font-weight: normal;
    color: #333;
    text-decoration:none;
}

/* *************************************************************************** */
/* CONTEXT SPALTE                                                              */
/* *************************************************************************** */

.webTeaserTitle{
    font-size: 1em;
    text-transform: uppercase;
}

.webTeaserSucheDiv .webTeaserTitle {
    font-size: 0.9em;
    font-weight: normal;
    color: #333;
}

.webTeaserSubTitle{
    font-size: 0.9em;
    font-weight: bold;
}

.webTeaserText{
    font-size: 0.9em;
    font-weight: normal;
    color: #323232;
    margin: 0 0 0 0;
}

.webTeaserLink:link, .webTeaserLink:active, .webTeaserLink:visited {
    font-size: 0.9em;
}

.webTeaserLink:hover,  .webTeaserLink:focus {
    font-size: 0.9em;
}

/* *************************************************************************** */
/* UMSCHALTUNG SPRACHE                                                         */
/* *************************************************************************** */

.webSpracheAktiv {
    font-size: 0.9em;
    font-weight: bold;
    color: #4f4f4f;
    text-decoration: none;
    display:block;
    padding: 0px 0px;
    line-height:1.5em;
}

.webSpracheAktiv:link, .webSpracheAktiv:active, .webSpracheAktiv:visited, .webSpracheAktiv:hover {
    font-size: 0.9em;
    font-weight: bold;
    color: #4f4f4f;
    text-decoration: none;
    line-height:1.5em;
}

.webSpracheInaktiv {
    font-size: 0.9em;
    font-weight: normal;
    color: #4f4f4f;
    text-decoration: none;
    display:block;
    padding: 0px 0px;
    line-height:1.5em;
}
.webSpracheInaktiv:link, .webSpracheInaktiv:active, .webSpracheInaktiv:visited, .webSpracheInaktiv:hover {
    font-size: 0.9em;
    font-weight: normal;
    color: #4f4f4f;
    text-decoration: none;
    line-height:1.5em;
}

.webSpracheInaktiv:hover, .webSpracheAktiv:hover {
  text-decoration: none;
}

.webSpracheDeaktiv {
    font-size: 0.9em;
    font-weight: normal;
    color: #333;
    text-decoration: none;
  display:block;
  padding: 0px 0px;
    line-height:1.5em;
}

/* *************************************************************************** */
/* SITEMAP                                                                     */
/* *************************************************************************** */

.webSitemapLevelZero:link, .webSitemapLevelZero:active, .webSitemapLevelZero:visited, .webSitemapLevelZero:hover {
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
}

.webSitemapLevelOne:link, .webSitemapLevelOne:active, .webSitemapLevelOne:visited, .webSitemapLevelOne:hover {
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
}

.webSitemapLevelTwo:link, .webSitemapLevelTwo:active, .webSitemapLevelTwo:visited, .webSitemapLevelTwo:hover {
    font-size: 1em;
    font-weight: normal;
    text-decoration: none;
}

.webSitemapLevelThree:link, .webSitemapLevelThree:active, .webSitemapLevelThree:visited, .webSitemapLevelThree:hover {
    font-size: 1em;
    font-weight: normal;
    text-decoration: none;
}

.webSitemapLevelFour:link, .webSitemapLevelFour:active, .webSitemapLevelFour:visited, .webSitemapLevelFour:hover {
    font-size: 1em;
    font-weight: normal;
    text-decoration: none;
}


/* *************************************************************************** */
/* SONSTIGES                                                                   */
/* *************************************************************************** */

address {
    font-style: normal;
}

/* FEHLERMELDUNG */

.webFehler {
      font-size: 1em;
    margin-top: 7px;
    margin-bottom: 7px;
    padding: 5px 5px 5px 0px;
}

.webFehlerListe {
    list-style: none;
    padding-left: 7px;
}

/* ENDE FEHLERMELDUNG */

/* TABELLEN ENDE */

.webLabel {
    font-weight: bold;
    text-align: left;
    margin-right: 5px;
}

.webLabelLeft {
    font-weight: bold;
    float: left;
    text-align: left;
    width: 140px;
    margin-right: 5px;
}

.webFormInput {
    float: left;
}

.webFieldset {
    font-size: 12px;
    padding-top: 14px;
    padding-left: 14px;
    padding-bottom: 14px;
}

/* LEGEND */
.webLegend {
    margin-bottom: 10px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}


.pflichtfeld {
    color: #FF0000;
}
/* Error des Linkchecks (all_functions.php) */
.linkerrorbold{
  color:#F00;
  font-weight:bold;
}
.linkerror{
  color:#F00;
  font-weight:normal;
}

ul.webListNavigation{
    list-style:none;
    margin:0px;
    padding:0px;
}


/**** URL in der Suche ***/
.searchUrl {
  color:#999;
}

.webSucheDatei{
    margin:0px 0px 0px 0px;
    font-size: 0.9em;
    font-weight: normal;
}


/*** versteckte Labels und Texte ****/
.hiddenLabel, .hiddenText{
  display: inline; left: -1000px; overflow: hidden; width: 0px; position: absolute; top: -1000px; height: 0px;
}

/* EVENTS-TABELLE */

.webTableEventsPreview  .webLabelLeft{
    font-weight: normal;
}

.webTableEventsPreview  .pflichtfeld{
    color:#000;
}

.webTableEventsPreview  .webTableData{
    font-weight: normal;
}


/* EVENTS-TABELLE ENDE */

/* *************************************************************************** */
/* Immobilienobjekte                                                           */
/* *************************************************************************** */

#immoGalerieSuchform .webSearchLeft {
    font-weight: bold;
    width: 122px !important;
    float: left;
}

#immoGalerieSuchform .FormoInput {
    display: block;
}

#fertigstellungsjahr, .immobilienEditSelect {
    display: block;
    width: 336px;
}

#immoGalerieSuchform .FormoButton {
    margin-left: 122px;
}


/* *************************************************************************** */
/* TinyMCE Styles                                                              */
/* *************************************************************************** */

/* EIGENTLICH LAYOUTSTYLES, aber muss für TinyMCE in styles_text liegen gemaess sb_tiny_mce3js */

/* Darstellung Listenpunkte für Flexmodul mit TINY Modul */
.flexTinymceDiv ul {
    list-style-image: url("/images/icons/ico_list.gif");
}
.flexTinymceDiv ul, .flexTinymceDiv ol{
    padding:0;
    margin:0;
}
.flexTinymceDiv ul , .flexTinymceDiv ol , .flexTinymceDiv dl{
    list-style-position:inside;
    margin:0px;
}

.flexTinymceDiv  p{
    margin:0px 0px 10px 0px;
}
.flexTinymceDiv{
	overflow: hidden;
}
/*****************************/
/* Tabellen Styles fürs Tiny */

.flexTinymceDiv table{
    margin:0;
    padding: 0;
}

.flexTinymceDiv table td, .flexTinymceDiv table th {
    padding: 0px 0.3em 0px 0.3em;
}

/* Rahmen: schwarz */
.flexTinymceDiv table.tinyBorder1{
    border-top:1px solid #000000;
    border-right:1px solid #000000
}

.flexTinymceDiv table.tinyBorder1 td, .flexTinymceDiv table.tinyBorder1 th {
    border-left:1px solid #000000;
    border-bottom:1px solid #000000;
}

/* Rahmen: grau */
.flexTinymceDiv table.tinyBorder2{
    border-top:1px solid #cccccc;
    border-right:1px solid #cccccc;
}

.flexTinymceDiv table.tinyBorder2 td, .flexTinymceDiv table.tinyBorder2 th {
    border-left:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
}

/* ENDE TinyMCE Styles */


 /* =======  ::Datei:: styles/standard_betonsuisse/styles_forms.css ========  */ 
/* *************************************************************************** */
/* FORM-STYLES FÜR WEBSEITE                                                    */
/* *************************************************************************** */

#webSucheBroadDiv fieldset {
  border:none;
  padding:0;
}
/* EINGABEFELDER */
.webFormInput {
    border:1px solid #CFCFCF;
    font-family: arial, sans-serif;
    color: #000000;
    font-size: 1em;
}

.webTable .webFormInput {
    margin-right:5px;
}

.webFormInputNormal {
    width:120px;
    border:1px solid #000000;
    font-family: arial, sans-serif;
    color: #000000;
    font-size: 1em;
}

.webFormSearchInput {
	height:18px;
    border:1px solid #000;
    font-family: arial, sans-serif;
    color: #000000;
    font-size: 1em;
}

.webFormSearchInputBox {
	background: #fff url(/images/icons/ico_lupe.gif) no-repeat;
    border:0px solid #fff;
	width:90px;
	font-size: 1.2em;
    float:left;
    margin-top:1px;
    margin-bottom:1px;
    padding:0 0 2px 25px;
}

.webFormSearchButton{
    font-family: arial, sans-serif;
    font-size: 1.2em;
	letter-spacing: -1px;
    background-color:#fff;
    border:0px solid #fff;
    color:#323232;
    float:left;
    margin:0px 0px 0px 4px;
    padding:3px 0px 1px 0px;
    width: 85px;
	cursor:pointer;
}

input.webFormButton {
    font-family: arial, sans-serif;
    font-size: 1em;
    /* nur padding left angeben zwecks cross-browser */
    padding-left:10px;
    margin: 0px 3px 3px 0px;
    border:1px solid #6A6969;
    background-color: #D4D4D4;
    text-align:left;
}

input.webKontextButton {
    font-family: arial, sans-serif;
    font-size: 0.9em;
    /* nur padding left angeben zwecks cross-browser */
    padding-left:10px;
    padding-top:1px;
    padding-bottom:0px;
    margin: 0px 3px 3px 0px;
    border:1px solid #6A6969;
    background-color: #D4D4D4;
    text-align:left;
}

.webFormInfoboxInput{
    width: 151px;
}

/* *************************************************************************** */
/* VOLLTEXTSUCHE                                                               */
/* *************************************************************************** */

#volltextsuche .webFormSearchButton{
    margin:0px;
    padding:0px;
}

/****************************************************************/
/* FORMULAR GENERATOR */
.formo_block{
    margin-bottom:5px;
}

.formo_block input.formoCheck{
    float:left;
}

.formo_block span.formo_text {
    display:block;
    float:left;
    width: 122px;
    font-weight:bold;
}

.formo_block span.formo_text2 {
    display:inline;
    font-weight:bold;
}
.formo_block span.formo_text_frei {
    display:inline;
    font-weight:normal;
}

.FormoTextarea{
    width:336px;
    height:60px;
    border: 1px solid #bbbbbb;
    font-size: 1em;
    font-family: arial, sans-serif;
    color: #000000;
    overflow:visible;
}

.FormoInput{
    width:336px;
    border: 1px solid #bbbbbb;
    font-size: 1em;
    font-weight: normal;
    font-family: arial, sans-serif;
}

.FormoInput1{
    width:40px;
    border: 1px solid #bbbbbb;
    font-size: 1em;
    font-weight: normal;
    font-family: arial, sans-serif;
    margin: 0px 6px 0px 0px;
}

.FormoInput2{
    width:286px;
    border: 1px solid #bbbbbb;
    font-size: 1em;
    font-weight: normal;
    font-family: arial, sans-serif;
}

.FormoButton{
    font-family: arial, sans-serif;
    font-size: 1em;
    height:22px;
    padding: 0px 0px 0px 0px;
    margin: 0px 7px 3px 0px;
    border:1px solid #6A6969;
    background-color: #D4D4D4;
}

.FormoInfoText span{
    display:block;
    clear:both;
}

.FormoAbsenden span.formo_text{
    display:block;
    clear:both;
}

div.FormoAbsenden{
    clear:both;
    margin-left:125px;
}

/* *************************************************************************** */
/* Aktuell Filter                                                              */
/* *************************************************************************** */

.webFormSearchAktuell{
    font-family: arial, sans-serif;
    font-size: 1.1em;
    background-color:#CCC;
    border:1px solid #333;
    color:#333;
    margin:2px 0 0px 5px;
    padding:0px 0px 0px 0px;
}

.themenLeft{
    width: 250px;
    float:left;
    margin:0px 10px 0px 0px;
}

.themenRight{
    float:left;
    width: 120px;
}



 /* =======  ::Datei:: styles/standard_betonsuisse/styles_layout.css ========  */ 
/* *************************************************************************** */
/* LAYOUT-STYLES FÜR WEBSEITE UND CMS                                          */
/* *************************************************************************** */

/* *************************************************************************** */
/* ALLGEMEINE STYLES                                                           */
/* *************************************************************************** */

/* Tiny Styles welche im Editmode benoetigt werden     */
/* muessen in der styles_text.css eingetragen werden ! */

.floatRight {
  float:right;
  text-align:right;
}
.floatLeft  { float: left; }
.textLeft   { text-align:left; }
.textCenter { text-align:center; }
.textRight  { text-align:right; }
.clearBoth {
  clear:both;
  line-height:1px;
}
.marginLeft   { margin-left:10px; }
.marginRight  { margin-right:10px; }
.marginRightSmall { margin-right:2px; }
td.textAlignRight { text-align:right; }

/* Accesskeys */
.webBlindThis
{
    position: absolute;
    left: -999px;
    top: -999px;
    width: 0px;
    height: 0px;
    font-size: 0px;
    line-height: 0px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    display: inline;
}

/* *************************************************************************** */
/* BODY                                                                        */
/* *************************************************************************** */
img { border:0px; }
/* BODY-BEREICH */
.webBody {
  margin:0;
  padding:0;

}
body {
    margin:0;
    padding:0;
    background-color: #797979;
    background-image: url(/images/verlauf.gif);
    background-repeat:repeat-y;
    background-position:center;
}
#webBodyDiv {
  margin:0 auto 0 auto;
  width:980px;
  text-align:left;
}
/* fuer Mozilla */
html>body #webBodyDiv {border-right: 1px solid transparent;}

#webInnerContentBroad #webFooter {
  background: #e2e2e2 url(/images/linienbild.gif) scroll repeat-x 0px 15px;
  margin:0;
  height:20px;
  padding:20px 0 20px 0;
  width:710px;
  text-align:left;
  font-size:0.9em;
}

#webFooter {
  background: #e2e2e2 url(/images/linienbild.gif) scroll repeat-x 0px 15px;
  margin:0;
  height:20px;
  padding:20px 0 20px 0;
  width:490px;
  text-align:left;
  font-size:0.9em;
}
#webFooter ul {
  list-style-type:none;
  padding:0;
  margin:0;
}
#webFooter ul li{
  display:inline;
  padding:0;
  margin:0;
}


#webFooter ul a:link, #webFooter ul a:active, #webFooter ul a:visited, #webFooter ul a:hover, #webFooter ul a:focus {
  display:block;
  float:left;
  color:#4f4f4f;
}

#webFooter img{
  display:block;
  float:left;
  margin:0 5px 0 10px;
}


/* *************************************************************************** */
/* HEADER                                                                      */
/* *************************************************************************** */
#webHeaderDiv {
    width:980px;
    padding:0;
    margin:0;
    height: 250px;
    /*border:1px solid red;*/
}

#webLogoDiv {
  width:210px;
  height:96px;
}

#webLogoDiv h1 {
  text-indent:-9999px;
  margin:0;
  padding:0;
}

#webLogoDiv h1 a {
  display:block;
  text-decoration:none;
  height:80px;
}

#webLogoDiv img{
  margin-top:20px;
}


#headerleft{
  background-image: url("/images/headerbilder/headerbild_startseite.jpg");
  float:left;
  width:750px;
  height:250px;
  margin:0;
  padding:0;
}

/* extra Headerbild fuer die 4 Subsites */
.extraHeadergalerie{
  background-image: url("/images/headerbilder/headerbild_subsites.jpg") !important;
}
.extraHeadersichtbeton{
  background-image: url("/images/headerbilder/headerbild_sichtbeton.jpg") !important;
}
.extraHeaderstrassen{
  background-image: url("/images/headerbilder/headerbild_betonstrasse.jpg") !important;
}
.extraHeaderlexikon{
  background-image: url("/images/headerbilder/headerbild_betonlexikon.jpg") !important;
}
/* extra Headerbild fuer die 3 Globalnavipunkte */
.extraHeaderbeton{
  background-image: url("/images/headerbilder/headerbild_beton.jpg") !important;
}
.extraHeaderkommunikation{
  background-image: url("/images/headerbilder/headerbild_kommunikation.jpg") !important;
}
.extraHeaderangebot{
  background-image: url("/images/headerbilder/headerbild_kommunikation.jpg") !important;
}
.extraHeaderunternehmen{
  background-image: url("/images/headerbilder/headerbild_unternehmen.jpg") !important;
}

#headerright{
  margin-left:10px;
  float:left;
  width:210px;
}


/* *************************************************************************** */
/* SERVICE NAVIGATION                                                          */
/* *************************************************************************** */
#webServiceSprache {
  height:20px;
  background-color:#fff;
  width:750px;
  margin:0;
}
#webServiceNavigationDiv{
  width:500px;
  float:left;
  margin:0;
}
#webServiceContentDiv {
  margin-left:40px;
  padding:0;
  width:500px; /* wichtig fuer Opera */
}
#webServiceContentDiv ul {
  padding:0px;
  margin:0px 0px 0px 0px;
  list-style-type:none;
}
#webServiceContentDiv li {
  float:left;
  margin:0px 5px 0px 0px;
  padding:0px 5px 0px 0px;
  background-image:url(/images/pipe.gif);
  background-repeat: no-repeat;
  background-position:right 3px;
  voice-family:"\"}\"";
  voice-family:inherit;
}
html>body #webServiceContentDiv li { background-position:right bottom; }
#webServiceContentDiv .last {
  float:left;
  margin:0px 5px 0px 0px;
  padding:0px 5px 0px 0px;
  background:none;
}
#webServiceContentDiv li a {
  display:block;
  margin-top:3px;
}
/* *************************************************************************** */
/* GLOBAL NAVIGATION                                                           */
/* *************************************************************************** */
#webGlobalNavigationDiv{
  background:#fff;
  margin:0px;

}
#webGlobalContentDiv {
  float:right;
  /*width:750px;*/
  margin-top:175px;
}
#webGlobalContentDiv ul {
  padding:0;
  margin:0;
  list-style-type:none;
  margin-right:10px  ! Important;
}
#webGlobalContentDiv li {
  text-align:right;
  padding:0;
  float:left;
  display:block;
  width:12.76em;
  height:45px;
  background-color:#ffffff;
  margin-left:10px  ! Important;
}
.WebCmsContentDiv {
  margin:0;
  padding:0;
}

.extraHeadergalerie #webGlobalContentDiv li, .extraHeadersichtbeton #webGlobalContentDiv li, .extraHeaderstrassen #webGlobalContentDiv li, .extraHeaderlexikon #webGlobalContentDiv li {
    background-color:#4F4F50;
}
.extraHeadergalerie .webGlobalLiAktiv, .extraHeadersichtbeton .webGlobalLiAktiv, .extraHeaderstrassen .webGlobalLiAktiv, .extraHeaderlexikon .webGlobalLiAktiv {
    background-color:#000000 ! important;
}
/* *************************************************************************** */
/* SUBSITE NAVIGATION                                                           */
/* *************************************************************************** */

ul.outerNavi {
  padding:0;
  margin:0;
  list-style-type:none;
}

ul.outerNavi li {
  padding:0;
  margin:5px 0 0 0;
  display:block;
  background-color:#797979;
  padding:5px 7px 4px 7px;

}
ul.outerNavi li a:link, ul.outerNavi li a:active, ul.outerNavi li a:visited, ul.outerNavi li a:focus, ul.outerNavi li a:hover {
    display:block;
    color: #ffffff;
    text-decoration:none;
    font-size:1.2em;
    font-weight:bold;
  background-image:url(/images/icons/ico_pfeil_weis.gif);
  background-repeat: no-repeat;
  background-position: right center;
}

ul.outerNavi2 {
  margin-top:44px;
}

ul.outerNavi2 li {
  padding:0;
  margin:5px 0 0 0;
  display:block;
  background-color:#ffffff;
  padding:5px 7px 4px 7px;

}
ul.outerNavi2 li a:link, ul.outerNavi2 li a:active, ul.outerNavi2 li a:visited, ul.outerNavi2 li a:focus, ul.outerNavi2 li a:hover {
    color: #C40035;

  background-image:url(/images/icons/ico_pfeil_rosa.gif);
  background-repeat: no-repeat;
  background-position: right center;
}


/* *************************************************************************** */
/* NAVIGATION LINKS                                                            */
/* *************************************************************************** */
#webNavigationDiv {
  float:left;
  width:210px;
  overflow:hidden;
  margin:30px 0 0 0;
}
#webNavigationDiv ul {
  list-style-type:none;
  background:#FFF;
  margin:0px;
  padding:5px 0px 5px 0px;
}
#webNavigationDiv li {
  margin:0;
  padding:0;
}
#webNavigationDiv ul ul {
  margin:0;
  padding:0;
}
/* Ebene 1*/
.webNavigationEbene1Div{
  padding:0px 0px 2px 0px;
  display:block;
}
.webNavigationEbene1TextDiv{
  margin:0px 20px 0px 20px;
  padding:4px 0px 0px 0px;
  border-top: 1px solid #ededed;
}
#webNavigationDiv .first {
  border: none;
}

/* Ebene 2*/
.webNavigationEbene2Div{
  padding:0px 0px 4px 0px;
  margin:0px 0px 0px 0px;
}
li div.webNavigationAktuell{ /* für IE 5 alles ein bisschen annersch */
  margin-top:-3px;
  voice-family:"\"}\"";
  voice-family:inherit;
  margin-top:0;
}
html>body li div.webNavigationAktuell { margin-top:0; }
li div.webNavigationAktiv{ /* für IE 5 alles ein bisschen annersch */
  margin-top:-3px;
  voice-family:"\"}\"";
  voice-family:inherit;
  margin-top:0;
}
html>body li div.webNavigationAktiv { margin-top:0; }
.webNavigationEbene2TextDiv{
  margin:0px 0px 0px 32px;
  padding:2px 0px 0px 0px;
}
/* Ebene 3*/
.webNavigationEbene3Div{
  padding:0px 0px 4px 0px;
  margin:0px 0px 0px 0px;
}
.webNavigationEbene3TextDiv{
  margin:0px 0px 0px 44px;
  padding:2px 0px 0px 0px;
}

/* Ebene 4*/
.webNavigationEbene4Div{
  padding:0px 0px 4px 0px;
  margin:0px 0px 0px 0px;
}
.webNavigationEbene4TextDiv{
  margin:0px 0px 0px 56px;
  padding:2px 0px 0px 0px;
}

/* *************************************************************************** */
/* NAVIGATOR                                                                   */
/* *************************************************************************** */

#webInnerContentBroad #webNavigatorDiv {
  padding:8px 0px 0px 0px;
  background-color:#e2e2e2;
  width:710px;
  height: 22px;
}

#webNavigatorDiv {
  padding:8px 0px 0px 0px;
  background-color:#e2e2e2;
  width:490px;
  height: 22px;
}
#webNavigatorDiv ul {
  margin-left:0;
  padding-left:0;
  display:inline;
  border:none;
}
#webNavigatorDiv ul li {
  margin-left:0;
  border:none;
  list-style-type:none;
  display:inline;
}

/* *************************************************************************** */
/* INHALTSBEREICH                                                              */
/* *************************************************************************** */

/* Seitentittel */
h1#contentStart {
    border-bottom:10px solid #e2e2e2;
}


/* CONTENT-BEREICH AUSSEN (NORMAL) */
#webContentDiv {
    width: 930px;
    margin: 0 10px 0 40px;
}
#webContentDivBroad {
    width: 930px;
    margin: 0 10px 0 40px;
}

/* CONTENT-BEREICH INNEN (NORMAL) */
#webInnerContentSmall{
  background-color:#ffffff;
  float:left;
  margin-left:10px;
  width:490px;
  voice-family:"\"}\"";
  voice-family:inherit;
}

html>body #webInnerContentSmall {
    width: 490px;
}

/* CONTENT-BEREICH INNEN (BREIT) */
#webInnerContentBroad{
  background-color: #ffffff;
  float: left;
  margin-left: 10px;
  width: 685px;
  voice-family:"\"}\"";
  voice-family:inherit;
  width: 710px;
}
html>body #webInnerContentBroad {
    width: 710px;
}

/* DIV um alle Flexmodule Inhaltsbereich (ohne Leadtext) */
#innerFlex {
    padding: 6px 10px 10px 10px;
    margin:0px;
}

/* CONTENT-SPALTE TOP*/
.webTopInfo{
    margin-bottom:14px;
    height:25px;
    text-align:left;
    background: #ffffff;
}

.webTopInfo fieldset {
  margin:0;
  padding:0;
  height:25px;
  border:0px solid #fff; /* nicht rausnehmen - braucht irrsinnigerweise der Opera*/
}

.webTopInfo  legend {
  display:none;
}

.webTopContentNavigator
{
  margin:0 0 -12px 0;
  width:490px;
  padding:0;
  voice-family:"\"}\"";
  voice-family:inherit;
  margin:0;
}
html>body .webTopContentNavigator
{
    margin:0;
}
.webTopContentNavigatorBroad{
  margin:0px 21px -12px 0;
  width:490px;
  padding:0;
  voice-family:"\"}\"";
  voice-family:inherit;
  margin:0px;
}
html>body .webTopContentNavigatorBroad
{
margin:0px;
}

.webTopContentPrint{ text-align:right; }
.webTopContentLine { }

/* SERVICE-LINKS */
.webInfoServiceDiv{ }

.webPrintBr{
    display:none;
}

/* *************************************************************************** */
/* CONTEXT SPALTE                                                              */
/* *************************************************************************** */
.webTextLink.webUnterseiteClass {
    margin-left: 10px;
}

/* INFO-SPALTE DE */
#webInfoDivDe {
  display:block;
  float:left;
  margin-left:10px;
  margin-top:31px;
  width:210px;
  text-align:left;
  overflow:hidden;
  background-color:#fff;
}
/* INFO-SPALTE FR */
#webInfoDivFr {
  display:block;
  float:left;
  margin-left:10px;
  margin-top:31px;
  width:210px;
  text-align:left;
  overflow:hidden;
  background-color:#fff;
}

/* INFO-BOX */
.webTeaserDiv{
  padding:0px;

  /* Mozilla benötigt Border
  border: 1px solid #fff;*/
}

.webTeaserSucheDiv{
  width:210px;
  padding:0px 0px 0px 0px;
  voice-family:"\"}\"";
  voice-family:inherit;
}
/*html>body .webTeaserSucheDiv { margin-bottom:8px; }*/

#webSucheBroadDiv{
}
#multimedia4_4 {
    margin-left: 10px;
}


.webSucheLinkDiv{
    clear:both;
    margin-top: -1px;
}

.webTeaserAbstandDiv{
  margin:0px 0px 10px 0px;
  padding:0px 0px 0px 0px;
}
/* WARENKORB + KATEGORIEN */
.webTeaserDivComplete {
  padding:2px 0px 2px 0px;
  border-top:1px solid #000;
  background-color:#FFFFFF;
}
.webTeaserDivComplete .webSitemapLevelOneDiv,
.webTeaserDivComplete .webSitemapLevelTwoDiv,
.webTeaserDivComplete .webSitemapLevelThreeDiv {
  display: inline;
}

/* LOGOS KONTEXT SPALTE ENDE*/

#logos_contentboxen {
  background: #e2e2e2;
  padding-top: 7px;
}

#logos_contentboxen h4{
  text-transform: uppercase;
  font-size: 0.88em;
  color: #7f7f7f;
  font-weight: normal;
  margin: 0 0 1px 0;
}

/* *************************************************************************** */
/* Veranstaltungskalender im Context                                           */
/* *************************************************************************** */
.eventsInfobox {
    border-bottom: 10px solid #E2E2E2;
}
.eventsInfobox ul {
    list-style: none;
    margin: 0;
    padding:0 0 10px 10px;
    font-size: 0.9em;
}
.eventsInfobox li {
    padding:0 0 0 15px;
    background-image: url("/images/icons/ico_kalender.gif");
    background-repeat: no-repeat;
    background-position: 0px 2px;
}
.eventsInfobox a{

}

/* *************************************************************************** */
/* UMSCHALTUNG SPRACHE                                                         */
/* *************************************************************************** */
#webSpracheDiv {
    float:right;
    width:200px;
    margin:0px 5px 0px 0px;
    padding:0px 0px 0px 0px;
}
ul.webSpracheDiv{
  margin:0px;
  padding:0px;
  list-style-type:none;
  float:right;
}
ul.webSpracheDiv li{
  float:left;
  margin:2px 0px 0px 0px;
  background:url(/images/pipe.gif) no-repeat;
  background-position:left 1px;
}

.webSpracheDiv .last{
  margin:2px 0px 0px 4px;
  padding:0px 0px 0px 6px;
}
.webSpracheDiv .first{
  float:left;
  background:none;
}

.webSpracheInaktivDiv{ vertical-align:bottom; }
.webSpracheAktivDiv{ vertical-align:bottom; }
.webFlexAbstandDiv {  }

/* *************************************************************************** */
/* DYNAMISCHE ÜBERSICHTSLISTEN                                                 */
/* *************************************************************************** */
.webTeaserausgabeBildDivLeft {
  margin: 0px 10px 5px 0px;
  text-align:left;
  float:left;
  width:100px;
}
.webTitleDynDiv{ margin-bottom: 3px; }
.webBlaetternDiv{
  width:100%;
  border-bottom:1px solid #CCC;
  border-top:1px solid #CCC;
}
.webListPageShow{   margin:0; }

/* *************************************************************************** */
/* FLEX-MODULE                                                                 */
/* *************************************************************************** */
.flexZwischenueberschrift {
  margin-top: 5px;
}

.linkInternImg {
  float:left;
  margin-right: 11px;
}
.linkExternImg {
  float:left;
  margin-right: 11px;
}
/* Weitenangabe fuer Darstellung bei 2zeiligem Link */
.linkText{
    float:left;
    width: 95%;
}

/* FLEXMODULE INFOBOXEN */

.webFlexBothDivSubTitle {
  display:block;
  padding:5px 0px 4px 10px;
}

label.webFlexBothDivSubTitle {
  padding: 0px;
  margin:0px;
}

.webFlexTopDiv{
  display:block;
  margin:0px 0px 0px 0px;
  background:#ffffff;
  padding:5px 10px 5px 10px;
  height:100%;
}
.webFlexBothDiv{
  display:block;
  padding:10px 10px 0 10px;
  background:#ffffff;
}

/* ohne Bullet */
.webFlexBothSolidDiv{
  display:block;
  background:#ffffff;
  padding:0px 10px 0px 10px;
}
.webFlexBothSolidDiv a {
  font-weight: 0.8em;
  color:#C40035;
  text-decoration: none;
}
.webFlexBothSolidDiv img {
  margin-bottom: 5px;
}

.webFlexBottomDiv{
  display:block;
  height:25px;
}
.webFlexAbstandDiv{ padding:0px 0px 0px 0px; }

/* EINGABEFELD DIV */
.webTextareaBildDivLeft {
  margin:0px 10px 5px 0px;
  text-align:left;
  float:left;
}


/* EINGABEFELD DIV */
.webTextareaBildDivRight {
  margin:0px 0px 5px 10px;
  text-align:left;
  float:right;

}

/* Außergewöhnliche Bildgrößen für Text+Bild */
.webTextareaBildDiv1
{
    width:100px;
}
.webTextareaBildDiv4
{
    width:150px;
}
.webTextareaBildDiv3
{
    width:200px;
}
.webTextareaBildDiv2
{
    width:250px;
}
.webTextareaBildDivFull
{
    width:465px;
}

/* FLEXMODUL ABSTÄNDE */
.webFlexAbstand0 { margin-bottom:0px;}
.webFlexAbstand1 { margin-bottom:9px;}
.webFlexAbstand2 { margin-bottom:18px;}
.webFlexAbstand3 { margin-bottom:27px;}
.webFlexAbstand4 { margin-bottom:36px;}

/* FLEXMODUL UMBRUCH */
.webFlexBr {
  clear:both;
  font-size:0px;
}

/* Abstand nach oben bei Bildmodulen mit Text */
.webImgLineHeight{
      margin-top: 0.3em;
}

.flexTextBildLinks p , .flexTextBildRechts p{
    margin-top:0px;
}
.flexTextBildLinks .textStraight p , .flexTextBildRechts .textStraight p{
    display: block;
	overflow: hidden;
}

.webFlexBothDiv hr {
    padding:0;
    margin:0;
}

/* 2 Teaser (Bild+Text) */
.doppelTeaser{
    width:230px;
    float:left;
}
.doppelTeaser2{
    width:230px;
    float:left;
    margin: 0 0 0 10px;
}

/* POPUP-BILD DIV */
.webPopupBildDiv {
  padding:0px 10px 5px 0px;
  margin-right:10px;
  text-align:left;
  float:left;
  width:140px;
}

/* POPUP-BILD TEXT DIV */
.webPopupBildTextDiv { width:150px; }

/*Flexmodul Teaserliste*/

.flexTeaserliste {
    overflow: hidden;
}

/* *************************************************************************** */
/* DRUCKVERSION                                                                */
/* *************************************************************************** */

/* DRUCKVERSION */
#printHeader{ display:none; }
#printBack  { display:none; }
#printBackBroad  { display:none; }
#printUrl   { display:none; }

/* *************************************************************************** */
/* SITEMAP                                                                     */
/* *************************************************************************** */

#webSitemapDiv ul { /* IE 5 macht zu viel Abstand nach unten */
  margin:0;
  padding:0;
  list-style-type:none;
}

#webSitemapDiv ul ul ul     { list-style-type:none; }
#webSitemapDiv ul ul ul ul  { list-style-type:none; }
#webSitemapDiv li{
  border-top:1px solid #ccc;
  margin-top:10px;
  /* benötigt Mozilla */
  clear:both;
}

#webSitemapDiv li li li{
  border-top:0px solid #ccc;
  margin-left:10px;
  margin-top:-1px;
  voice-family:"\"}\"";
  voice-family:inherit;
  margin-top:0;
}
html>body #webSitemapDiv li li li { margin-top:0; }
#webSitemapDiv li li li li { margin-left:50px; }
#webSitemapDiv a{
  text-decoration:none;
}
#webSitemapDiv a{

}
.webSitemapBox {
  margin-top:-17px;
  float:right;
  voice-family:"\"}\"";
  voice-family:inherit;
}
html>body .webSitemapBox { margin-top:-12px; }

#webSitemapDiv li div{
  padding:2px 0 2px 0;
  clear:right;
}

/* *************************************************************************** */
/* SONSTIGES                                                                   */
/* *************************************************************************** */

/* TEXT-KOMMENTARE */
.webTextOnlyComment{ display:none; }

/* TextOnly */
.textOnlyLeft {
  float:left;
  width:205px;
  margin-top:2px;
}
.documentenInfo {
  margin-bottom:1.7em;
  padding-top:1.7em;
}

#printLogo { display: none; }

/* *************************************************************************** */
/* HR-TAGS                                                                     */
/* *************************************************************************** */

hr {
  color: #ccc;
  background-color: #cccccc;
  height: 1px;
  border: 0px;
  width: 100%;
  margin: 0;
}

/* *************************************************************************** */
/* TABELLEN                                                                    */
/* *************************************************************************** */
.webTable {
  font-size:1em;
  padding:0px;
  border-width:0px 0px 1px 1px;
  border-style:solid;
  border-color:#797979;
}
.webTable td {
  padding:5px;
  vertical-align:top;
}
.webTableCaption {
  font-weight:bold;
  background:#E2E2E2;
  text-align:left;
  padding:5px;
  border-left: 1px solid;
  border-top: 1px solid;
  border-right: 1px solid;
  border-bottom: 0px solid;
  border-color: #797979;
}
.webTableHeaderRight {
  width:100px;
  font-weight:bold;
  vertical-align:top;
  border-width:1px 1px 0px 0px;
  border-style:solid;
  border-color:#797979;
  padding:5px;
}
.webTableHeader {
  font-weight:bold;
  border-width:0px 1px 1px 0px;
  border-style:solid;
  border-color:#797979;
  padding:0px;
  background:#E2E2E2;
  vertical-align:top;
}
.webTable .webTableHeader {
  border-width:1px 1px 0px 0px;
  border-style:solid;
  border-color:#797979;
  padding:5px;
}
.webTableFooter {
  width: 100%;
  font-weight: bold;
  border-width: 1px 1px 0px 0px;
  border-style: solid;
  border-color: #797979;
  padding: 2px;
}
.webTableData {
  border-width: 1px 1px 0px 0px;
  border-style: solid;
  border-color: #797979;
}

/* *************************************************************************** */
/* VOLLTEXTSUCHE                                                               */
/* *************************************************************************** */
#volltextsuche .webSearchLeft{
    width: 150px;
    float:left;
}


/*********************** DEBUG **********************/
pre.debug{
  font-size: 13px;
  color:red;
  background-color:#CCC;
  width:100%;
  overflow:auto;
  height:200px;
}

/* *************************************************************************** */
/* SEZIFISCHE STYLES FÜR DIESE OE (Ausnahmen, Erweiterungen)                   */
/* *************************************************************************** */





/* *************************************************************************** */
/* GALERIE                                                                     */
/* *************************************************************************** */

.galerieDiv {
    width:116px;
    float:left;
    margin-right:17px;
}

.galerieDivLast {
    float:left;
    width:115px;
    margin-right:0px;
    margin-left:1px;
}

.galerieLine {
  color: #cccccc;
  background-color: #cccccc;
  height: 1px;
  border: 0px;
  width:515px;
}

.galerieKontextDiv {
    width:39px;
    float:left;
    margin-right:3px;
    voice-family:"\"}\"";
    voice-family:inherit;
    width:35px;
}
html>body .galerieKontextDiv{
    width:39px;
}

.galerieKontextDivLast {
  width:39px;
  float:left;
}

.galerieNoBorder {
    border-width:0;
}


.visibleHidden {
    visibility:hidden;
}

.fancygallery {
    margin: 0;
}

.fancygallery img{
    margin: 3px;
    padding: 2px;
    border: 1px solid #E4E4E4;
}

.fancygallery img:hover{
    margin: 3px;
    padding: 2px;
    border: 1px solid #CCC;
}

/* *************************************************************************** */
/* 404 Error Page                                                              */
/* *************************************************************************** */

.errorGrayBoy {
  border: 1px solid #333333;
  padding:0px 10px;
  margin-bottom:10px;
  background-color:#efefef;
}
.errorGrayBoy ul {
    list-style: square;
    margin:13px;
    padding:0px;
}

.webMMDetails{
    color:#333333;
    font-weight:bold;

}

/* *************************************************************************** */
/* STARTSEITE                                                                  */
/* *************************************************************************** */

.contentHome #webInnerContentSmall{
  margin:20px 0px 0px 0px;
  width:710px;
  padding:0;
  background:none;
  background-image:url(/images/bg_startseite.jpg);
  background-repeat:repeat-y;
}
html>body .contentHome #webInnerContentSmall {
    width:710px;
}

.contentClaim {
  background-image:url(/images/claim_betonsuisse_grau.gif);
  background-repeat:no-repeat;
  background-position: bottom right;
}

.contentHome #innerFlex{
  margin:0;
  padding:0;
}

#homeSpalte1{
    float:left;
    width: 230px;
    background:#ffffff;
    margin: 0px 10px 0px 0px;
}

#homeSpalte2{
    float:left;
    width: 230px;
    background:#ffffff;
    margin: 0px 10px 0px 0px;

}

#homeSpalte3{
    margin: 0px 0px 0px 0px;
    float:left;
    width: 230px;
    background:#ffffff;
}

.contentHome  #innerFlex .webFlexTopDiv{
    margin:0px 0px 10px 0px;
    padding:0px 10px 5px 10px;
    color: #c40035;
    font-weight:bold;
    font-size: 1.2em;
    border-bottom: 5px solid #e2e2e2;
}

.contentHome #webFooter {
  clear:both;
  width:710px;
}

.contentHome #webInfoDivDe, .contentHome #webInfoDivFr{
margin-top:31px;
}

/* EVENTS                                                                      */
/* *************************************************************************** */
.webTableEvents {
  width:100%;
  border-width:1px 0 0 1px;
  border-style:solid;
  border-color:#797979;
}
.webTableEvents th{
  padding:8px 2px 8px 2px;
  border-width: 0 1px 1px 0;
  border-style:solid;
  border-color:#797979;
  vertical-align:top;
  background-color:#E4E4E4;
}
.webTableEvents td{
  padding:8px 4px 8px 4px;
  border-width: 0 1px 1px 0;
  border-style:solid;
  border-color:#797979;
  vertical-align:top;
}
.webTableDataDotted {
  border-width: 1px 1px 0px 0px;
  border-style: solid;
  border-color: #797979;
  border-top:1px solid #797979;

}
.webTableDataRed {
  border-width: 1px 1px 0px 0px;
  border-style: solid;
  border-color: #797979;
  background: #FF9A9C;

}

/* Veranstaltungsdetails: */
.webTableEventsDetail {
  width:100%;
  border-width:1px 0 0 1px;
  border-style:solid;
  border-color:#797979;
}
.webTableEventsDetail .displaynone{
  display:none;
}
ul.tableList {
  list-style-type:none;
  margin:0;
  padding:0;
}
ul.tableList ul{
  list-style-type:disc;
}
.webTableEventsDetail caption{
  font-weight: bold;
  background: #E2E2E2;
  text-align: left;
  padding: 5px;
  border-left: 1px solid;
  border-top: 1px solid;
  border-right: 1px solid;
  border-bottom: 0px solid;
  border-color: #797979;
}
.webTableEventsDetail th{
  padding:8px 8px 8px 5px;
  border-width: 0 1px 1px 0;
  border-style:solid;
  border-color:#797979;
  vertical-align:top;
  width:175px;
  text-align:left;
}
.webTableEventsDetail td{
  padding:8px 8px 8px 5px;
  border-width: 0 1px 1px 0;
  border-style:solid;
  border-color:#797979;
  vertical-align:top;
}

.webTableCaptionSmall { font-size: 1em; }

/* Veranstaltungen Vorschau */
.webTableEventsPreview {
  width:100%;
  border-width:1px 0 0 1px;
  border-style:solid;
  border-color:#797979;
}
.webTableEventsPreview caption{
  font-weight: bold;
  background: #E2E2E2;
  text-align: left;
  padding: 5px;
  border-left: 1px solid;
  border-top: 1px solid;
  border-right: 1px solid;
  border-bottom: 0px solid;
  border-color: #797979;
}
.webTableEventsPreview th{
  padding:8px 8px 8px 5px;
  border-width: 0 1px 1px 0;
  border-style:solid;
  border-color:#797979;
  vertical-align:top;
  width:175px;
  text-align:left;
}
.webTableEventsPreview td{
  padding:8px 8px 8px 5px;
  border-width: 0 1px 1px 0;
  border-style:solid;
  border-color:#797979;
  vertical-align:top;
}

/* IMMOBILIEN OBJEKTE                                                          */
/* *************************************************************************** */

#immoDetailansicht img {
    float: left;
}

ul#immoMeta {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul#immoMeta li.meta {
    margin: 0 0 0 345px;
    padding: 2px 5px 2px 5px;
    border-left: 3px solid #FFF;
    border-bottom: 3px solid #FFF;
    background: #E2E2E2;
}

ul#immoMeta li.meta strong {
    display: block;
}

.immoGalerieTip {

   background-color:#797979;
   padding:5px;
}

.immoGalerieTip  * {
    color:white;
}

.immoSearchResultItem {
    margin:0px;
    padding:0px;
    margin-bottom:6px;
}

.immoSearchResultImg {
    width:140px;
    float:left;
}

.immoSearchResultLabel{
 /*   width:320px; */
    margin-left:150px;
/*    float:left; */
}



 /* =======  ::Datei:: /styles/styles_unique.css ========  */ 



