﻿/*
	Letzte �nderung: 16.01.2004 Frank Ullmann, frank.thomas.ullmann@gmx.de
*/

/* GENERELLE EINSTELLUNGEN (Abst�nde, Linkfarben) */


a {
	color: #333333;
}

/*
a:link, a:visited {
	color: ##000000;
	color: #6D94A7;
}
*/
a:hover{
	color: #000;
	text-decoration: underline;
}
.linespace {
	margin: 1px 0px 0px;
	clear: both;
}

.clr {
	clear: both;
	font-size: 0;
	line-height: 7px;
	margin: 0;
	padding: 0;
	width: 100%;
}


.HLine {
	background-image: url(../../img/tb/trennlinie.gif);
	width: 100%;
	background-repeat: repeat-x;
	background-position: center;
	margin-top: 2px;
	margin-bottom: 2px;
}


body {

	margin: 0px 1px 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* background: #54749A ;*/
	BACKGROUND: #e5e5e5;

	PADDING-TOP: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	PADDING-RIGHT: 0px;
	/*MARGIN: 0px;*/
	COLOR: black;

}
td {
	font: 11px/14px Verdana, Arial, Helvetica, sans-serif;
}
.content P {
	WIDTH: 600px
}
.content DL {
	WIDTH: 400px
}
p {
	margin: 0px 0px 0px;
}
.ab5vo {
	margin-top: 5px;
}
.abButton {
	margin-right: 5px;
}

.clear {
	margin: 0px;
	float: left;
	width: 100%;
	clear: both;
}


/* _____________________________________________________________________________________________
   ERROR
   _____________________________________________________________________________________________ */

.error {
	font-family:  Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #e92e2e;
	line-height: 18px;
}
.error-big {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #e92e2e;
	line-height: 18px;
}

.error-normal {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #e92e2e;

}

.success {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #008E00;
	line-height: 18px;
}

.success-normal {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #008E00;
}


.warning {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #e9972e;
	line-height: 18px;
}

.warning-normal {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #e9972e;
}


/* _____________________________________________________________________________________________
   Text
   _____________________________________________________________________________________________ */

.Txt-Orange {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ff6820;
	line-height: 18px;
}

.Txt-Gruen {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: green;
	line-height: 18px;
}

.Txt-Gruen-Big {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: green;
	line-height: 18px;
}

.Txt-Blau {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #2B2FE6;
	line-height: 18px;
}

.Txt-Grau {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	line-height: 18px;
}

.Txt-Schwarz {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	line-height: 18px;
}

.minPage{
	height: 400px;
}
.txt {
	font: 11px/14px Verdana, Arial, Helvetica, sans-serif;
}
.txt-mini {
	font: 9px/normal Verdana, Arial, Helvetica, sans-serif;
}
.txt-klein {
	font: 10px/12px Tahoma, Verdana, Arial, sans-serif;
}

.txt-mittel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	font-size: 10px;
}

.txt-mittel-rot {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	font-size: 10px;
	color: red;
}

.txt-max {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	font-size: 14px;
}

.txt-input {

	line-height: 20px;
	height: 26px;

	padding: 7px 3px;
	margin: 3px 0;

	display: inline-block;
	text-decoration: none;

	cursor: pointer;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);

	box-sizing: border-box;
	box-shadow: 1px 0 0 rgba(255, 255, 255, 0.125) inset, 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);


	background: url(../../img/grad_white_grey.jpg) repeat-x;
	background-color: #e6e6e6;

	/* text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); */

	color: #333333;

	font-size: 14px !important;
	font-family: verdana !important;
	font-weight: normal;

	/* text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); */
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;

}

/* _____________________________________________________________________________________________

   LAYOUT BASIC
   _____________________________________________________________________________________________ */


.contR1 {
	width: 100%;
	height: 15px;
	/*background: #54749A url(../../img/tb/tb_re.gif) no-repeat right top;*/
	background: #54749A  no-repeat right top;
	clear: left;
	margin-top: -2px;
}
.contR2 {
	width: auto;
	margin-bottom: 0px;
	padding-left: 15px;
	background: #54749A;
	padding-right: 15px;
}
.contR3 {
	width: 100%;
	height: 15px;
	background: #54749A;
}


/* _____________________________________________________________________________________________
   SUBMENU
   _____________________________________________________________________________________________ */

#sm {
	font: bold 12px/18px Verdana, Arial, Helvetica, sans-serif;
	width: 195px;
	background-color: #FFFFFF;
}
#smL {
	font: bold 12px/18px Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	background-color: #FFFFFF;
}
#sm a {
	text-decoration: none;
	color: #DCDCDC
}
#sm a:hover{
	text-decoration: none;
	color: #C0C0C0;
}
.smHide {
	display: none;
}
.smShow {
	display: block;
}
.sm1 {
	background-color: #54749A;
	color: #54749A;
	margin: 1px;
	height: 19px;
	padding-left: 15px;
}
.sm2 {
	color: #54749A;
	background: #7998C1 url(../../img/pfeil.gif) no-repeat left;
	margin: 1px;
	height: 19px;
	padding-left: 15px;
}
.sm2b {
	color: #54749A;
	background: #54749A;
	margin: 1px;
	height: 19px;
	padding-left: 30px;
	font-weight: normal;
}
.sm3 {
	color: #54749A;
	background: #54749A;
	margin: 1px;
	height: 19px;
	padding-left: 30px;
	font-weight: normal;
}
.sm4 {
	color: #54749A;
	background: #7998C1 url(../../img/pfeil.gif) no-repeat left;
	margin: 1px;
	height: 19px;
	padding-left: 30px;
	font-weight: normal;
}
.sm5 {
	background-color: #54749A;
	color: #54749A;
	margin: 1px;
	height: 70px;
	padding-left: 15px;
}

.sm_header {
	/*background: #fafafa;*/
	background: #54749A;
	/*color: #929292;*/
	color: #D3DCE3;
	margin: 1px;
	height: 19px;
	padding-left: 8px;

}



