
/* -------------------------------------------------- */
/*    GLOBAL STUFF                                    */
/* -------------------------------------------------- */


html, body, div, p, h1, h2, h3, h4, h5, img, ul, li, a, #content dl, #content dt, table, th, td, fieldset, legend {
	margin: 0px;
	padding: 0px;
	border: 0px none;
}

body {
	font-family: "Courier New", monospace;
	text-align: left;
	font-size: 62.5%;  /* 1em = 10px , 1.4em = 14px */
	background: #FFF;
	color: #000;
}

#content img, #content dl, #content dt {
	display:block;
}


a {
	text-decoration: none;
	color: #000;
}


a:visited {
	color: #666;
}


a:hover {
	color: #000;
	background:#ffff00;
	/*background:#EE0;*/

}





/* -------------------------------------------------- */
/*    POSITIONING                                     */
/* -------------------------------------------------- */

body {
	background: url(bg.gif) repeat-y 0px 0px;  
}

body.levelone {
	background-position:  -450px 0px;
}

body.leveltwo {
	background-position:  -300px 0px;
}

body.levelthree {
	background-position:  -150px 0px;
}
body.levelfour {
	background-position: 0px 0px;
}




#logo {
	position: absolute;
	top: 10px;
	left: 10px;
	font-size:12px;
}



#mainnav {
	position: absolute;
	top: 0px;
	left: 0px;
}



#cont {
	position: absolute;
	top: 0px;
	left: 460px;
	width:580px;

	height: 100%;
	overflow:visible;
}

body.levelone #cont {
	left: 160px;
}

body.leveltwo #cont {
	left: 310px;
}

body.levelthree #cont {
	left: 460px;
}
body.levelfour #cont {
	left: 610px;
}












/* -------------------------------------------------- */
/*    NAVIGATION                                      */
/* -------------------------------------------------- */

.nav ul {
	list-style: none;
}

.nav a {
	color: #000;
}

.nav  a:hover{
	background: #EE0;
}


#finderparent a{
	display:block;
	font-size:12px;
	line-height: 1em;
	padding: 2px 10px;
	margin: 2px 1px 0px 0px;
	background: url(/fileadmin/template/arrow.gif) no-repeat top right;
}
#finderparent a.open {
	background-color:#EE0;
}

#finder li.firstli {
	padding-bottom: 10px;
}

#finder li.lastli {
	padding-top: 10px;
}

#finder li li.firstli {
	padding-bottom: 0px;
}

#finder li li.lastli {
	padding-top: 0px;
}



#mainnav li.active, #mainnav li.current {
	
}

#finderparent ul {
	position:absolute;
	width: 150px;
	left: 0em;
	top:50px;
}

#finderparent ul ul {
	position:absolute;
	left: 15em;
	top:-43px;
}

#finderparent ul ul ul{
	top:0em;
}






/*
.domenabled #finderparent {
	position:relative;
	height:150px;
 }
.domenabled #finder {
	position:absolute; 
	top:3em; 
	left:0;
 }

.domenabled ul#finder, .domenabled ul#finder li, .domenabled ul#finder ul {
	width:150px;
	list-style-type:none;
	margin:0; 
	padding:0;
 }
*/


#finderparent #finder ul { left:-2000px; display: none;}
#finderparent #finder li.open ul { left:150px;  display: block; }

#finderparent #finder li.open li ul { left:-2000px;  display: none;}
#finderparent #finder li.open li.open ul { left:150px;  display: block;}

#finderparent #finder li.open li.open li ul { left:-2000px;  display: none;}
#finderparent #finder li.open li.open li.open ul { left:150px; display: block; }



.domenabled div#finderparent ul#finder ul.hidden { left:-2000px;  display: none;}
.domenabled div#finderparent ul#finder ul.shown { left:150px; display: block; }

/*
.domenabled ul#finder li a { 
	color:#000; 
	background:url(normal.gif) no-repeat #fff 0 50%; display:block;  }
*/


.domenabled #finder a.open { background-color:#EE0; }
.domenabled #finder a.parent { background-color: #FFF: }


/* -------------------------------------------------- */
/*    CONTENT                                         */
/* -------------------------------------------------- */

#logo a{
	color:#999;
}

#logo {
	background: url(/fileadmin/template/arrow_down.gif) no-repeat 0px 3px;
	padding-left:13px;
}

#cont {
	line-height:15px;
	color: #000;
	font-size:12px;
}


p.preview {
	background: url(/fileadmin/template/arrow_down.gif) no-repeat 0px 13px;
	padding: 10px 0px 10px 13px;
}

div.textlegend {
	color: #999;
	text-align:right;
	width:86px;
	float:left;
}


div.textlegend p{
	padding-right:10px;
}


div.textcont {
	width:414px;
	float:left;
}

div.csc-textpic-imagewrap {
	padding-left:15px;
}

div.csc-header {
	display:none;
}

h1 {
	font-size: 14px;
	line-height:21px;
	padding-top:19px;
	font-weight: normal;
}

div.csc-header-n1 h1, h1.csc-firstHeader {
	padding-top:0px;
}

#cont ul {
	padding-left: 20px;
}

p {
	
}


em {

}



/* -------------------------------------------------- */
/*    FE-ADMIN INTERFACE                              */
/* -------------------------------------------------- */


