body, td
{
	font-size: 11px;
	margin: 0px;
	color: #585A5F;
	font-family: verdana, geneva, arial, sans-serif;
	text-align: left;
	min-height: 100%;
	max-height: 100%;
}

A
{
	color: DimGray;
	text-decoration: underline;
}

.locationBox
{
    width: 190px;
}

.TxpLink
{
    color: #fa7541;
}

.WxpLink
{
    color: #0195f7;
}

/* Titel in den Haupttexten mit Grossbuchstaben*/
.TextTitle
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	font-variant: small-caps;
}
.TitelRed
{
	font-weight: normal;
	font-size: 14pt;
	color: #fe0101; /*#BD2921;*/
}

.TitelBlack
{
	font-size: 14pt;
}

.JobImageContainer
{
/*    background-image: url(../images/Job_Picture.gif);*/
    background-image: url(../images/Hauptbilder/Bild_Job.gif);
    background-repeat: no-repeat;
    height: 100px;
    width: 610px;   
    overflow: hidden;
}

.FormImageContainer
{
/*    background-image: url(../images/Job_Picture.gif);*/
    background-image: url(../images/geruest_top.jpg);
    background-repeat: no-repeat;
    height: 100px;
    width: 610px;   
    overflow: hidden;
}

#navigation
{
    height: 100%;
    width: 10%;
    vertical-align: top;
    background-color: white;
    
    border-collapse: collapse;
    border-right-style: dashed;
    border-right-width: 1px;
    border-right-color:#FE0101;
}

#news
{
    height: 100%;
    width: 14%;
    vertical-align: top;

    background-color: #FFFFFF;

    border-collapse: collapse;
    border-left-style: dashed;
    border-left-width: 1px;
    border-left-color:#FE0101;
}

#content
{
    vertical-align: top;
    height: 100%;
}

#contentControls
{
    height: 95%;
    width: 100%;
    background-color: white;
}

#footer
{
    width: 100%;
    /*background-color: White; */
    
    border-collapse: collapse;
    border-top-style: dashed;
    border-top-width: 1px;
    border-top-color:#FE0101;
}

.navigationBarFirstSeparator
{
    height: 20px;
}

.navigationBarFirstSeparatorMainPanel
{
    height: 41px;
}

.MenuItemSeparator
{
    width: 70%;
    
    border-top-style: dashed;
    border-top-width: 1px;
    border-top-color: #FE0101;
}



/* Font for the two side-"frames" : Navigation, Newspanel */
.BlackSideFrameFont
{
    color: Black;
    font-size: 14px;
}

div.DashedSeparator
{
    width: 100%;
    
    border-top-style: dashed;
    border-top-width: 1px;
    border-top-color: #FE0101;
}

.impressumDoubleSeparatorSpan
{
    display: inline-block;
    width: 40px;
}

.listLink
{
    text-decoration: none;
}

.listLink:hover
{
    color: #000000;
}

/* Microsoft Balken mit Kurve*/
.Balken
{
	color: #ffffff;
	font-size: 10px;
	text-decoration: none;
}

.Balken A
{
	color: #ffffff;
	font-size: 10px;
	text-decoration: none;
}

.Balken A:HOVER
{
	color: #fe0101;
	font-size: 10px;
	text-decoration: none;
}

.Balken A:VISITED
{
	color: #ffffff;
	font-size: 10px;
	text-decoration: none;
}
.Balken A:ACTIVE
{
	color: #ffffff;
	font-size: 10px;
	text-decoration: none;
}

/* Text-Formationen in den Header der Boxen*/
.panelHeader
{
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	font-family: Verdana;
	width: 150px;
}

/* the table which represents the footer on the main - page */
td.footerBox
{
    border-color:#FE0101;
    border-style:dashed;
    border-width:1px;
}

.footer
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
}

.footer A
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
}