/* _____________________________________________________________________________________________

   MAIN Content
   _____________________________________________________________________________________________ */


#content{
	width: 600px;
	position: relative;
}
#main{
	font: 11px/14px Verdana, Arial, Helvetica, sans-serif;
}
#main p {
	margin: 0px 0px 8px;
}
.v1-mainTipp {
	list-style-image:  url(../../img/ico/24x24/list.png);
	background-color: #F9F571;
	padding: 8px 8px 8px 10px;
	border: 1px solid #F5EE1E;
}

.v2-mainTipp {
	list-style-image:  url(../../img/ico/24x24/list.png);
	background-color: #cc6600;
	padding: 8px 8px 8px 10px;
	border: 1px solid #cc6600;
}

.v3-mainTipp {
	list-style-image:  url(../../img/ico/24x24/list.png);
	background-color:  #ffffcc;
	padding: 8px 8px 8px 10px;
	border: 1px solid #007d69;
}

.mainTipp {
	list-style-image:  url(../../img/ico/24x24/list.png);
	background-color:  #ffffff;
	padding: 8px 8px 8px 10px;
	border: 1px solid #dddddd;
}

#main h1 {
	font: bold 11px/14px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
}
#main h2 {
	font: bold 11px/14px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
	color: #006600;
}


#main ul li {
	margin-bottom: 2px;
	list-style-image:  url(../../img/ico/24x24/list.png);
}
#main ol {
	list-style-type: decimal;
}
.main-tab {
	background-color: #54749A;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
#pagelink{
	font: 11px/14px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
}
#pagelink p {
	margin: 0px 0px 5px;
}

/* _____________________________________________________________________________________________

   FOOTER & HISTORY
   _____________________________________________________________________________________________ */


.footer{
	margin: 10px;
	color: #333;
	font: 11px Tahoma, Verdana, Arial, sans-serif;
	float: right;
}


#hist {
	font: 11px Tahoma, Verdana, Arial, sans-serif;
	color: #000;
	padding-bottom: 10px;
	padding-left: 3px;
	margin-top: 15px;
	float: left;
	font-weight: bold;
}
#hist a {
	color: #03460a;
	font-weight: normal;
}
#hist img {
	vertical-align: middle;
	margin-left: 10px;
}
/* _____________________________________________________________________________________________

   HEADER
   _____________________________________________________________________________________________ */

.header{
	margin: 10px 0px 10px 10px;
	color: #A6C127;
	font: 11px Tahoma, Verdana, Arial, sans-serif;
	float: right;
}


/* _____________________________________________________________________________________________

   LISTENANSICHT
   _____________________________________________________________________________________________ */




.table-hd {

	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background-color: #d3dce3;
	color: #000000;
	vertical-align: middle;

	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	font-weight: bold;

	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #999999;

	/*
	border-bottom-style: solid;
	border-bottom-width: 1px;
	*/

}

.table-hd-white {

	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background: #FFFFFF;
	color:  #0055cc;
	vertical-align: middle;

	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	font-weight: bold;

	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #999999;
}


.table-hd-bottom {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.table-hd-error {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background-color: #d3dce3;
	color: #ff6820;
	vertical-align: middle;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	font-weight: bold;
}

.table-hd-10 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #54749A;
	vertical-align: middle;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	font-weight: bold;
}

.table-hd-11 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #54749A;
	vertical-align: middle;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	font-weight: bold;
}

.table-hd-12 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #54749A;
	vertical-align: middle;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	font-weight: bold;
}

/*
.tabZt {
-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #888888 #888888 #888888 -moz-use-text-color;
    border-image: none;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
}
*/

.tabZa {

	font: 11px/14px Verdana, Arial, sans-serif;
	background-color: #D5D5D5;
	/* vertical-align: middle; */
	height: 24px;
	padding-left: 4px;
	padding-right: 4px;


	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #999999;
	border-bottom-width: 1px;

}
.tabZb {

	font: 11px/14px Verdana, Arial, sans-serif;
	background-color: #E5E5E5;
	/* vertical-align: middle; */
	height: 24px;
	padding-left: 4px;
	padding-right: 4px;

	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #999999;
	border-bottom-width: 1px;

}

.tabZc {
	background-color:  #FFFFFF; /* #DFDF9F;*/
	padding: 4px;
	font-family: Verdana;
	font-size: 11px;
}
.tabZc-border-bottom {
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-bottom-width: 1px;
}
.tabZc-border-right {
	border-right-style: solid;
	border-right-color: #999999;
	border-right-width: 1px;
}

.tabZc-border-left {
	border-left-style: solid;
	border-left-color: #999999;
	border-left-width: 1px;
}
.tabZc-border-top {
	border-top-style: solid;
	border-top-color: #999999;
	border-top-width: 1px;
}


.tabZd {
	/*
	font-family: Verdana;
	font-size: 11px;
	*/

	font: 11px/14px Verdana, Arial, sans-serif;
	background-color: #E5E5E5;

	padding-left: 4px;
	padding-right: 4px;

	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #999999;
	border-bottom-width: 1px;

}
.tabZe {
	font: 11px/14px Verdana, Arial, sans-serif;
	background-color: #E5E5E5;
	vertical-align: middle;
	height: 12px;
	padding-left: 4px;
	padding-right: 4px;

	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}


.tabZf {

	font: 11px/14px Verdana, Arial, sans-serif;
	background-color: #D5D5D5;
	vertical-align: middle;

	height: 24px;
	padding-left: 4px;
	padding-right: 4px;

	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

	border-bottom-width: 1px;
	color: #06334B;


}

.tabZg {


	font: 11px/14px Verdana, Arial, sans-serif;
	background-color: #E5E5E5;
	color: #06334B;

	vertical-align: middle;
	height: 24px;
	padding-left: 4px;
	padding-right: 4px;

	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

	border-bottom-color: #999999;
	border-bottom-width: 1px;

}


