@IMPORT url("./forms.css");
@IMPORT url("./struktur.css");

/* 
   md: F4004F9A5BE9F639000010B1
   sm: qpc02
   
   20130301 MRi created 
   20130829 MRi modified 
*/


span.rot {
    color: #FF6347;
}

span.gelb {
    color: #FFD700;
}

span.gruen {
    color: #CAFF70;
}

b {
    font-weight: bold;
}
i {
    font-style: italic;
}
u {
    text-decoration: underline;
}

.active {
	font-weight: bold;
	color: #33434c;
}



.tab .image img {
    max-width: 100%;
    width: 100%;
    height: auto;


}
.cb_display {
	border: 0px;
	margin:0px;
   margin-top: -20px;	
	position:relative;
}


.contenttab {
	overflow: auto;
	overflow-y: hidden;
	width: 100%;
	height: 100%;
}


.head, .head label{
   font-weight: bold;
}

.hint, .hinz label{
   font-style: italic;
}

#navimenu a {
	position: relative;
}


body {
	font-family:Arial,Helvetica,sans-serif;
	color: #33434c;
}


a {
	color: #0F4D96;
	text-decoration: none; 
}

a:hover{
	color: #BAD1E6;
}


#canvas {
   margin-left: auto;
   margin-right: auto;
   border: 1px solid #BAD1E6;
}


#header{
   position: relative;
}


#logo1{
	width: 50%;
	float:left;
}

#logo2{
	width: 50%;
	float:right;
	text-align: right;
}

#logo3{
	display: none;
}


#infomenu ul{
	float:right;
}

#infomenu li{
	float:left;
}

#infomenu li a{
	font-weight: bold;
	border-left: 1px #000 solid;
}

#infomenu li.point a{
   border-left: 0;
   background-image: url(list_point.png);
   background-repeat: no-repeat;
   background-position: left center;
   padding-left: 16px;
}


#pathmenu {
   background-color: #BAD1E6;
}

#pathmenu li{
   display: inline;
   background-image: url(arrow_r.png);
   background-repeat: no-repeat;
   background-position: center left;
   white-space: nowrap;
   font-weight: bold;
}

#pathmenu a:hover {
   color: #0F4D96;
   text-decoration: underline;
}

*:first-child+html #pathmenu li,
* html #pathmenu li{
   white-space: normal;
}


#navimenu {
   background-color: #E8F0F6;
}

#navimenu li{
   position:relative;
}


#navimenu li a{
   display: block;
   border-bottom: 1px solid #ffffff;
   position: relative;
}


#navimenu li.has_checkbox a{
   padding-left: 20px;
}

#navimenu li.has_checkbox.level_2 a{
   padding-left: 30px;
}
#navimenu li.has_checkbox.level_3 a{
   padding-left: 40px;
}
#navimenu li.has_checkbox.level_4 a{
   padding-left: 50px;
}
#navimenu li.has_checkbox.level_5 a{
   padding-left: 60px;
}

#navimenu li.has_checkbox .cb_display{
   position: absolute;
   left: 2px;
   top: 27px;
}

.tab td.level_2{
   padding-left: 20px;
}
.tab td.level_3{
   padding-left: 40px;
}
.tab td.level_4{
   padding-left: 60px;
}
.tab td.level_5{
   padding-left: 80px;
}




#navimenu li a:hover{
   color: #000;
}


#footer {
   background-color: #BAD1E6;
}

#footer li{
   float:right;
   text-align:right;
}

#footer li.first{
   text-align:left;
   float: left;
}

#footer a:hover{
	color: #0F4D96;
	text-decoration: underline;
	 
}

.tab th {
   font-weight: bold;
   background-color: #dddddd;
   color: #005DA7;
}

.tab th,
.tab td {
   border: 1px solid #dddddd;
}

.tab td.link{
	cursor: auto;
}

.tablink:hover{
   background-color: #E8F0F6;
}

.tab .input br {
   display:none;
}
.tab span.error{
   display:block;
}

.tab input[type="checkbox"]{
  margin:0;
  padding:0;
}

td.navi{   
   background-image: url(arrow_r.png);
   background-repeat: no-repeat;
}

td.navi a{   
   text-decoration: none;
}


#actnmenu li{
   white-space: nowrap; 
   float:left;
   display:block;
}


#actnmenu ul{
     overflow:hidden;
}


#actnmenu a,
a.btn_link,
a.btn_chart,
input[type="submit"]{
	background-color: #2274AC;
	border: solid 1px #000;
	display: block;
	font-weight: bold;
	text-align: center;
	color:#ffffff;
	cursor: pointer;
	font-family:Arial,Helvetica,sans-serif;
	background-image: none;
	white-space: nowrap;
}

#actnmenu a:hover,
a.btn_link:hover,
a.btn_chart:hover,
input[type="submit"]:hover{
	background: #165A89;
}


#footer_infomenu li {
	display: block; 
	float:none; 
	text-align: left;
}

#footer_infomenu li {
	display: none;
}

#footer_infomenu li.none {
	display: block; 
	font-weight: bold;
}


#footer_infomenu {
   background-color:#ffffff;
}

#footer_infomenu li.none,
#footer_infomenu ul {
	background-color:#ccc;
}

#footer_infomenu li {
   background-color:#eee;
   border: #ccc 2px solid;
   border-top: 0;
}

#footer_infomenu li.none {
   background-image: url(../../themes/infozeile_not_active.png);
   background-repeat: no-repeat;
   background-position: right;
}

#footer_infomenu li.none.active {
   background-image: url(../../themes/infozeile_active.png);
}


div.contenttab p {
    margin-top: 6px;
    margin-bottom: 18px;
}

div.contenttab p br {
    display: none;
}

p.reccount{
   font-size: 0.85em;
}



/************************************************************/
/* clearfix */
/************************************************************/

#infomenu:after,
#infomenu ul:after,
#footer_infomenu:after,
#footer_infomenu ul:after,
#footer ul:after,
#wrapper:after{
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}


* html #infomenu,
* html #infomenu ul,
* html #footer_infomenu,
* html #footer_infomenu ul,
* html #footer ul,
* html #wrapper { 
   zoom: 1; 
} /* IE6 */


*:first-child+html #infomenu,
*:first-child+html #infomenu ul,
*:first-child+html #footer_infomenu,
*:first-child+html #footer_infomenu ul,
*:first-child+html #footer ul,
*:first-child+html #wrapper{ 
   zoom: 1; 
} /* IE7 */
