
body { 
		top: 0px; 
		padding: 0px; 
		margin: 0px; 
		border-width: 0px; 
		font-family:arial;
		font-size: 11px;
		scrollbar-face-color: rgb(199,208,215); 
        scrollbar-highlight-color: rgb(229,238,245); 
        scrollbar-shadow-color: rgb(199,208,215); 
        scrollbar-3dlight-color: rgb(149,158,165); 
        scrollbar-arrow-color: rgb(229,238,245); 
        scrollbar-track- color: rgb(199,208,215); 
        scrollbar-darkshadow-color: rgb(149,158,165);
		background : #f5f6f8;
		}

@media screen {
	/* IE6 Hack */
	* html {
		overflow-x: hidden;
	}
}




		
DIV,TABLE,TD,TR { font-family:arial; font-size: 11px; align:left; }
		

.text { font-family:arial; font-size: 11px; }


/* *****************************************************
 					MAIN CHILD LOADIN
***************************************************** */

#main_child_loading_img {
	position: fixed;
	top: 10px;
	left: 208px;
	z-index: 100;
}
	
/* IE6 Hack */
* html #main_child_loading_img {
	position: absolute;
	top: 10px;
	left: 208px;
}
	

/* *****************************************************
 					LISTEN	
***************************************************** */
	
	
.liste_headline {
	color: #7D7D7D;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border-style:solid;
	border-width:1px;
	border-bottom: 0px;
	border-color:#c0c7d2;
	background-color:#efeff7;	
	padding: 2px 5px 2px 5px;
	spacing: 0px;
}	


.liste_daten {
	color: #7D7D7D;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	border-style:solid;
	border-width:1px;
	border-color:#c0c7d2;
	background-color:#ffffff;	
	padding: 2px 5px 2px 5px;
	spacing: 0px;
}	
	
	
/* *****************************************************
 					HEADER	
***************************************************** */

#top-bar-above-menu {
	width: 100%;
	height: 60px;
	background-color: #ffffff;
	background-repeat:repeat;
	top: 0px;
	left: 0px;
	position: fixed;
	z-index:50;
}

/* IE6 Hack */
* html #top-bar-above-menu {
	position: absolute;
}

#logo {
	width: 172px;
	height: 18px;
	background-image: url("../images/start/logo.jpg");
	background-repeat:no-repeat;
	top: 20px;
	left: 15px;
	position: fixed;
	z-index:51;
}

/* IE6 Hack */
* html #logo {
	position: absolute;
}


/* *****************************************************
 					SMALL MENUE	
***************************************************** */


/* NIU NIU NIU */

#small_menu {
		top: 0px; 
		left: 616px;
		position: fixed;
		z-index:51;
		color: #657892;
		width: 484px;
}

/* IE6 Hack */
* html #small_menu {
	position: absolute;
}

.small_menu_inhalt {
	font-size: 11px;
	font-weight: bold;
	font-family: Arial;
	cursor:pointer; 
	float:left;
	padding:10px 5px 5px 5px; 
	border-style:solid;
	border-width: 0px 1px 1px 1px;

	border-color:#ffffff; 
}

.small_menu_inhalt_hover {
	font-size: 11px;
	font-weight: bold;
	font-family: Arial;
	cursor:pointer; 
	float:left;
	padding:10px 5px 5px 5px; 
	border-style:solid;
	border-width: 0px 1px 1px 1px;

	border-color:#c0c7d2; 
	background-color: #ffe77b;
}
/* NIU NIU NIU */
	


/* *****************************************************
 					ICONS messages & processes
***************************************************** */
	
	
	#msgtext {
		color: #657892;
		top: 0px;
		left: 755px;
		font-size: 11px;
		font-weight: bold;
		font-family: Arial;
		cursor:pointer; 
		padding:10px 5px 5px 5px; 
		border-color:#c0c7d2; 
		border-style:solid;
		position: fixed;
		z-index:51;
		border-width: 0px 1px 1px 1px;
		background-color: #ffe77b;
	}
	/* IE6 Hack */
	* html #msgtext {
		position: absolute;
	}
	
	#msgtext:hover {
		background-color: #ffffcc;
	}
	



	.msgtext_inactive {
		color: #657892;
		top: 0px;
		left: 874px;
		font-size: 11px;
		font-weight: bold;
		font-family: Arial;
		cursor:pointer; 
		padding:10px 5px 5px 5px; 
		border-style:solid;
		position: fixed;
		z-index:51;
		border-width: 0px 1px 1px 1px;
		border-color:#ffffff; 
		background-color: #ffffff;
	}
	
	/* IE6 Hack */
	* html .msgtext_inactive {
		position: absolute;
	}


	.msgtext_inactive_hover {
		color: #657892;
		top: 0px;
		left: 874px;
		font-size: 11px;
		font-weight: bold;
		font-family: Arial;
		cursor:pointer; 
		padding:10px 5px 5px 5px; 
		border-style:solid;
		position: fixed;
		z-index:51;
		border-width: 0px 1px 1px 1px;
		border-color:#c0c7d2; 
		background-color: #ffe77b;
	}
	
	/* IE6 Hack */
	* html .msgtext_inactive_hover {
		position: absolute;
	}



	/* *****************************************************
	 					MENUE
	***************************************************** */