.tabZh {

	font: 11px/14px Verdana, Arial, sans-serif;
	background-color: #D5D5D5;
	vertical-align: middle;

	height: 12px;
	padding-left: 4px;
	padding-right: 4px;

	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

	border-bottom-width: 1px;
	color: #69A74E

}

.tabZi {

	padding-left: 4px;
	padding-right: 4px;

	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #999999;
	border-bottom-width: 1px;

}


.tab_row {

	line-height: 20px;

	height: 22px;
	display: inline-block;
	text-decoration: none;

	/*	box-shadow: 1px 0 0 rgba(255, 255, 255, 0.125) inset, 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05); */
	font-size: 12px !important;
	font-family: verdana !important;
	font-weight: normal;

	padding: 2px 10px;
	/*	border: 1px solid; */
	cursor: pointer;
	color: #FFFFFF;

	/*   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); */
	vertical-align: middle;

	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);


}

.tab_row_yellow {
	background: url(../../img/grad_yellow.jpg) repeat-x;
	background-color: #f89406;
}

.tab_row_red {
	background: url(../../img/grad_red.jpg) repeat-x;
	background-color: #bd362f;
}

.tab_row_green {
	background: url(../../img/grad_green.jpg) repeat-x;
	background-color: #51a351;
}

.tab_row_blue {
	background: url(../../img/grad_blue.jpg) repeat-x;
	background-color: #0055cc;
}

.tab_row_white {
	background: url(../../img/grad_white_grey.jpg) repeat-x;
	background-color: #e6e6e6;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	color: #333333;
}



.tab {
	FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #000000; LINE-HEIGHT: 18px; FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, sans-serif
}
.tab-error {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #ff3300; LINE-HEIGHT: 18px; FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, sans-serif
}
.tab2 {
	FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: #000000; LINE-HEIGHT: 18px; FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, sans-serif
}
.tab3 {
	FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #000000; LINE-HEIGHT: 18px; FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #ffffff
}
.tab4 {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #000000; LINE-HEIGHT: 18px; FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, sans-serif
}
.tab5 {
	FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #000000; LINE-HEIGHT: 18px; FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #ff9933
}
.tab6 {
	FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #000000; LINE-HEIGHT: 18px; FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #ff9933
}
.tab-div {
	/* BACKGROUND-IMAGE: url(../img/tb/tab_div.gif); BACKGROUND-REPEAT: repeat-x */
}

.ListeWarnung {
	color: #FF0000;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	line-height: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.ListeRot {
	color: #ff6820;
}
.ListeGruen {
	color: #00CC00;
}
.ListeBlau {
	color: #2B2FE6;
}
.ListeGrau {
	color: #666666;
}
.ListeSchwarz {
	color: #000000;
}
.ListeWeiss {
	color: #FFFFFF;
}

.icons {
	clear: right;
	float: left;
	vertical-align: middle;
	margin-right: 2px;
}


.icons_right {
	float: right;
	vertical-align: middle;
}

.icons_left {
	float: left;
	vertical-align: middle;
}


#listBot {
	font: 11px Tahoma, Verdana, Arial, sans-serif;
	color: #486D3C;
	text-align: right;
}
#listBot a {
	color: #00CC00;
}
#listBot span {
	margin-right: 20px;
}

/* _____________________________________________________________________________________________

   FORMULARE
   _____________________________________________________________________________________________ */


#form select, input, textarea {
	font: 11px Tahoma, Verdana, Arial, sans-serif;
	margin-right: 10px;
	vertical-align: middle;
}
#form td {
	font: 11px Verdana, Arial, sans-serif;
	margin-right: 10px;
	vertical-align: top;
	padding: 2px 10px 2px 0px;
}
#form .comment {
	font: 11px Tahoma, Verdana, Arial, sans-serif;
	vertical-align: top;
	padding-right: 10px;
}
.form-100 {
	width: 100px;
}
.form-200 {
	width: 200px;
}

.form-250-80 {
	width: 250px;
	height: 80px;
}

.form-250-150 {
	width: 250px;
	height: 150px;
}

.form-300 {
	width: 300px;
}
.form-300-50 {
	width: 300px;
	height: 50px;
}

.form-325-50 {
	width: 325px;
	height: 50px;
}

.form-350-50 {
	width: 350px;
	height: 50px;
}

.form-300-100 {
	width: 300px;
	height: 100px;
}

.form-300-150 {
	width: 300px;
	height: 150px;
}

.form-320-80 {
	width: 320px;
	height: 80px;
}

.form-320-150 {
	width: 320px;
	height: 150px;
}


.form-400-50 {
	width: 400px;
	height: 50px;
}

.form-400-100 {
	width: 400px;
	height: 100px;
}

.form-400-150 {
	width: 400px;
	height: 150px;
}

.form-450-50 {
	width: 450px;
	height: 50px;
}

.form-500-0 {
	width: 500px;
}

.form-500-50 {
	width: 500px;
	height: 50px;
}

.form-500-100 {
	width: 500px;
	height: 100px;
}

.form-500-150 {
	width: 500px;
	height: 150px;
}

.form-400 {
	width: 400px;
	height: 100px;
}


.form-200-50 {
	width: 200px;
	height: 50px;
}
.form-450-125 {
	width: 450px;
	height: 125px;
}

.form-500 {
	width: 500px;
	height: 100px;
}

.form-500-125 {
	width: 500px;
	height: 125px;
}

.form-550-125 {
	width: 550px;
	height: 125px;
}

.form-500-550 {
	font: 10px/normal Verdana, Arial, Helvetica, sans-serif;
	width:  500px;
	height: 550px;
}

.form-500-600 {
	font: 10px/normal Verdana, Arial, Helvetica, sans-serif;
	width:  500px;
	height: 600px;
}

.form-500-650 {
	font: 10px/normal Verdana, Arial, Helvetica, sans-serif;
	width:  500px;
	height: 650px;
}

.form-500-700 {
	font: 10px/normal Verdana, Arial, Helvetica, sans-serif;
	width:  500px;
	height: 700px;
}

