/* Tabelle */
.bbtable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	padding-bottom: 5px;
	width: 100%;
	text-align: left;
}
.bbtable th {
	padding-left: 5px;
	text-align: left;
	vertical-align: top;
	background-color: #E6EFF2;
	color: #005C7E;
	height: 20px;
	font-weight: normal;
}
.bbtabletd {
	padding-left: 5px;
	padding-top: 2px;
	vertical-align: middle;
	font-weight: normal;
	height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

.bbtabletd h2 {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
}

/* Tabelle in der Tabelle */
.bbinnertable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	width: 100%;
	margin: 0px;
}
.bbinnertable td {
	padding-left: 5px;
	text-align: left;
	vertical-align: middle;
	color: #000000;
	height: 20px;
	font-weight: normal;
}
.bbbreite3td1 {
	width: 20px;
}
/* Spaltenbreite einer 3-spaltigen Inner-Tabelle - muss 195px ergeben */
.bbbreite3td2 {
	width: 130px;
}
.bbbreite3td3 {
	width: 45px;
}
.bbbreite3td2und3 {
	width: 175px;
}
/* Spaltenbreite von der 2. und 3. Spalte einer 3-spaltigen Inner-Tabelle - muss mit bbbreite3td1 195px ergeben */
.bbbreite2td1 {
	width: 20px;
}

/* Spaltenbreite einer 2-spaltigen Inner-Tabelle - muss 300px ergeben */
.bbbreite2td2 {
	width: 130px;
}
.bbbreite2td3 {
	width: 150px;
}
/* Tabelle ueber Ausgabeliste */
.bbtableover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	width: 100%;
	border: 1px solid #669DB2;
}
.bbtableover td {
	padding: 0px 5px 0px 5px;
	vertical-align: middle;
	background-color: #F3F7F9;
	color: #005C7E;
	height: 30px;
	font-weight: normal;
}

/* Tabelle Ausgabeliste */
.bbtableausgabeliste {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
	width: 625px;
	border-right: 0px;
	border-bottom: 0px;
	text-align: left;
}
.bbtableausgabeliste th {
	padding: 1px 3px 0px 3px;
	vertical-align: top;
	background-color: #D1E4EF;
	color: #000;
	height: 30px;
	font-weight: normal;
	text-align: left;
}
.bbtableausgabeliste td {
	padding: 0px 5px 0px 5px;
	vertical-align: top;
	color: #000;
	height: 30px;
	font-weight: normal;
}
/* Tabelle kleine Ausgabeliste auf den Detailseiten */
.bbtableausgabeliste_klein {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
	width: 100%;
	border: 1px solid #fff;
	border-right: 0px;
	border-bottom: 0px;
	text-align: left;
}
.bbtableausgabeliste_klein th {
	padding: 1px 3px 0px 3px;
	vertical-align: top;
	background-color: #D1E4EF;
	color: #000;
	font-weight: bold;
	text-align: left;
}
.bbtableausgabeliste_klein td {
	padding: 0px 5px 0px 5px;
	vertical-align: top;
	color: #000;
	font-weight: normal;
}
/* Tabelle Detailheader */
.bbdetailheader {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	width: 100%;
	border-bottom: 3px solid #005C7E;
}

/* Textformatierungen */
.bbheadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	padding-bottom: 0px;
}
.bbheadline2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #005C7E;
	padding: 0px;
}
.bbheadline3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding: 0px;
}

.bbcopytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000;
}

.bbausgabepreis {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #005C7E;
	padding: 0px;
}

.bbdetailpreis {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
	color: #000000;
	padding: 0px;
	margin: 0px;
	text-align: right;
}

/* Farben */
.bbbgcolor1 {
	background-color: #F4F4F4;
/* helles Blau (7% OK-Blau) */
}

.bbbgcolor2 {
	background-color: #EEEEEE;
/* hellstes Blau (5% OK-Blau) */
}

.bbbgcolor3 {
	background-color: #D1E4EF;
/* hellstes Blau (10% OK-Blau) */
}

.bbcolor1 {
	color: #005C7E;
/* dunkelstes Blau (100% OK-Blau) */
}

