div, p, span, body, ul, li, h1, h2, h3, select, form, fieldset, img
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}


#container
{
	width: 520px;
	background-color: #0060AB;
	border: 1px solid #195EA9;
	margin-left: 22px;
}

#containerbackup
{
	width: 520px;
	position: absolute;
	left: 50%;
	margin-left: -260px;
}

#headline, #content, #langChooser
{
	border: 1px solid #97B7D7;
	text-align: left;
}

#headline
{
	width: 504px;
	height: auto;
	background-color: #E7EFF6;
	color: #575757;
	padding: 5px 7px 5px 7px;
}



#langChooser, #langChooserTree
{
	height: 15px;
	background-color: #E7EFF6;
	color: #575757;
	padding: 5px 7px 5px 7px;
	border: 0px;
	border-top: 1px solid #97B7D7;
}
#langChooserTree
{
	border: 1px solid #97B7D7;
}

#children 
{
	float: right;
	width: 160px;
}

#breadcrumbs
{
	float: left;
/*	width: 335px; */
	
}

#breadcrumbs ul
{
	list-style: none;
}

#breadcrumbs ul li
{
	float: left;
	list-style: none;
	margin-right: 10px;
	padding-left: 10px;
	background-image: url(images/arrow-right.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
}

#children
{
	height: 19px;
	right: 7px;
	width: 160px;
	height: 19px;
}

#children select
{
	width: 160px;
	height: 19px;
}

#content
{
	width: 504px; 
	padding: 5px 7px 5px 7px;
	background-color: #CEDDEC;
	height: auto;
}

#leftside
{
	float: left;
/*	width: 336px; */
	width: 336px; 
}

#rightside
{
	float: right;
/*	width: 160px; */
	width: 150px;
}

#description
{
	font-style: italic;
	display: block;
}

#info
{
	height: 31px;
/*	width: 160;*/
}

#pictureContainer
{
	height: 216px;
}

#bottomnav
{
	height: 19px;
	line-height: 19px;
}

#bottomnavleft, #bottomnavright, #bottomnavcenter, #bottomnavindexpages, #bottomnavnopage
{
	background-repeat: no-repeat;
/*	xwidth: 148px; */
	width: 90px;	
}
#bottomnavnopage
{
	float: left;
	width: 90px;
}
#bottomnavindexpages
{
	float: left;
	text-align: center
}
 
#bottomnavcenter
{
	float: left;
	margin-left: 25px;
	text-align: left;
	padding-left: 20px;
	background-image: url(images/index.gif);
	background-position: center left;
}

#bottomnavleft
{
	float: left;
	text-align: left;
	padding-left: 10px;
	background-image: url(images/arrow-left.gif);
	background-position: center left;
	background-repeat: no-repeat;	
}

#bottomnavright
{
	float: right;
	text-align: right;
	padding-right: 10px;
	background-image: url(images/arrow-right.gif);
	background-position: center right;
	background-repeat: no-repeat;
}


#ware
{
	/* float: left; */
	text-align: left;
	padding-left: 25px;
	background-image: url(images/ware.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 135px;
	display: block;
}

#magnify
{
	width: 135px;
	padding-left: 25px;
	background-image: url(images/magnify.gif);
	background-position: 0px 2px;
	display: block;
	background-repeat: no-repeat;
}

a, a:visited, a:active
{
	text-decoration: none;
	color: #000000;
}

a:hover
{
	color: #FF8000;
}

#downloadzip
{
	vertical-align:bottom;
	margin-left: 10px;
	background-image: url('images/download.gif');
	background-position: center left;
	background-repeat: no-repeat;		
	padding-left: 20px;
}


/* Main Panel / Header / Footer by MX */
#mainpanel
{
	width: 544px;
}

#header
{
	color: #8D8D8D;
	margin-top: 8px;
	margin-bottom: 9px;
	text-align: right;
	padding: 0;
}

#header img
{
	margin-left: 6px;
	margin-right: 8px;
}

#header a
{
	color: #8D8D8D;
}

.headerlink:hover
{
	text-decoration: underline;
}

.headvisual
{
	text-align: right;
	margin-bottom: 30px;
}

#footer
{
	margin-top: 20px;
}

#footer .toplink
{
	text-align: right;
	height: 17px;
	background: url(images/footer_line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 522px;
	margin-left: 22px;
}

#footer .text
{
	font-size: 10px;
	color: #B8B8B8;
	margin-top: 4px;
	width: 522px;
	margin-left: 22px;
	line-height: 16px;
}


/* CSS für Baumdarstellung !!! */

#tcontainer
{
	width: 520px;
	background-color: #0060AB;
	border: 1px solid #195EA9;
	margin-left: 22px;
}

#backup.tcontainer
{
	width: 520px;
	position: absolute;
	left: 50%;
	margin-left: -260px;
	height: auto;
	background-color: #0060AB;
	border: 1px solid #195EA9;

}

#ttree
{
	width: 167px;
	xheight: 391px;
	float: left;
	xpadding-top: 7px;
	overflow: hidden;

}
#tcontent
{
	width: 351px;
	height: auto;
	/* 391px */
	background-color: #CFDDEA;
	float: right;
	xborder-right: 1px solid #99B5DA;
	xborder-bottom: 1px solid #99B5DA;
	xborder-top: 1px solid #99B5DA;			
}
#timage
{
	width: 336px; 
	height: 216px;
	padding: 7px;
	text-align: center;
}

#tdesc
{
	width: 336px;
	padding: 7px;
	font-style: italic;
}
#tprevpic
{
	float: left;
	background-image: url('images/arrow-left.gif');
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 9px;
	margin-left: 7px;	
}
#tnextpic
{
	float: right;
	background-image: url('images/arrow-right.gif');
	background-repeat: no-repeat;
	background-position: center right;
	text-align: right;
	padding-right: 9px;	
	margin-right: 7px;
}
#tindex
{
	float: left;
	background-image: url('images/index.gif');
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 20px;
	margin-left: 50px;	
}

#tmagnify
{
	background-image: url('images/magnify.gif');
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 20px;
	margin-left: 0px;
	color: #646E7A;
}
#tware
{
	background-image: url('images/ware.gif');
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 20px;
	margin-left: 0px;
	color: #646E7A;
}

#tmaincat
{
	background-color: #6796C5;
	padding-left: 11px;
	padding-top: 4px;
	height: 18px;
	font-size: 11px;
	color: #FDFFF5;	
	border-bottom: 1px solid #1760A4;
	xwidth: 100%;
	font-weight: bold;
}

.tsubcat
{
	background-image: url('images/subcat.gif');
	background-repeat: no-repeat;
	background-position: center left;
	background-color: #E9EDF9;
	padding-left: 20px;
	padding-top: 4px;
	height: 18px;
	font-size: 11px;
	color: #000307;	
	border-top: 1px solid #6796C0;
	width: 100%;
}
#currcat
{
	border-bottom: 1px solid #ACC5DF;
	xwidth: 100%;	
	padding-left: 11px;
	padding-top: 4px;
	padding-bottom: 3px;
	xheight: 18px;
	background-color: #96B7D6;
	font-size: 11px;
	color: #FDFFF5;	
	font-weight: bold;	
}
.currcatl2, .currcatl2p
{
	background-repeat: no-repeat;
	background-position: top left;
	border-bottom: 1px solid #ACC5DF;
	xwidth: 100%;	
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 3px;
	xheight: 18px;
	background-color: #CEDDEC;
	font-size: 11px;
	color: #000000;
}

.currcatl2pa
{
	background-image: url('images/nav_doc_hi.gif');
	background-repeat: no-repeat;
	background-position: top left;
	border-bottom: 1px solid #ACC5DF;
	xwidth: 100%;	
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 3px;
	xheight: 18px;
	background-color: #FFD9B9;
	font-size: 11px;
	color: #000000;		
	font-weight: bold;
}

.currcatl2
{
	background-image: url('images/nav_doc.gif');
}
.currcatl2p
{
	background-image: url('images/plus.gif');
}



#tbottomnavleft
{
	float: left;
	text-align: left;
	padding-left: 10px;
	margin-left: 7px;
	background-image: url(images/arrow-left.gif);
	background-position: center left;
	background-repeat: no-repeat;
}

#tbottomnavright
{
	float: right;
	text-align: right;
	padding-right: 10px;
	margin-right: 7px;	
	background-image: url(images/arrow-right.gif);
	background-position: center right;
	background-repeat: no-repeat;	
}

#tdownloadzip, #tidownloadzip, #downloadnow, #deletefiles
{
	vertical-align:bottom;
	margin-left: 7px;
	padding-left: 20px;
	background-image: url('images/download.gif');
	background-position: center left;
	background-repeat: no-repeat;	
}
#tidownloadzip
{
	margin-left: 17px;
}

#downloadnow, #deletefiles
{
	background-image: url('images/download_now.gif');
	margin-left: 0px;
}
#deletefiles
{
	background-image: url('images/deletefiles.gif');
}
#notice
{
	background-image: url('images/notice.gif');
	background-repeat: no-repeat;
	background-position: 7px 7px;

	padding: 7px;
}