/*******************************************************************************
  * @region:                  Overall / Introduction

  Colors:

  red:        #ED1C24
  blue:       #009EDE    #8FC3D7    #BFDDE8
  green:      #8CC742    #C6E29F    #E2F1CF
  turquoise:  #00B1B0    #8FC9C9    #BFE0E0
  orange:     #EF7921    #FAC593    #FCDEC7

  *****************************************************************************/

div#anwendungsOptionen #selectDiv ul li.hidden,
.hidden {
	display: none;
}

div#anwendungsContainer div {
	clear: none!important;
}

div#anwendungsContainer .clear {
	clear: both;
	margin: 0;
	padding: 0;
}
/* Navigation Breacrumb */
a.breadcrumb {
	padding: 0px 10px 0px 20px;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 36px;
	color: #666666;
	background: url(img/AA/breadcrumb_pfeil.gif) left no-repeat;
}
a.breadcrumbActive {
	color: #ED1C24;
	font-weight: bold;
}
a.breadcrumb.first {
	padding: 0px;
	margin-right: 7px;
	background-image: none;
}

div#anwendungsContainer {
	width: 745px;
	margin: -34px 0px 20px 0px;
}

div#anwendungsContainer h1, h2 {
	margin: 0px 0px 10px 0px;
	color: #000000;
}

div#anwendungsContainer h1 {
	position: relative;
	top: 1px;
	z-index: 10;
	margin: 0px 0px 10px 0px;
	color: #000000;
}

div#anwendungsContainer h2 {
	font-size: 16px;
	margin-top: 0px;
	color: #666666;
}

div#contentAnwendung {
	width: 745px;
	height: 100%;
	padding: 23px 0px 0px 0px;
	border-top: 1px solid red;
}

div#anwendungsBoxListe, div#anwendungsOptionen,
div#anwendungsCheck1, div#anwendungsCheck2,
div#anwendungsSystem  {
	float: left;
	width: 500px;
	border: 1px solid #cccccc;
}

div#anwendungsCheck1.redBorder, div#anwendungsCheck2.redBorder {
	border: 1px solid #fe0000;
}

div#anwendungsCheck1 {
	width: 180px;
	min-height: 300px;
	margin-left: 22px;
}

div#anwendungsCheck2 {
	width: 180px;
	min-height: 300px;
	margin-left: 22px;
}

div#anwendungsBoxListe {
	min-height: 0px;
	padding-bottom: 20px;
}

div#anwendungsBoxListe .rahmenOben, div#anwendungsOptionen .rahmenOben,
div#anwendungsCheck1 .rahmenOben, div#anwendungsCheck2 .rahmenOben,
div#anwendungsSystem .rahmenOben {
	height: 28px;
	padding: 5px 0px 0px 10px;
	color: white;
	background-color: #cccccc;
}

div#anwendungsBoxListe .rahmenOben h2, div#anwendungsOptionen .rahmenOben h2,
div#anwendungsCheck1 .rahmenOben h2, div#anwendungsCheck2 .rahmenOben h2,
div#anwendungsSystem .rahmenOben h2 * {
	font-size: 14px;
	color: white;
	margin-top: 1px;
}

div#anwendungsOptionen {
	width: 320px;
	height: 300px;
}
div#anwendungsOptionen #pullDownMenu, div#anwendungsOptionen #selectPullDownMenu {
	width: 310px;
	margin: 4px 0px 0px 4px;
	background: url() right middle no-repeat;
	background-color: #eff3ef;
	border: 1px solid #cecfce;
}

/***** Div statt selectbox ******/
div#anwendungsOptionen #selectDiv {
	display: block;
	background-color:#F2F2F2;
	border:1px solid #CCCCCC;
	width:310px;
	height:227px;
	margin-top: 4px;
	margin-left: 4px;
	overflow: auto;
}

div#anwendungsOptionen #selectDiv ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#anwendungsOptionen #selectDiv ul li {
	display: block;
	padding: 0px 0px 0px 2px;
}

div#anwendungsOptionen #selectPullDownMenu {
	padding: 2px 0px 0px 2px;
	height: 26px;
	width: 286px;
	background: #f2f2f2;
	border-right:none;
	margin-right:0;
	float:left;
}