.form-500-750 {
	font: 10px/normal Verdana, Arial, Helvetica, sans-serif;
	width:  500px;
	height: 750px;
}

.form-500-850 {
	font: 10px/normal Verdana, Arial, Helvetica, sans-serif;
	width:  500px;
	height: 850px;
}

.form-550-600 {
	font: 10px/normal Verdana, Arial, Helvetica, sans-serif;
	width:  550px;
	height: 600px;
}

.form-550-650 {
	font: 10px/normal Verdana, Arial, Helvetica, sans-serif;
	width:  550px;
	height: 650px;
}

.form-525-650 {
	font: 10px/normal Verdana, Arial, Helvetica, sans-serif;
	width:  525px;
	height: 650px;
}

.form-515-725 {
	font: 10px/normal Verdana, Arial, Helvetica, sans-serif;
	width:  515px;
	height: 725px;
}


.form-525-700 {
	font: 10px/normal Verdana, Arial, Helvetica, sans-serif;
	width:  525px;
	height: 700px;
}

.form-525-725 {
	font: 10px/normal Verdana, Arial, Helvetica, sans-serif;
	width:  525px;
	height: 725px;
}


.form-525-750 {
	font: 10px/normal Verdana, Arial, Helvetica, sans-serif;
	width:  525px;
	height: 750px;
}

.form-525-750 {
	font: 10px/normal Verdana, Arial, Helvetica, sans-serif;
	width:  525px;
	height: 750px;
}

.form-550-700 {
	font: 10px/normal Verdana, Arial, Helvetica, sans-serif;
	width:  550px;
	height: 700px;
}

.form-550-750 {
	font: 10px/normal Verdana, Arial, Helvetica, sans-serif;
	width:  550px;
	height: 750px;
}


.form-575-650 {
	font: 10px/normal Verdana, Arial, Helvetica, sans-serif;
	width:  575px;
	height: 650px;
}

.form-575-700 {
	font: 10px/normal Verdana, Arial, Helvetica, sans-serif;
	width:  575px;
	height: 700px;
}

.form-575-750 {
	font: 10px/normal Verdana, Arial, Helvetica, sans-serif;
	width:  575px;
	height: 750px;
}


.form-600-100 {
	width: 600px;
	height: 100px;
}

.form-600-125 {
	width: 600px;
	height: 125px;
}

.form-600-150 {
	width: 600px;
	height: 150px;
}


.form-600-250 {
	width: 600px;
	height: 250px;
}

.form-600-350 {
	width: 600px;
	height: 350px;
}

.form-600-650 {
	width: 600px;
	height: 650px;
}

.form-600-700 {
	width: 600px;
	height: 700px;
}

.form-600-750 {
	width: 600px;
	height: 750px;
}


.formLogin {
	font: 10px Tahoma, Verdana, Arial, sans-serif;
	background-color: #FFFFFF;
	margin-right: 5px;
	margin-bottom: 1px;
	margin-top: 2px;
	width: 100px;
	vertical-align: middle;
}
.formLinks {
	margin-right: 8px;
	vertical-align: middle;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.formReturn{
	margin-left: 4px;
	vertical-align: middle;
	background-color: #FFFFFF;
}


/* _____________________________________________________________________________________________
   REITER
   _____________________________________________________________________________________________
 Reiter Buttons (obere Tabs) in drei Versionen (normal, besucht, inaktiv)  */

#rTop {
	-moz-font-feature-settings: normal;
	-moz-font-language-override: normal;
	-x-system-font: none;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	/* font-weight: bold;*/
	line-height: 16px;
	width: auto;
}
#rTop a {
	-moz-text-blink: none;
	/*-moz-text-decoration-color: -moz-use-text-color;*/
	-moz-text-decoration-line: none;
	-moz-text-decoration-style: solid;
	color: #555555;
}
#rTop1 {
	background-color: #DDDFE0;
	color: #000000;
}
#rTop1 .rPLi {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #FFFFFF;
	background-image: url("../../img/tb/menusplitterleft.png");
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto auto;
	float: left;
	height: 21px;
	width: 11px;
}
#rTop1 .rPMi {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #FFFFFF;
	background-image: none;
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto auto;
	float: left;
	height: 21px;
	width: auto;
}
#rTop1 .rPRe {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #FFFFFF;
	background-image: url("../../img/tb/menusplitterright.png");
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto auto;
	float: left;
	height: 21px;
	width: 11px;
}
#rTop2 {
	background-color: #DDDFE0;
	color: #8CC26E;
}
#rTop2 .rPMi {
	float: left;
	height: 21px;
	padding-top: 1px;
	width: auto;
}
#rTop3 {
	color: #06334B;
}
#rTop3 .rPMi {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #DDDFE0;
	background-image: none;
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto auto;
	float: left;
	height: 21px;
	width: auto;
	padding-left:5px;
	padding-right:5px;
}
#rTop3 .rPRe {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #DDDFE0;
	background-image: url("../../img/tb/menusplitterright.png");
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto auto;
	float: left;
	height: 21px;
	width: 11px;
}
.rinline {
	margin-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
.rBgM {
	background-color: #FFFFFF;
	font-weight: 700;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}
.rBgmw {
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
.rBgO {
	height: 21px;
}

.table-li {
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:10px;
	font-weight:700;
	line-height:14px;
	padding-right:10px;
	width:140px;
}

.table-li {
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:10px;
	font-weight:700;
	line-height:14px;
	padding-right:10px;
	width:140px;
}

.table-txt {
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:11px;
	list-style-image:  url(../../img/ico/24x24/list.png);
	padding-bottom:10px;
}

/* _____________________________________________________________________________________________

   DETAILANSICHT
   _____________________________________________________________________________________________ */

#Details {
	font: 11px/14px Verdana, Arial, Helvetica, sans-serif;
}
#Details p {
	padding-bottom: 5px;
	margin: 0px;
}
#Details img {
	margin-top: 5px;
	margin-bottom: 5px;
}
#Details h1 {
	font: bold 11px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #06334B;
	margin: 0px 2px 6px;
}
/* rgb(232, 232, 232) #DFDF9F;*/
.DetailsContainer{
	background-color: rgb(232, 232, 232);
	padding: 4px;
}
.DetailsMono {
	font: 12px "Courier New", Courier, mono;
	padding: 2px 4px 2px 2px;
	/*background-color: #DFDF9F;*/
	background-color: #F7F7F5;
}
.DetailsText {
	padding: 2px;
	/*background-color: #7098C1;*/
	background-color: #F7F7F5;
}
.DetailsWarnung {
	color: #CC0000;
	/*background-color: #7098C1;*/
	background-color: #F7F7F5;
	padding: 2px;
}