#top-bar-menu {
	width: 100%;
	height: 28px;
	background-image: url("../images/start/bg_menu.jpg");
	background-repeat:repeat;
	top: 60px;
	left: 0px;
	position: fixed;
	z-index:60;
}
/* IE6 Hack */
* html #top-bar-menu {
	position: absolute;
}


	#top-menu-frame-left {
		width: 950px;
		height: 30px;
		top: 61px;
		left: 15px;
		position: fixed;
		z-index:61;
	}
	/* IE6 Hack */
	* html #top-menu-frame-left {
		position: absolute;
	}


	#top-menu-frame-right {
		width: 950px;
		height: 30px;
		top: 61px;
		left: 787px;
		position: fixed;
		z-index:61;
	}
	/* IE6 Hack */
	* html #top-menu-frame-right {
		position: absolute;
	}





.menu  {
	cursor:pointer; 
	float:left;
	height:26px; 
	padding:0px 10px 0px 10px; 
	border-color:#6b85a6; 
	border-style:solid;
}

.menu_hover  {
	cursor:pointer; 
	float:left;
	height:26px; 
	padding:0px 10px 0px 10px; 
	border-color:#6b85a6; 
	border-style:solid;
    background: transparent url('../images/etc/nav_bg.gif') repeat-x;
}

.menu_active  {
	cursor:pointer; 
	float:left;
	height:26px; 
	padding:0px 10px 0px 10px; 
	border-color:#6b85a6; 
	border-style:solid;
    background: transparent url('../images/etc/nav_bg.gif') repeat-x;
}




/* *****************************************************
 						VERSION STATUS
***************************************************** */

.version_status  {
	float:left;
	height:26px; 
	padding:0px 10px 0px 10px; 
	border-color:#6b85a6; 
	border-style:solid;
	background: transparent url('../images/etc/nav_bg.gif') repeat-x;
}


/* *****************************************************
 						MAINFRAME
***************************************************** */

#child_main {
	width: 1000px;
	margin-top: 95px;
	margin-left: 0px;
	margin-bottom: 5px;
}

/* *****************************************************
 						BOTTOM MENUE
***************************************************** */

.bottom_menue {
	left: 20px;
	position: relative;
	color: #7D7D7D;
	font-size: 11px;
	width: 700px;
	padding-bottom: 15px;
}



td {
	font-size: 11px;
	}

tr.one {
	background: #f5f6f8;
}
tr.two {
	background: #ffffff;
}
tr.hover {
	background: #ffffcc;
}




table.background-for-list{
	background: #ffffff;
	}


td.table-headline{
	height : 20px;
	vertical-align : top;
  	font-weight: bold;
	background : #ECECEC;
    font-size : 11px;
	}

td.pricetable-headline{
	height : 20px;
	vertical-align : top;
  	font-weight: bold;
	background : #ECECEC;
    font-size : 11px;
	border: 1px solid #ECECEC;
	}

td.table-value{
	height : 20px;
	vertical-align : middle;
	background : #ffffff;
    font-size : 11px;
	border-bottom: 1px solid #ECECEC;
	}

td.pricetable-value{
	height : 20px;
	vertical-align : top;
	background : #ffffff;
    font-size : 11px;
	border: 1px solid #ECECEC;
	}




/* *****************************************************
 					MATHILDE
***************************************************** */

.tabs {
	display:block;
	width:100%;
	height:21px;
	float:none;
	clear:right;
}

.tabset {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	line-height: 15px;
	font-size: 11px;
	color: #7D7D7D;
	font-weight: normal;
	display:block;
	border-style:solid;
	border-width:1px;
	border-color:#c0c7d2;
	background-color:#ffffff;
	float:left;
	clear:none;
	z-index: 1;
	width:100%;
	overflow: hidden;
}