div#anwendungsOptionen #selectPullDownMenuIcon {
	padding: 2px 0px 0px 2px;
	margin: 4px 0px 0px 0px;
	background: #f2f2f2 url(img/AA/input_button_down.gif) no-repeat center right;
	height: 26px;
	width: 26px;
	border: 1px solid #cccccc;
	border-left: none;
}

div#check1Error, div#check2Error {
	display: block;
	margin: 4px;
	background-color: #ed1b24;
	border-top: 1px solid #fbc6c8;
	border-bottom: 1px solid #f2545b;
}

div#anwendungsSystem {
	width: 728px;
	margin-top: 30px;
	padding-bottom: 6px;
}

div#anwendungsSystem .anwendungsSystemRechts, div#anwendungsSystem .anwendungsSystemLinks {
	width: 357px;
}

div#anwendungsSystem .anwendungsSystemLinks {
	float: left;
	margin-left: 5px;
	margin-top: 0px;
}

div#anwendungsSystem .anwendungsSystemRechts {
	float: right;
	margin-right: 3px;
	margin-top: 0px;
	width: 358px;
}

div#anwendungsSystem .picText {
	float: left;
	width: 345px;
	margin: 5px 0 0px 0px;
	padding: 5px;
	height: 60px;
}
div#anwendungsSystem div.picTextLeft {
	margin-right:10px;
}
div#anwendungsSystem .picText.hover {
	cursor: pointer;
	background-color: #f2f2f2;
}

div#anwendungsSystem .picText.noHover p, div#anwendungsSystem .picText.noHover h3  {
	color: #999999!important;
}

div#anwendungsSystem .picText.noHover img {
	background-color: #cccccc;
}

div#anwendungsSystem .picText img {
	float: left;
}

div#anwendungsSystem .picText p, div#anwendungsSystem .picText h3,
div#anwendungsSystem .picText h4  {
	font-size: 11px;
	line-height: 15px;
}

div#anwendungsSystem .picText h3{
	margin: 0;
	padding: 0px 0px 0px 91px;
	line-height: 13px;
}

div#anwendungsSystem .picText p {
	float: right;
	width: 255px;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

div#anwendungsSystem .picText.tiefbauSystem h3 {
	color: #12a4df ;
}
div#anwendungsSystem .picText.tiefbauSystem img {
	border: 1px solid #029edb;
}

div#anwendungsSystem .picText.galabauSystem h3 {
	color: #91c94a;
}
div#anwendungsSystem .picText.galabauSystem img {
	border: 1px solid #91c94a;
}

div#anwendungsSystem .picText.aquabauSystem h3 {
	color:  #01b1af;
}
div#anwendungsSystem .picText.aquabauSystem img {
	border: 1px solid #01b1af;
}

div#anwendungsSystem .picText.sportbauSystem h3 {
	color: #f18230;
}
div#anwendungsSystem .picText.sportbauSystem img {
	border: 1px solid #f18230;
}

div#anwendungsSystem .picText.tiefbauSystem.noHover img,
div#anwendungsSystem .picText.galabauSystem.noHover img,
div#anwendungsSystem .picText.aquabauSystem.noHover img,
div#anwendungsSystem .picText.sportbauSystem.noHover img
{
	border: 1px solid #cccccc;
}

div#anwendungsSystem div.anwendungsSystemLinksUndRechts div.fadet * {
	color: black;
	border-color: black;
	cursor: text;
}

div#anwendungsCheck1 ul, div#anwendungsCheck2 ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 173px;
	margin: 4px 0px 0px 4px;
	position: relative;
	display: block;
}

div#anwendungsCheck1 ul li, div#anwendungsCheck2 ul li {
	position: relative;
	display: block;
	width: 173px;
	margin-bottom: 4px;
	padding: 3px 0px 4px 0px;
	background: #f2f2f2;
}
div#anwendungsCheck1 ul li {
	padding: 3px 20px 4px 0px;
	width: 153px;
}
div.selectionHelper {
	position: absolute;
	z-index: 1000;
	right: 0px;
	width: 220px;
	background-color: #ffffff;
	border: 1px solid #8c8c8c;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
}

div#check1Error p, div#check2Error p, div.selectionHelper p {
	margin: 0;
	padding: 10px 10px 10px 10px;
	font-size: 11px;
	font-weight: bold;
	color: white;
}

div.selectionHelper p  {
	padding: 0px 10px 10px 10px;
	font-weight: normal;
	color: black;
}