.DetailsGruen {
	color: #00CC00;
	background-color: #7098C1;
	padding: 2px;
}

.DetailsS1 {
	width: 100px;
	float: left;
}
#DetailsProdukte h1 {
	font: normal 11px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #54749A;
	padding: 2px;
	margin: 0px 0px 0px 0px;
}
#DetailsProdukte h2 {
	font: italic normal 11px/14px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding-left: 10px;
	padding-top: 5px;
}
#DetailsProdukte h3 {
	font: normal 11px/14px Verdana, Arial, Helvetica, sans-serif;
	margin: 5px 0px 0px 0px;
	padding-left: 25px;
	padding-bottom: 5px;
}

/* _____________________________________________________________________________________________

   PRODUKTE & SERVICES
   _____________________________________________________________________________________________ */

.prodContainerLi {
	float: left;
	background-color: #DFDF9F;
	padding: 4px;
	width: 470px;
}
.prodTextLi {
	padding: 2px;
	background-color: #7098C1;
}
.prodContainerRe {
	float: left;
	background-color: #F5EE1E;
	padding: 6px 6px 6px 8px;
	width: 200px;
}
.prodBut {
	padding: 0px;
	background-color: #F5EE1E;
	text-align: right;
	margin-bottom: 6px;
}
.prodImg {
	margin-left: 3px;
}


/* ab hier nach Prüfung löschen*/
.txtb {
	font: bold 10px/14px Verdana, Arial, sans-serif;
	margin-bottom: 0px;
	margin-left: 0px;
}
a.txtb:link {
	margin: 11px auto 0px 5px;
	color: #06334B;
	text-decoration: none;
}
a.txtb:hover {
	margin: 11px auto 0px 5px;
	color: #06334B;
	text-decoration: underline;
}
a.txtb:visited {
	margin: 11px auto 0px 5px;
	color: #06334B;
	text-decoration: none;
}
.hi {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #7998C1;
	color: #54749A;
	line-height: 18px;
	padding-left: 2px;
}
.hit {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	margin-top: 11px;
	margin-right: 5px;
	margin-bottom: auto;
	margin-left: 5px;
}
.hi3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #54749A;
	line-height: 18px;
}

/* _____________________________________________________________________________________________
   HEADER
   _____________________________________________________________________________________________ */

.topBg {
	/* background: #A6C127 url(../../img/tb/  MenuTop_mi.gif); */
	background: #A6C127 url(../../img/tb/topDiv.gif);
	bgcolor: "#A6C127"
}

.topBgtxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	font-size: 10px;
	/*background: #A6C127 url(../../img/tb/MenuTop_mi.gif);*/
	bgcolor: "#A6C127"
}

/* _____________________________________________________________________________________________
   Neue Styles f�r Marketing Bereich
   _____________________________________________________________________________________________ */

.box600 {
	width: 640px;
}

#box {
	background-color: #DFDF9F;
	padding: 4px;
}
#box h1{
	color: #06334B;
	margin: 0px 2px 6px;
}
#box .boxText {
	padding: 6px;
	background-color: #7098C1;
}
#box .boxText td {
	font-size: 10px/14px;
}
#box .boxText h1 {
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 1.6em 0 1em;
}
#box .boxText p {
	margin: 0 0 1.0em;
}
#box .boxText img {
	margin-top: 5px;
	margin-bottom: 5px;
	border:0;
}
.rowHead {
	float: none;
	margin: 0 0 1em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #7998C1;
	clear: both;
	padding: 2px;
}
.clear  {
	clear: both;
	width: 600px;

}

.searchbox {
	BORDER-RIGHT: #999999 1px solid; BORDER-TOP: #000000 1px solid; MARGIN: 0px 2px; FONT: 11px/14px Arial,Helvetica,sans-serif; BORDER-LEFT: #333333 1px solid; WIDTH: 105px; BORDER-BOTTOM: #999999 1px solid; HEIGHT: 14px
}

.showbox {
	BORDER-RIGHT: 1px none;  color: #999999;
	BORDER-TOP: 1px none; color: #999999;
	MARGIN: 0px 2px;
	FONT: 11px/14px Arial,Helvetica,sans-serif;
	BORDER-LEFT: 1px none; color: #999999;
	BORDER-BOTTOM: 1px none; color: #999999;
	HEIGHT: auto
}


/* Per-Post CSS */
/* Embedded CSS for "Wirklich einfache JavaScript Tooltips" */

.tooltip {
	position: absolute;
	display: none;
	background-color: #FFFFFF;
}
.tooltip2 {
	position: absolute;
	/*
	position:relativ;
    z-index: 99;
   */

	display: none;
	background-color: #FFFFFF;

	padding: 2px;
}
.tooltip2 .head{
	background-color: #006666;
	color: white;
	font-weight: bold;
	padding: 2px;
}
.tooltip2 .content{
	color: #000066;
	font-size: 10px;
	border-size: 4px;
}
.tooltip2 .content td{
	width: 50%;
	font-size: 10px;
	text-align: center;
}
.tooltip3 {
	position: absolute;
	display: none;
}
.tooltip3 img {
	-moz-opacity: 0.4;
	filter: alpha(Opacity=40);
}