.tab_aktiv {
	float:left;
	padding-left:5px;
	padding-right:5px;
	height:21px;
	line-height:21px;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #657892;
	border-style:solid;
	border-width:1px 1px 1px 1px;
	border-color:#c0c7d2;
	border-bottom-color: #ffffff;
	background-color: #ffffff;
	background-repeat:repeat-x;
	position:relative;
	top:1px;
	z-index:2;
	opacity:1;

}


.tab_inaktiv {
	float:left;
	padding-left:5px;
	padding-right:5px;
	height:21px;
	line-height:21px;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11px;
	color: #657892;
	border-style:solid;
	border-width:1px 1px 0px 1px;
	border-color:#c0c7d2;
	background-color: #f5f6f8;
	background-repeat:repeat-x;
	position:relative;
	top:1px;
	cursor:pointer;
	opacity: 0.7;
}

.tab_inaktiv:hover {
    background: transparent url('../images/etc/nav_bg.jpg') repeat-x;

}



.table_invisible {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity:0.50;
	opacity: 0.50;
}

	

/* *****************************************************
 					FUNKTIONS-MATHILDE
***************************************************** */

.ftabs {
	display:block;
	width:100%;
	height:21px;
	float:none;
	clear:right;
}

.ftabset {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	line-height: 15px;
	font-size: 11px;
	color: #7D7D7D;
	font-weight: normal;
	display:block;
	border-style:solid;
	border-width:1px;
	border-color:#c0c7d2;
	background-color:#f5f6f8;
	float:left;
	clear:none;
	z-index: 1;
	width:100%;
	overflow: hidden;
}

.ftab_aktiv {
	float:left;
	padding-left:5px;
	padding-right:5px;
	height:21px;
	line-height:21px;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #657892;
	border-style:solid;
	border-width:1px 1px 1px 1px;
	border-color:#c0c7d2;
	border-bottom-color: #f5f6f8;
	background-color: #f5f6f8;
	background-repeat:repeat-x;
	position:relative;
	top:1px;
	z-index:2;
	opacity:1;

}


.ftab_inaktiv {
	float:left;
	padding-left:5px;
	padding-right:5px;
	height:21px;
	line-height:21px;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11px;
	color: #657892;
	border-style:solid;
	border-width:1px 1px 0px 1px;
	border-color:#c0c7d2;
	background-color: #f5f6f8;
	background-repeat:repeat-x;
	position:relative;
	top:1px;
	cursor:pointer;
	opacity: 0.7;
}

.ftab_inaktiv:hover {
	background-color:#ffe77b;

}



/* *****************************************************
 					TESTVERSION-MATHILDE
***************************************************** */



.ttabs {
	display:block;
	width:100%;
	height:21px;
	float:none;
	clear:right;
}

.ttabset {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	line-height: 15px;
	font-size: 11px;
	color: #7D7D7D;
	font-weight: normal;
	display:block;
	border-style:solid;
	border-width:1px;
	border-color:#c0c7d2;
	background-color:#ffffcc;
	float:left;
	clear:none;
	z-index: 1;
	width:100%;
	overflow: hidden;
}

.ttab_aktiv {
	float:left;
	padding-left:5px;
	padding-right:5px;
	height:21px;
	line-height:21px;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #657892;
	border-style:solid;
	border-width:1px 1px 1px 1px;
	border-color:#c0c7d2;
	border-bottom-color: #ffffcc;
	background-color: #ffffcc;
	background-repeat:repeat-x;
	position:relative;
	top:1px;
	z-index:2;
	opacity:1;

}


.ttab_inaktiv {
	float:left;
	padding-left:5px;
	padding-right:5px;
	height:21px;
	line-height:21px;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11px;
	color: #657892;
	border-style:solid;
	border-width:1px 1px 0px 1px;
	border-color:#c0c7d2;
	background-color: #f5f6f8;
	background-repeat:repeat-x;
	position:relative;
	top:1px;
	cursor:pointer;
	opacity: 0.7;
}

.ttab_inaktiv:hover {
	background-color:#ffe77b;

}




a {
		color: #657892; 
		text-decoration: underline; 
		font-weight: bold;
}

a:hover {
		text-decoration: underline; 
		
}

a:active { 
		color: #496F93; 
		text-decoration: none; 
}