div.selectionHelper h4 {
	margin: 0;
	padding: 10px 10px 0px 10px;
	color: #666666;
}

div#anwendungsCheck1 ul li label.checkDisabled , div#anwendungsCheck2 ul li label.checkDisabled {
	color: #999999;
}

div#anwendungsOptionen, div#anwendungsCheck1, div#anwendungsCheck2 {
	text-transform: uppercase;
}

div#contentAnwendung ul li input {
	margin-top: 3px;
}

div#anwendungsCheck1 ul li img,
div#anwendungsCheck2 ul li img {
	position: absolute;
	top: 3;
	right: 2;
}

div#anwendungsBoxListe ul {
	margin: 0;
	padding: 0;
	margin: 13px 0px 0px 10px;
	list-style: none;
}

div#anwendungsBoxListe ul li {
	padding-bottom: 10px;
}

div#anwendungsBoxListe ul li a {
	padding: 2px 0px 2px 35px;
	font-size: 14px;
	background: url(img/AA/pfeil_grau.gif) left no-repeat;
}

div#contentAnwendung .textRechts {
	float: right;
	width: 208px;
}

div#contentAnwendung .textRechts h4 {
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0px 0px 5px 0px;
}


div#contentAnwendungLinks, div#contentAnwendungRechts {
	float: left;
	width: 348px;
	margin: 0px 20px 0px 0px;
}

div#contentAnwendungLinks {
	height: 300px;
	position: relative;
}
div#contentAnwendungLinks img {
	position: absolute;
}
div#contentAnwendungLinks a img {
	position: relative;
}
div#contentAnwendungLinks .signalTrue, div#contentAnwendungLinks .signalFalse {
	position: relative;
	cursor: pointer;
	width:24px;
	height:24px;
	display: block;
	position: absolute;
	top:0;
	left:0;
}

div#contentAnwendungLinks .signalTrue {
	background-image: url("img/AA/signal_true.gif");
}

div#contentAnwendungLinks .signalFalse {
	background-image: url("img/AA/signal_false.gif");
}

div#contentAnwendungLinks .divHoverBox {
	position: relative;
	top: 70;
	left: 70;
	width: 92px;
	height: 28px;
	background: url("contextAA/div_shadow.gif") no-repeat;
}

div.AusschreibungsLinkContainer,
div#contentAnwendungRechts #anwendungRinnen, div#contentAnwendungRechts #anwendungAbdeckungen,
div#contentAnwendungRechts #anwendungZubehoer, div#contentAnwendungRechts #anwendungExport {
	margin-bottom: 10px;
	border: 1px solid #e5e5e5;
}

div#contentAnwendungRechts #export {
	padding-bottom: 10px;
	height: 200px;
	background-color: #e5e5e5;
}

div#contentAnwendungRechts #export h2 {
	font-size: 12px;
	margin: 10px 0px 0px 8px;
	padding-top: 10px;
}

div#contentAnwendungRechts #export strong {
	margin: 0px 0px 0px 8px;
}

div#contentAnwendungRechts #export #whiteBox {
	position: relative;
	float: left;
	width: 308px;
	height: 123px;
	margin: 10px 0 4px 10px;
	padding: 10px;
	background-color: white;
}

div#contentAnwendungRechts #export #whiteBox a {
	width: 100px;
	padding: 0px 17px 7px 20px;
}
div#whiteBox a {
	display:block;
	float:left;
}
/* aus bereits in screen.css bestehenden styles abgeleitet! */
div#contentAnwendungRechts .html{
	background: #fff url(img/icons/page_white_world.gif) no-repeat;
}
div#contentAnwendungRechts .pdf{
	background: #fff url(img/icons/page_white_acrobat.gif) no-repeat;
}
div#contentAnwendungRechts .rtf{
	background: #fff url(img/icons/page_white_word.gif) no-repeat;
}
.gaeb83, .gaeb81_90, .gaeb81_2000,
div#contentAnwendungRechts .gaeb{
	background: #fff url(img/icons/page_white_gaeb.gif) no-repeat;
}
.onrm2062, .onrm2063,
div#contentAnwendungRechts .oenorm{
	background: #fff url(img/icons/page_white_oe-norm.gif) no-repeat;
}
div#contentAnwendungRechts .text{
	background: #fff url(img/icons/page_white_text.gif) no-repeat;
}
div#contentAnwendungRechts .xml{
	background: #fff url(img/icons/page_white_code.gif) no-repeat;
}