/* _____________________________________________________________________________________________
    ROW AND CELLS
   _____________________________________________________________________________________________ */

.row {
	padding: 3px 0;
	clear: left;
	overflow: hidden;
	margin: 0;
	list-style-type: none;
}

.row  h1 {
	color: #6D94A7;
	font-family: Tahoma,Verdana,Arial,Sans-Serif !important;
	font-size: 16px;
	font-style:normal !important;
	/*font-weight: bold;*/

}

.row  a {
	/*color: #3399DD;*/
	color: #6D94A7;
}

.sub_row {
	padding: 5px 0 20px 20px;
	clear: left;
	overflow: hidden;
	margin: 0;
	list-style-type: none;
}

.cell_0_1 {
	width: 100%;
	float: left;
	overflow: hidden;
}

.cell_0_3 {
	width: 33%;
	float: left;
	overflow: hidden;
}

.cell_0_2 {
	width: 50%;
	float: left;
	overflow: hidden;
}

.cell_0_4 {
	width: 25%;
	float: left;
	overflow: hidden;
}


.cell_90 {
	width: 90%;
	float: left;
	overflow: hidden;
}

.cell_20 {
	width: 20%;
	float: left;
	overflow: hidden;
}
.cell_15 {
	width: 15%;
	float: left;
	overflow: hidden;
}
.cell_10 {
	width: 10%;
	float: left;
	overflow: hidden;
}


.cell_05 {
	width: 5%;
	float: left;
	overflow: hidden;
}

.cell_02 {
	width: 2%;
	float: left;
	overflow: hidden;
}

/* _____________________________________________________________________________________________
    Button
  _____________________________________________________________________________________________ */

a.normal_button {
	margin: 5px;
	height: 20px;
	line-height: 20px;
	/*background: #3399DD;*/
	background: url(../../img/button_background.png) 0 0 repeat-x;
	display: inline-block;
	font-size: 10px !important;
	font-family: verdana !important;
	font-weight: normal;
	text-decoration: none;

	padding: 0 10px;
	border: 1px solid #000;
	border-color: #3399DD !important;
	text-shadow: -1px -1px 0 #3399DD !important;
	cursor: pointer;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	z-index:1001;
}

a.normal_button:hover {
	/*background: url(../../img/button-blau-l.png) 0 -22px no-repeat; */
	background: #3399DD;
	color:#FFF;

	-moz-box-shadow: 0 0 0 1px #AAA inset;
	-webkit-box-shadow: 0 0 0 1px #AAA inset;
	box-shadow: 0 0 0 1px #AAA inset;
}

a.btn, label.file-upload {

	line-height: 20px;

	/* margin: 5px; */
	height: 22px;
	display: inline-block;
	text-decoration: none;

	box-shadow: 1px 0 0 rgba(255, 255, 255, 0.125) inset, 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	font-size: 12px !important;
	font-family: verdana !important;
	font-weight: normal;

	padding: 2px 10px;
	border: 1px solid;
	cursor: pointer;
	color: #FFFFFF;

	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	vertical-align: middle;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);

}

a.btn_yellow, label.file-upload-yellow {
	background: url(../../img/grad_yellow.jpg) repeat-x;
	background-color: #f89406;
}

a.btn_red, label.file-upload-red {
	background: url(../../img/grad_red.jpg) repeat-x;
	background-color: #bd362f;
}

a.btn_green, label.file-upload-green {
	background: url(../../img/grad_green.jpg) repeat-x;
	background-color: #51a351;
}

a.btn_blue, label.file-upload-blue {
	background: url(../../img/grad_blue.jpg) repeat-x;
	background-color: #0055cc;
}

a.btn_white, label.file-upload-white {
	background: url(../../img/grad_white_grey.jpg) repeat-x;
	background-color: #e6e6e6;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	color: #333333;
}

a.btn:hover {
	background-image: none;
}

/* _____________________________________________________________________________________________
Upload
_____________________________________________________________________________________________ */

/*
input[type="file"] {
	display: none;
}
*/

.txt-upload {
	padding: 6px 3px;
	margin: 3px 0;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	background: url(../../img/grad_white_grey.jpg) repeat-x;
	background-color: #e6e6e6;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	color: #333333;
}

/* _____________________________________________________________________________________________
    Container Opener and Closer
  _____________________________________________________________________________________________ */