/* News / Newsflash-Tabelle rechts */
.newsTable
{
	padding-bottom: 2px;
	padding-top: 2px;
	background-color: #FFFFFF;
	color: #666666;
}
.newsTitle
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #BD2921;
	text-decoration: underline;
}
.newsTitleSmall
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #BD2921;
	text-decoration: underline;
}
.newsTableImage
{
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 5px;
	margin: 0px;
	padding-top: 5px;
	text-align: center;
}
/* Für alle News-Titel rechts und für die News / Newsflash Header*/
.ProductTitle
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}

/* Text für News rechts*/
.ProductText
{
	font-family: Verdana;
	font-size: 11px;
	color: darkslategray;
	width: 220px;
}

/* Farbe der Fehlermeldungen in den Formularen*/
.Fehler
{
	color: #cc0000;
}

.RedLink
{
    color: #fe0101;
}

.RedText
{
	color: #cc0000;
}

input, select, textarea
{
	border-right: #7B9EBD 1px solid;
	border-top: #7B9EBD 1px solid;
	border-left: #7B9EBD 1px solid;
	color: black;
	border-bottom: #7B9EBD 1px solid;
	text-decoration: none;
}

.noBorder
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	background-color: Transparent;
}

span input
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	background-color: Transparent;
}

.noBorder
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.disable
{
	border-right: #CEC7BD 1px solid;
	border-top: #CEC7BD 1px solid;
	border-left: #CEC7BD 1px solid;
	color: black;
	border-bottom: #CEC7BD 1px solid;
}

.dropdown
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	color: black;
	border-bottom: gray 1px solid;
	background-color: transparent;
	text-decoration: none;
}

.subPageTitleText
{
    /*
    font-weight: bold;
	font-size: 12px;
    */
    font-size: 14px;
	color: #585A5F;
	
	letter-spacing: -1px;
	text-decoration: none;
}

.textContentPane
{
    /*width: 60%;*/
    width: 610px;
}

.menuParent
{
	padding-left: 8px;
	cursor: cursor;
	vertical-align: bottom;
}

ul.nonIdentList
{
    margin-left: 15px;
    padding-left: 0px;
}

ul.defaultList
{
    list-style-image: url(images/Icons/arrowBox.gif) 
}

.menuParentText
{
    /*
	font-weight: bold;
	font-size: 12px;
	*/
    font-size: 14px;
    color: #585A5F;
	
	letter-spacing: -1px;
	text-decoration: none;
	
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: #FE0101;
   
    display: block;
    width: 80%;
}
.menuChild
{
	width: 100%;
	font-size: 11px;
	cursor: hand;
	text-align: left;
	padding-left: 8;
}
.menuChildText
{
	color: #949499;
	font-size: 12px;
	text-decoration: none;
	width: 100%;
	cursor: hand;
	text-align: left;
}

.menuChildText:hover
{
    color: #000000;
}

.menuSubChild
{
	cursor: hand;
	border-bottom: 1px solid #FFFFFF;
	width: 100%;
	font-size: 11px;
	padding-left: 12;
}
.menuSubChildText
{
	color: #949499;
	font-size: 11px;
	text-decoration: none;
	cursor: hand;
	width: 100%;
}
.menuSubChildActive
{
	/*background-image: url(../images/navigation/pfeil.gif);*/
	width: 100%;
	cursor: hand;
	color: #CC0000;
	border-bottom: #FFFFFF 1px solid;
	background-repeat: no-repeat;
	padding-left: 12;
}

td.navigationMenuTable
{
    border-collapse:collapse;
    border-color:#FE0101;
    border-style:dashed;
    border-width:0 1px 1px 0;
    vertical-align: top;
}

.menuSubTable
{
    /*
	border-right: 1px solid;
	border-top: 1px solid;
	border-bottom: 0px solid;
	background-color: #f0f1f2;
    */
	padding-left: 10px;
	overflow: hidden;
	border-left: 1px solid;
}

.balkenSubTitel
{
	font-size: 11px;
	color: gray;
	font-family: verdana, geneva, arial, sans-serif;
	text-decoration: none;
}