div#contentAnwendungRechts .rahmenOben {
	background-color: #e5e5e5;
}
div#contentAnwendungRechts div.checkFalse div.rahmenOben {
	background: url(img/AA/icon_notice.gif) right no-repeat #e5e5e5;
}
div#contentAnwendungRechts div.checkTrue div.rahmenOben {
	background: url(img/AA/icon_ok.gif) right no-repeat #e5e5e5;
}
div#contentAnwendungRechts .rahmenOben h2 {
	padding: 2px 55px 0px 9px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	cursor: pointer;
}
div.AusschreibungsLinkContainer ul,
div#contentAnwendungRechts #anwendungRinnen ul, div#contentAnwendungRechts #anwendungAbdeckungen ul,
div#contentAnwendungRechts #anwendungZubehoer ul {
	display: block;
	padding: 0;
	margin: 5px 3px 5px 5px;
	list-style-type: none;
}
div.AusschreibungsLinkContainer ul li,
div#contentAnwendungRechts #anwendungRinnen ul li, div#contentAnwendungRechts #anwendungAbdeckungen ul li,
div#contentAnwendungRechts #anwendungZubehoer ul li {
	margin-right: 2px;
	padding: 0px 20px 0px 4px;
	background: url(img/AA/config_minus.gif) right no-repeat #e5e5e5;
	border-bottom: 1px solid #cccccc;
	cursor: pointer;
}
div.AusschreibungsLinkContainer strong {
	margin-right: 5px;
}
div.AusschreibungsLinkContainer ul li.noChoice,
div#contentAnwendungRechts #anwendungRinnen ul li.noChoice,
div#contentAnwendungRechts #anwendungAbdeckungen ul li.noChoice,
div#contentAnwendungRechts #anwendungZubehoer ul li.noChoice {
	background: none;
	color: #cccccc;
	font-style: italic;
	border-bottom: none;

}
div#contentAnwendungRechts #anwendungRinnen ul li span, div#contentAnwendungRechts #anwendungAbdeckungen ul li span,
div#contentAnwendungRechts #anwendungZubehoer ul li span {
	font-weight: bold;
	padding-right: 4px;
}
div.picText,
div#anwendungsCheck1 li,
div#anwendungsCheck2 li,
div#selectDiv li {
	cursor: pointer;
}
div#anwendungsCheck1 li:hover,
div#anwendungsCheck2 li:hover,
div#selectDiv li:hover,
div#anwendungsCheck1 li.hover,
div#anwendungsCheck2 li.hover,
div#selectDiv li.hover,
div#anwendungsCheck1 li.selected,
div#anwendungsCheck2 li.selected,
div#selectDiv li.selected {
	background-color: #cccccc;
}
div.picText:hover {
	background-color: #F2F2F2;
}

/***** Klassen f�r Listen-Hover per JS *****/

.listIn {
	background-color: #cccccc;
}

.listOut {
	background-color: #f2f2f2;
}

div#contentAnwendung div.technischeDatenTabelle td.isArt {
	background-image: url(img/icons/Shoppingcart_16x16.png);
	background-position: center right;
	background-repeat: no-repeat;
	width:90px;
	text-align:right;
	padding-right: 20px;
	cursor: pointer;
	font-weight: bold;
	color: #ed1c24;
}
div#contentAnwendung div.technischeDatenTabelle td {
	cursor: inherit;
}
div#contentAnwendung td.isArt:hover {
	text-decoration: underline;
}

div.AATIEFbau div.produktTechnischeDaten div.button a { background-color: #009EDE }
div.AAGALAbau div.produktTechnischeDaten div.button a { background-color: #8CC742 }
div.AASPORTbau div.produktTechnischeDaten div.button a { background-color: #EF7921 }
div.AAAQUAbau div.produktTechnischeDaten div.button a { background-color: #00B1B0 }

div#imgAnchorText {
	background-color:#FFFFFF;
	border:1px solid #C6CBC6;
	display:none;
	padding:10px;
	position:absolute;
	width:200px;
	z-index:1;
}
div#contentAnwendung input.checkbox {
	position: relative;
	top: -1px;
}
div#content div#anwendungsCheck1 a.mainLink,
div#content div#anwendungsCheck2 a.mainLink {
	margin-left: 10px;
	background-image: url(img/contextInsensitive/arrowTopInBox.gif);
}
div#anwendungsContainer a.printVersionLink {
display: none;
}

