/* Farbdesign: RS, 11.12.2024 grau d:#444444 h:#C0C0C0 l:#666666 ; alt blau: d:#336699 h:#99CCFF l:#0066cc   */

body { 
	margin:0 auto;
	margin-top:0px;
	background-color: #aaccef;
	color: #000000;
	width: 1000px; max-width: 1000px;
}

.pageBkGr {
	width:1000px; 
	background-color: white;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	font-family:  Arial, Helvetica;
}

/* The container <div> - needed to position the dropdown content */
.popUpCtrl {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.popUpMenu {
    margin-left: 0px; /*Verschiebt das PopupMenu 14px nach links, damit es mit dem NavTab ausgerichtet ist.*/
    display: none;
    position: absolute;
    background-color: #29527a;
    white-space: nowrap;
    box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.3);
    line-height:30px;
    z-index: 10;
}

/* Links inside the dropdown */
.popUpMenu a {
    color: white;
    padding: 10px 15px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.popUpMenu a:hover {
	background-color: #7399bf;
}

/* Show the dropdown menu on hover */
.navTab:hover .popUpMenu { 
	display: block;
}	

.navBarTop						{ font-family: Tahoma, Arial, Verdana, Helvetica; font-size: 14px; text-decoration: none; color: white; }

.navBar1						{ background-color: #336699; width:100%; height:40px; line-height:40px;}
.navBar1 .navTab				{ color: white; float:left;  height:40px; }
.navBar1 .navTab a				{ color: white; display: block; padding: 0px 14px;}
.navBar1 .navTab:hover			{ background-color: #29527a; }
.navBar1 .selTab				{ background-color: #7399bf;   }
.navBar1 .selTab:hover			{ background-color: #7399bf;   }

.navBarLogo {
    float:left; width:260px; height:40px;
    background-image: url('logo_with_CTI.png');
    background-repeat: no-repeat;
    background-position:40px 10px;
    }