.tr_opener {
	font-weight:bold;
	font-size:16px;
	text-decoration: none;
	text-align: right;
	padding-right: 20px;
	background: url(../../img/ico/icon-arrow-down-b-16.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: right;
}

a.tr_opener {
	text-decoration: none;
}

.tr_closer {
	font-weight:bold;
	font-size:16px;
	text-decoration: none;
	text-align: right;
	padding-right: 20px;
	background: url(../../img/ico/icon-arrow-up-b-16.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: right;

}

a.tr_closer {
	text-decoration: none;
}

/* _____________________________________________________________________________________________
    Dialog_Box
  _____________________________________________________________________________________________ */

.dialog_icon {
	width: 16px;
	height:16px;
	background: url(../../img/ico/icoDialog.png);
	float: right;
	display: inline !important;
	*display: none;
}



.dialog_box {
	border: 1px solid #999;
	border-top: #fff;
	position: fixed;
	top: 50px;

	z-index: 1000;
	margin: auto;
	overflow: hidden;
	max-width: 800px;

	-moz-box-shadow:    3px 3px 8px 2px #666;
	-webkit-box-shadow: 3px 3px 8px 2px #666;
	box-shadow:         3px 3px 8px 2px #666;

	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

.dialog_box_header {
	border-bottom: 1px solid #FFF;
	padding: 10px;
	background: #EEE;
}

.dialog_box_content {
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	padding: 20px 10px;
	background: #FFF;
}

.dialog_box_footer {
	border-top: 1px solid #FFF;
	padding: 10px;
	background: #EEE;
}

.dialog_box .dialog_box_header .dialog_box_close{color:#000;position:absolute;right:10px;top:8px;text-shadow:0 1px 0 #fff;font-weight:bold;font-size:14px;text-decoration: none;}
.dialog_box .dialog_box_header .dialog_box_close:hover{color:#f00}
.dialog_box .dialog_box_footer .dialog_wait{line-height:22px;height:22px;background:url("../../img/ico/wait.gif") no-repeat;margin-left:10px;padding-left:30px;display:inline-block}

/* _____________________________________________________________________________________________
    aus SCREEN.CSS
  _____________________________________________________________________________________________ */


#topline {
	BACKGROUND: #83a9cd; WIDTH: 100%; HEIGHT: 30px
}
#navline {
	PADDING-RIGHT: 20px; PADDING-LEFT: 20px; FONT-SIZE: 13px; BACKGROUND: white; PADDING-BOTTOM: 5px; WORD-SPACING: 1ex; WIDTH: 100%; COLOR: maroon; PADDING-TOP: 5px; FONT-FAMILY: Arial,sans-serif
}
#navline A {
	COLOR: #111; TEXT-DECORATION: none
}


/* WORKSPACE ------------------------------------------ */
#workspace {
	background: url("../../img/bg-workspace.gif") repeat-x scroll 0 0 #F7F7F7;
	/*bottom: 25px !important;*/
	display: inline-block;
	height: auto !important;
	margin: auto;
	min-height: 430px;
	min-width: 1024px;
	width: 100%;
	z-index: 0;
}

/* LEFTSIDE ---------------------------------------- */

#content_left {
	float: left;
	height: auto;
	margin-left: 2px;
	margin-top: 10px;
	padding: 0 3px 10px 0;
	position: relative;
	width: 200px;
}

/* CONTENER MAIN --------------------------------------- */

#content_main {
	/*background: url("../../img/module-col3-bg.png") repeat-x scroll 0 0 #fff6e9;*/
	background: url("../../img/module-col3-bg.png") repeat-x scroll 0 0 #ffffff;

	margin: 10px 2px 25px;
	overflow: hidden;
	padding: 10px;
	position: relative;
	width: auto !important;
	min-height: 330px;
}


/* CONTENT ------------------------------------------ */

.content {
	PADDING-RIGHT: 10px;
	PADDING-LEFT: 10px;
	BACKGROUND: #eee;
	PADDING-BOTTOM: 10px;
	COLOR: #333;
	PADDING-TOP: 10px
}
.content P {
	WIDTH: 600px
}
.content DL {
	WIDTH: 400px
}

#content a:hover {
	color: #555555;
	text-decoration: underline;
}

#content a {
	text-decoration:none;
	/*color: #0096ff;*/
	color: #6D94A7;
}

#content  h1 {
	color: #6D94A7;
	font-family: Tahoma,Verdana,Arial,Sans-Serif !important;
	font-size: 16px;
	font-style:normal !important;
	/*font-weight: bold;*/
}



/* SIDEBAR ------------------------------------------ */

#aside {
	width: 350px;
	padding: 0 15px;
	margin: 0 0 10px 0;
	float: left;

}

#aside a {
	text-decoration:none;
	display: inline-block;
	/*color: #6D94A7;*/
}

#aside  h1 {

	color: #6D94A7;
	font-family: Tahoma,Verdana,Arial,Sans-Serif !important;
	font-size: 12px;
	font-style:normal !important;
}


/* NOTE ------------------------------------------ */

.note {

	border: 1px solid #EDBD2D;
	background: url(../../img/ico/exclamation.png) 6px 3px no-repeat #FFDA6B;
	padding: 5px;
	padding-left: 30px;

	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

/*  Page Overlays and Loader ------------------------------------------ */


.wait_16_16 {
	background: url(../../img/ladesymbol.gif) no-repeat;
	/*margin: 5px;*/
	height: 16px;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	color: transparent;
	line-height: 16px;
	padding: 0 10px;
}

.wait_22_22 {
	background: url(../../img/load_wait.gif) no-repeat;
	height: 22px;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	color: transparent;
	line-height: 22px;
	padding: 0 10px;
}

.null {}

.page-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.5);
	z-index: 99999;
}


.loader-image {
	background: url(../../img/load_black_small.gif) no-repeat;
	/*background: url(../../img/load_black_lage.gif) no-repeat;*/
	position: absolute;
	left: 50%;
	top: 50%;
	/*
        height: 128px;
        width: 128px;
        margin-left: -64px;
        margin-top: -64px;
    */
	height: 32px;
	width: 32px;
	margin-left: -16px;
	margin-top: -16px;

}

/* Ende Page Overlays and Loader ------------------------------------------ */

.description_icon {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: rgba(0, 0, 0, 0);
	background-image: url("../../img/ico/icoDialog.png");
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: auto auto;
	display: inline !important;
	float: right;
	height: 16px;
	min-width: 16px;
}


/* Select ______________________________________________________________________________________*/

.select-box {

	line-height: 20px;

	/* margin: 5px; */
	height: 26px;
	display: inline-block;
	text-decoration: none;

	box-shadow: 1px 0 0 rgba(255, 255, 255, 0.125) inset, 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	font-size: 14px !important;
	font-family: verdana !important;
	font-weight: normal;

	background: url(../../img/grad_white_grey.jpg) repeat-x;
	background-color: #e6e6e6;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	color: #333333;

	padding: 2px 10px;
	border: 1px solid;
	cursor: pointer;


	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	vertical-align: middle;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);

}
@media (min-width: 768px) {
	.select-box {
		width: 70%;
	}
}
@media (min-width: 992px) {
	.select-box {
		width: 50%;
	}
}
@media (min-width: 1200px) {
	.select-box {
		width: 30%;
	}
}

@media print {
	.no-print, .no-print * {
		display: none !important;
	}
}

select[name="cboKundeStatus"] option[value="15"] {
	display: none;
}

.highlight {
	color: #f89406; /* You can change the color to whatever you prefer */
}