/* Linkformatierungen */
a.bbcopylink:link {
	color: #005C7E;
	text-decoration: underline;
	font-size: 12px;
}

a.bbcopylink:active {
	color: #005C7E;
	text-decoration: underline;
	font-size: 12px;
}

a.bbcopylink:visited {
	color: #005C7E;
	text-decoration: underline;
	font-size: 12px;
}

a.bbcopylink:hover {
	color: #005C7E;
	text-decoration: underline;
	font-size: 12px;
}

a.bbausgabelink:link {
	color: #cf0000;
	text-decoration: underline;
	font-size: 11px;
}

a.bbausgabelink:active {
	color: #cf0000;
	text-decoration: underline;
	font-size: 11px;
}

a.bbausgabelink:visited {
	color: #cf0000;
	text-decoration: underline;
	font-size: 11px;
}

a.bbausgabelink:hover {
	color: #005C7E;
	text-decoration: underline;
	font-size: 11px;
}

a.bbbestelllink:link {
	color: #cf0000;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial;
}

a.bbbestelllink:active {
	color: #000;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial;
}

a.bbbestelllink:visited {
	color: #cf0000;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial;
}

a.bbbestelllink:hover {
	color: #005C7E;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial;
}

/* Bestellbox */
.bbbestellbutton {
	padding: 1px;
	color: #000;
	border: 1px solid #000;
	width: 90px;
	text-align: center;
}

.bbanbieterbutton {
	padding: 1px;
	color: #000;
	border: 1px solid #000;
	width: 120px;
	text-align: center;
}

/* Formulare */
.bbformbutton {
	background-image: url(images/formular_verlauf.gif);
	border: 1px solid #000;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bbformcheckbox {
	margin-left: 5px;
	color: #005C7E;
}
.bbformradiobutton {
	margin-left: 5px;
	color: #005C7E;
}
.bbformauswahl {
	margin-left: 5px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.bbformeingabe {
	margin-left: 5px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Klasse für die Verwendung von Breitband-Formularen */

td.smallformblock {
   width: 415px;
   clear: left;
}

td.formblock {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 10px 0px 0px;
}

/* Auflistung der Formularelemente in senkrechter Richtung */

td.formblock ul.listsenkrecht {
   list-style-type: none;
   list-style-position: outside;
   padding: 0px 5px 0px 0px;
   margin-left: 10px;
}

td.formblock ul.listsenkrecht li {
   margin: 2px 0px 2px 0px;
   padding: 0px;
   /*line-height: 12px;*/
}

td.formblock ul.listwaagrecht li select {
   margin-left: 20px;
   margin-top: 5px;
   display: block;
}

/* Auflistung der Formularelemente in waagrechter Richtung */

td.formblock ul.listwaagrecht {
   list-style-type: none;
   clear: left;
   margin-left: 5px;
   margin-bottom: 5px;
   padding: 0px;
   border: 1px solid white;
}

/*
td.formblock ul.listwaagrecht input {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
*/
td.formblock ul.listwaagrecht li {
   margin: 0px 20px 0px 0px;
   float: left;
   height: 18px;
}
td.formblock ul.listwaagrecht li.question {
   width: 20px;
   margin-top: 2px;
   /*vertical-align: middle; */
}
td.formblock ul.listwaagrecht li.question a {
   background-image: url('/includes/breitband/vorlagen/html/images/fragezeichen.gif');
   background-repeat: no-repeat;
   background-position: center;
   width: 13px;
   height: 13px;
   display: block;
   vertical-align: middle;
   margin: 0px;
   padding: 0px;
}
.question2 {
   width: 20px;
   margin-top: 2px;
   /*vertical-align: middle; */
}
.question2 a {
   background-image: url('/includes/breitband/vorlagen/html/images/fragezeichen.gif');
   background-repeat: no-repeat;
   background-position: center;
   width: 13px;
   height: 13px;
   display: block;
   vertical-align: middle;
   margin: 0px;
   padding: 0px;
}
.categoryheader2 {
	padding: 2px;
	margin-bottom: 5px;
	vertical-align: bottom;
	background: #dddddd;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: black;
}
.categoryheader2 img {
	margin: 2px;
}

