/* Tic_system - Styles */
body {
  margin:0px;
}
.tic_editor{
	padding: 2px 0px 0px 4px; 
	font-size: 12px; 
	border-style: solid solid solid solid;
	border-width:1px;
	background-color:#EEEEEE;
	font-family: arial, helvetica, geneva, sans-serif; 
	color: #000000;
	border-color:#666666 #666666 #666666 #666666;
	margin : 0,0,0,0;
	width : 706px;
}
.request_table{
	font-size: 12px; 
	border-style: solid solid solid solid;
	border-width:1px;
	background-color:#CCCCCC;
	font-family: arial, helvetica, geneva, sans-serif; 
	color: #333333;
	border-color:#666666 #666666 #666666 #666666;
	margin : 0,0,0,0;
}
.border1{
	border-style: solid solid solid solid;
	border-width:1px;
	border-color:#666666 #666666 #666666 #666666;
	margin : 0,0,0,0;
	padding: 0,0,0,0;
}
.tic_systemtext{
	font-size: 11px; 
	font-family: arial, helvetica, geneva, sans-serif; 
	color: #333333;
}
.tic_systemtext_light{
	font-size: 11px; 
	font-family: arial, helvetica, geneva, sans-serif; 
	color: #666666;
}
.tic_systemtext_extralight{
	font-size: 11px; 
	font-family: arial, helvetica, geneva, sans-serif; 
	color: #999999;
}

.tic_systemtext_rot{
	font-size: 11px; 
	font-family: arial, helvetica, geneva, sans-serif; 
	color: #FF3333;
}
.tic_systemauswahl{
	font-size: 11px; 
	font-family: arial, helvetica, geneva, sans-serif; 
	color: #333333;
	background-color: #F4F4F4;
	border-style: solid;
	border-width:1px;
	border-color:#666666 #666666 #666666 #666666;
}
.tic_systeminput_general{
	font-size: 12px; 
	color: #333333;
	border-style: solid;
	border-width:1px;
	border-color:#666666 #666666 #666666 #666666;
}

.tic_pageheader{
	font-size: 18px; 
	font-family: arial, helvetica, geneva, sans-serif; 
	color: #333333;
}
.tic_pagesubheader{
	font-size: 12px; 
	font-family: arial, helvetica, geneva, sans-serif; 
	color: #333333;
}
.tic_imageviewer_text{
	font-size: 12px; 
	font-family: arial, helvetica, geneva, sans-serif; 
	color: #333333;
}
.tic_browser_headline{
	color: #35002C;
	font-size: 18px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}


/* Links für Systemtexte */
.tic_systemtext a:link {
	text-decoration: none;
	color: #666666;
}
.tic_systemtext a:visited {
	text-decoration: none;
	color: #666666;
}
.tic_systemtext a:hover {
	text-decoration: none;
	color: #000000;
}
.tic_systemtext a:active {
	text-decoration: none;
	color: #666666;
}

.Fixed {
	position: fixed;		 
	top:0px;
	left: 0;
	position: expression("absolute");
	top: expression(document.body.scrollTop - this.offsetHeight + this.offsetHeight);
}
.tic_100prozenthoehe{
	position:absolute; 
	top:73px; 
	left:0px; 
	
	height: 100%;
	height: expression(document.body.offsetHeight-77);
}

/* Strukturbaum */

	.tic_strukturbaum-line-oben-links{
		border-width: 1px;
		border-style: solid none none solid;
		border-color: #000000;
		font-size: 6px;
		width:16px;
	}

	.tic_strukturbaum-line-unten{
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #000000;
		font-size: 6px;
		width:16px;
	}
	.tic_strukturbaum-line-links{
		border-left-width: 1px;
		border-left-style: solid;
		border-left-color: #000000;
		font-size: 6px;
		width:16px;
	}
	.tic_strukturbaum-line-unten-links{
		border-width: 1px;
		border-style: none none solid solid;
		border-color: #000000;
		font-size: 6px;
		width:16px;
	}
	.tic_strukturbaum-noline{
		font-size: 6px;
		width:16px;
		border-width: 1px;
		border-style: solid none none solid;
		border-color: #FFFFFF;
		width:16px;
	}
	
	.tic_strukturbaum-box{
		width:160px;
		padding-top:1px;
		padding-bottom:1px;
		/*
		border-width : 1;
		border-style : solid;
		border-color : #000000;
		*/
	}