a.button { 
	cursor:pointer; 
    background: transparent url('../images/etc/nav_bg.gif') repeat-x;
	padding: 3px 7px 3px 7px;
	border-top: 1px solid #c0c7d2;
	border-right: 1px solid #c0c7d2;	
	border-bottom: 1px solid #c0c7d2;	
	border-left: 1px solid #c0c7d2;	
	font-size: 11px; 
	color: #657892;  
	text-decoration: none; 
}

a.button:hover {	
	cursor:pointer; 
	background: #ffe77b;	
	font-size: 11px; 
	text-decoration: none;
}


a.button-special { 
	cursor:pointer; 
    background: transparent url('../images/etc/nav_bg_red.gif') repeat-x;
	padding: 3px 7px 3px 7px;
	border-top: 1px solid #c0c7d2;
	border-right: 1px solid #c0c7d2;	
	border-bottom: 1px solid #c0c7d2;	
	border-left: 1px solid #c0c7d2;	
	font-size: 11px; 
	color: #ffffff;  
	text-decoration: none; 
}

a.button-special:hover {	
	cursor:pointer; 
	background: #ff0000;	
	font-size: 11px; 
	text-decoration: none;
}


font.headline-neutral {
	font-size: 14px;
	font-weight: bold;
	}


font.headline2 {
	font-size: 11px;
	font-weight: bold;
	}

font.headline-comment {	
	font-size: 11px;
	}







font.headline {
	font-size: 15px;
	font-weight: bold;
	}



h1{
    font-size: 16px;
	color: #1C75BD;
    margin-bottom : 8px;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
}



/* *****************************************************
 					GROSSE BLAUE ÜBERSCHRIFT	
***************************************************** */
h2{
	font-family:arial;
    font-size: 15px;
	color: #1C75BD;
    margin-bottom : 8px;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
}


/* *****************************************************
 					KLEINE BLAUE ÜBERSCHRIFT	
***************************************************** */
h4{
	font-family:arial;
    font-size: 12px;
	color: #1C75BD;
    margin-bottom : 8px;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
}


/* *****************************************************
 					KLEINE SCHWARZE ÜBERSCHRIFT	
***************************************************** */
h5{
	font-family:arial;
    font-size: 12px;
	color: #000000;
    margin-bottom : 8px;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
}






input {
	background: #FFFFFF;
    border : 1px solid #c0c7d2;
    font-size : 11px;
	color: #7D7D7D;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	}

select {
	font-size: 11px;
	height: 19px; 
	color: #7D7D7D;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	}

textarea {
	font-size: 11px;
	font-family: Arial;
	height: 15px; 
	color: #7D7D7D;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	}



div.form-buttons {
	margin-left:134px;
}











td.title-form {
	height : 15px;
	padding: 5px 0px 0px 0px;	
	vertical-align : top;
  	font-weight: bold;
    font-size : 11px;
	width: 150px;
	}


td.form {
	height : 15px;
	padding: 2px 5px 2px 5px;	
	vertical-align : top;
    font-size : 11px;
	width: 310px;
	}


td.form-tipp-box {
	width : 198px;
	padding: 2px 5px 2px 5px;	
	vertical-align : top;
	background : #E9F0F8;
    font-size : 11px;
	}









input.but {
	width:100px;
	background: #1C75BD; 
	border : 1px solid #c0c7d2;
	font-size: 11px;
	color: #646464; 
}

input.but:hover {	
	width:100px;
	background: #0F3246; 
	border : 1px solid #c0c7d2;
	font-size: 11px; 
	color: #ffffff; 
}





input.standard{	
	background: #FFFFFF;
    border : 1px solid #c0c7d2;
    font-size : 11px;
	padding-left: 3px;
	}


textarea.standard{	
	background: #FFFFFF;
    border : 1px solid #c0c7d2;
    font-size : 11px;	
	}


input.small{	
	background: #FFFFFF;
    border : 1px solid #c0c7d2;
    font-size : 11px;
	width:122px;
	}

input.login{	
	background: #FFFFFF;
   	border : 1px solid #c0c7d2;
   	font-size : 11px;	
	width:100px;
	}

textarea.standard-without-width-and-height {	
	background: #FFFFFF;
	font-family: Arial;
    border : 1px solid #c0c7d2;
    font-size : 11px;	 


	}

select.standard{	
	background: #FFFFFF;
    border : 1px solid #c0c7d2;
	}





font.alert { 
	color: #ff0000;
	background: #FFFFFF; 
	}