.balkenSubTitelLinks
{
	font-size: 11px;
	color: gray;
	font-family: verdana, geneva, arial, sans-serif;
	text-decoration: none;
	background-image: url(../images/balken_links.jpg);
	background-repeat: repeat-y;
}

.balkenSubTitelLinks A
{
	font-size: 11px;
	color: gray;
	background-repeat: no-repeat;
	font-family: verdana, geneva, arial, sans-serif;
	text-decoration: none;
}
.balkenSubTitelLinks A:Hover
{
	font-size: 11px;
	color: #CC0000;
	font-family: verdana, geneva, arial, sans-serif;
	text-decoration: none;
	background-repeat: no-repeat;
}
.bgRepeat
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	background-repeat: repeat;
}

.norepeat
{
	background-repeat: no-repeat;
}

.GridHeaderCell
{
    background-color: DimGray;
    color:White;
    font-weight:bold;
}

/* Formatierung für Data-Grids bei den Events */
.alignLeft
{
	text-align: left;
}

.TableGrid
{
    border-collapse: collapse;
    background-color: #FFFFFF;
    width: 100%;
}


/* Tabellenformatierungen (Referenzen, Wegbeschreibung, etc.) */
.tableTitel
{
	/*
    color: #FFFFFF;
	background-color: dimgray;
    */
    color: #000000;
    font-weight: bold;
}

.GridTableItemContentElementSpan
{
    margin-right: 15px;
}

.GridTableItem
{
    color: #000000;
    background-color: #FFFFFF;
	border-top: solid 1px #E7E7FF;
	border-bottom: solid 1px #E7E7FF;
}

.tableItem
{
    color: #000000;
	background-color: #FFFFFF;
	border-bottom: solid 1px #E7E7FF;
}

.PressTableItem
{
    color: #000000;
	background-color: #FFFFFF;
	border-bottom: solid 1px black;
}

.PressTableTitel
{
	/*
    color: #FFFFFF;
	background-color: dimgray;
    */
    color: #000000;
    font-weight: bold;
}



.tableAltItem
{
	/*
	color: dimgray;
	background-color: gainsboro;
    */
	color: dimgray;
	background-color: #FFFFFF;
	border-bottom: solid 1px dimgray;
}

.tableHorItem
{
	background-color: #FFFFFF;
	border-bottom: solid 1px #E7E7FF;
}

.GraySeparatorLine
{
    width: 100%;
	border-bottom: solid 1px #E7E7FF;
}


/* Text für die ParentIndex-Seiten */
.hauptBilderText
{
	font-size: 14pt;
	color: dimgray;
	text-align: justify;
}

/* Text für die Icons auf den ParentIndex-Seiten*/
.hauptBilderMenu
{
	color: black;
	text-decoration: none;
}

.hauptBilderMenu A
{
	color: black;
	text-decoration: none;
}

.buttonText
{
	color: #FFFFFF;
	text-align: center;
}

.buttonTextBold
{
	font-weight: bold;
	font-size: 10pt;
	color: #FFFFFF;
	text-align: center;
}


#stickymenu
{
	z-index: 1;
	left: 153px;
	width: 11px;
	position: absolute;
	top: 103px;
	height: 10px;
}
#stickymenuTop
{
	z-index: 1;
	left: 153px;
	width: 11px;
	position: absolute;
	top: 103px;
	height: 10px;
}

.popper
{
	visibility: hidden;
	position: absolute;
}

.mustFormField
{
	font-weight: bold;
	color: #cc0000;
}

.canFormField
{
	font-weight: bold;
}
.formField
{
	font-weight: bold;
}

.drpProdukte
{
    width: 160px;
}
.drpProdukte .productRow
{
	background-color: #F1F2F3;
}
.drpProdukte .groupRow
{
	background-color: #D0D0D0;
}
.drpProdukte .categoryRow
{
	background-color: #9C9A9C;
	color: #FFFFFF;
}

.spLoading
{
	font-weight:bold;
	color: #FF0000;
	display:none;
}
.subTitel h4
{
	margin-bottom:0px;
	padding-bottom:0px;
	font-size:14px;
}