.rTop3 {
    color: #06334B;
}
.rTop3 .rPMi {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #DDDFE0;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    float: left;
    height: 21px;
    width: auto;
	padding-left:5px;
	padding-right:5px;
}
.rTop3 .rPRe {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #DDDFE0;
    background-image: url("../../img/tb/menusplitterright.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    float: left;
    height: 21px;
    width: 11px;
}

/* ========================================================================== 
   DZAG Button Compatibility Layer
   Zweck: DZAG-Buttonklassen auch dann sichtbar machen, wenn spaeter Bootstrap
   oder Datepicker-CSS geladen wird. Gilt nur fuer Elemente mit .btn.
   ========================================================================== */

.btn,
a.btn,
input.btn,
button.btn {
    display: inline-block !important;
    position: static !important;
    width: auto !important;
    height: auto !important;
    min-height: 22px !important;
    line-height: 20px !important;
    margin: 2px 4px 2px 0 !important;
    padding: 6px 10px !important;
    border: 1px solid rgba(0, 0, 0, 0.25) !important;
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    box-sizing: border-box !important;
    cursor: pointer !important;
    vertical-align: middle !important;
    text-align: center !important;
    white-space: nowrap !important;
    text-decoration: none !important;
    font: 12px Verdana, Tahoma, Arial, sans-serif !important;
    color: #ffffff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.125) inset,
                0 1px 0 rgba(255, 255, 255, 0.2) inset,
                0 1px 2px rgba(0, 0, 0, 0.05) !important;
}

.btn:hover,
a.btn:hover,
input.btn:hover,
button.btn:hover {
    text-decoration: none !important;
    background-image: none !important;
}

.btn:active,
a.btn:active,
input.btn:active,
button.btn:active {
    position: relative !important;
    top: 1px !important;
}

.btn.btn_green,
.btn_green,
a.btn.btn_green,
a.btn_green,
input.btn.btn_green,
input.btn_green,
button.btn.btn_green,
button.btn_green {
    background: #51a351 url(../../img/grad_green.jpg) repeat-x !important;
    background-color: #51a351 !important;
    border-color: #387038 !important;
    color: #ffffff !important;
}

.btn.btn_blue,
.btn_blue,
a.btn.btn_blue,
a.btn_blue,
input.btn.btn_blue,
input.btn_blue,
button.btn.btn_blue,
button.btn_blue {
    background: #0055cc url(../../img/grad_blue.jpg) repeat-x !important;
    background-color: #0055cc !important;
    border-color: #003f99 !important;
    color: #ffffff !important;
}

.btn.btn_red,
.btn_red,
a.btn.btn_red,
a.btn_red,
input.btn.btn_red,
input.btn_red,
button.btn.btn_red,
button.btn_red {
    background: #bd362f url(../../img/grad_red.jpg) repeat-x !important;
    background-color: #bd362f !important;
    border-color: #802420 !important;
    color: #ffffff !important;
}

.btn.btn_yellow,
.btn_yellow,
a.btn.btn_yellow,
a.btn_yellow,
input.btn.btn_yellow,
input.btn_yellow,
button.btn.btn_yellow,
button.btn_yellow {
    background: #f89406 url(../../img/grad_yellow.jpg) repeat-x !important;
    background-color: #f89406 !important;
    border-color: #c67605 !important;
    color: #ffffff !important;
}

.btn.btn_white,
.btn_white,
a.btn.btn_white,
a.btn_white,
input.btn.btn_white,
input.btn_white,
button.btn.btn_white,
button.btn_white {
    background: #e6e6e6 url(../../img/grad_white_grey.jpg) repeat-x !important;
    background-color: #e6e6e6 !important;
    border-color: #adadad !important;
    color: #333333 !important;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75) !important;
}

.btn.btn_green:hover,
.btn_green:hover,
a.btn.btn_green:hover,
a.btn_green:hover,
input.btn.btn_green:hover,
input.btn_green:hover,
button.btn.btn_green:hover,
button.btn_green:hover {
    background-color: #438a43 !important;
    color: #ffffff !important;
}

.btn.btn_blue:hover,
.btn_blue:hover,
a.btn.btn_blue:hover,
a.btn_blue:hover,
input.btn.btn_blue:hover,
input.btn_blue:hover,
button.btn.btn_blue:hover,
button.btn_blue:hover {
    background-color: #0044aa !important;
    color: #ffffff !important;
}

.btn.btn_red:hover,
.btn_red:hover,
a.btn.btn_red:hover,
a.btn_red:hover,
input.btn.btn_red:hover,
input.btn_red:hover,
button.btn.btn_red:hover,
button.btn_red:hover {
    background-color: #9f2d28 !important;
    color: #ffffff !important;
}

.btn.btn_yellow:hover,
.btn_yellow:hover,
a.btn.btn_yellow:hover,
a.btn_yellow:hover,
input.btn.btn_yellow:hover,
input.btn_yellow:hover,
button.btn.btn_yellow:hover,
button.btn_yellow:hover {
    background-color: #d98205 !important;
    color: #ffffff !important;
}

.btn.btn_white:hover,
.btn_white:hover,
a.btn.btn_white:hover,
a.btn_white:hover,
input.btn.btn_white:hover,
input.btn_white:hover,
button.btn.btn_white:hover,
button.btn_white:hover {
    background-color: #d6d6d6 !important;
    color: #333333 !important;
}

.btn.btn_disabled,
.btn_disabled,
a.btn_disabled,
input.btn_disabled,
button.btn_disabled,
.btn[disabled],
input.btn[disabled],
button.btn[disabled] {
    background: #cccccc !important;
    border-color: #999999 !important;
    color: #666666 !important;
    cursor: default !important;
    opacity: 0.75 !important;
    filter: alpha(opacity=75) !important;
    text-shadow: none !important;
}


a.searchLink {
	text-decoration: underline;
	font-weight: bold;
	cursor: pointer;
}
.filter-highlight {
	background-color: #FFCC99;
}