/***
Änderungen, die wahrscheinlich wieder zurückgenommen werden
***/
div#selectPullDownMenuIcon {
	display: none;
}
div#selectPullDownMenu {
	float:none;
	width:309px;
	border-right: 1px solid #CECFCE;
}
div#contentAnwendung div.technischeDatenTabelle td.isArt {
	background-image: none;
	padding-right: 0;
	text-align: center;
	width: inherit;
}
div#contentAnwendung img.artPicPreview {
	display: block;
	float: left;
}
div#contentAnwendung div.artText {
	float: left;
	padding: 5px 0 0 10px;
}
label.klasseLabel {
	width:140px;
}
div#aa_left {
height:300px;
left:-235px;
position:absolute;
top:52px;
width:200px;
}
div.aa_help {
position:absolute;
border:1px solid #ccc;
background-color: #fff;
padding:10px 5px;
overflow: auto;
}
div#content div.aa_help h1 {
font-size: 12px;
}
div#aa_help_1_1 {
top: 140px;
left: 10px;
width:470px;
height: 130px;
}
div#aa_help_2_1,
div#aa_help_2_2,
div#aa_help_2_3 {
height:220px;
top:140px;
}
div#aa_help_2_1 {
left:10px;
width:290px;
}
div#aa_help_2_2 {
left:355px;
width:150px;
}
div#aa_help_2_3 {
left:560px;
width:150px;
}
div#aa_help_2_4 {
height:320px;
left:10px;
top:480px;
width:695px;
}
div#aa_help_3_1 {
height:300px;
top:100px;
width:330px;
}
div#aa_help_3_2 {
left:373px;
top:100px;
width:324px;
height:300px;
}
a#aa_help_switch {
background-color:#CCCCCC;
background-image:url(img/AA/closed.gif);
background-position:right center;
background-repeat:no-repeat;
color:#FFFFFF;
cursor:pointer;
display:block;
font-size:15px;
font-weight:bold;
left:-235px;
padding:10px 30px 10px 5px;
position:absolute;
text-transform:uppercase;
top:0pt;
width:165px;
}
a#aa_help_switch.open {
background-image: url(img/AA/open.gif);
}
a#aa_help_switch:hover {
text-decoration: none;
}
div#exportContainer {
	cursor: pointer;
}
div#export2 {
	overflow:hidden;
}
div.AAButtonNextAction {
background-image:url(/styles/img/AA/auswahl_speichern.jpg);
background-position:center 5px;
background-repeat:no-repeat;
color:#FFFFFF;
font-size:12px;
font-weight:bold;
margin-top:5px;
}
div#contentAnwendungRechts ul li.noChoice {
color:#666;
}
div#contentAnwendungRechts div.checkFalse div.rahmenOben {
background:#E5E5E5 url(img/AA/icon_notice_2.gif) no-repeat scroll right center;
}
div#contentAnwendungLinks .signalFalse {
background-image:url(img/AA/signal_false_2.gif);
}
div#contentAnwendungLinks .signalTrue {
background-image:url(img/AA/signal_true_2.gif);
}
div#contentAnwendungRechts #export img {
cursor: pointer;
}
div.ruler {
position: absolute;
top:0;
left:0;
background-color: #ffff99;
width:300px;
height: 20px;
}
div.technischeDatenTabelle table {
position: relative;
}
div.rul_c {
position:relative;
display:none;
}
div.rul_cc {
position:absolute;top:-27px;left:3px;width:740px;
}
div.rul_ccc {
float:right;background-color:#ffff99;padding:3px 0px 0px 10px;border:1px solid #000;
border-bottom-width: 0;
}
div#exportContainer {
position: relative;
height:50px;
}
div#contentAnwendungRechts #export,
div#exportContainer div {
position: absolute;
padding:10px 0;
text-align: center;
top:0;
left:0;
width:348px;
height:32px;
background-color:#E5E5E5;
}
div#aa_left div#aWarenkorbButtonBasket a {
margin-top: 20px;
font-weight: bold;
}
body div#aa_left a.warenkorb-item {
background-image: none;
}