/*===GENERAL====================================================*/
body {
	background-color: #fff;
	font-family: arial, helvetica, sans-serif;
}
a:link {
	color: #000;
}
a:visited{
	color: #000;
}
a img {
	border: 0;
}
h1 {
    margin: 0;
    padding: 0;
}
p, h4, h5, h6 {
    margin-bottom: 3px;
    padding-top: 0px;
    padding-bottom: 3px;
}
h4, h5 {
	margin-top: 10px;
}
p, h6 {
	margin-top: 0px;
}

/*===main elements==============================================*/
#pageContainer {
	position: relative;
	top: 10px;
	left: 50%;
	width: 868px;
	/*!!! min-height workaround for both IE6 and Firefox!!!*/
	min-height: 700px;
	height: auto !important;
	height: 700px;
	/* =========================== */
	margin: 0 0 0 -414px;
	padding: 0;
	/*border: 1px solid rgb(157,57,57); */
	background-color: #fff;
}
.logo {
    position: absolute;
    left: 1px;
    top: 44px;
    width: 200px;
}
.content {
	position: relative;
    float: left; 
	 top: 0px;
    padding-left: 20px;
    padding-top: 77px;
    width: 600px;
    padding-right: 20px;
    font-size: 90%;
}
.navigation {
	position: relative;
	float: left;
    left: -1px;
    top: 168px;
    color: #fff;
    width: 185px;
    font-size: 80%;
	padding-left: 10px;
	padding-right: 6px;
}

.subnavigation {
	position: relative;
   color: #fff;
   width: 165px;
   font-size: 90%;
	font-weight: normal;
	
 	padding-left: 10px;
	padding-right: 6px;
	padding-top: 3px;
}
.subnavigationCurrentDocument	{
	font-style: italic;
}

.mini_subnavigation {
	position: relative;
   color: #fff;
   width: 165px;
   font-size: 90%;
	font-weight: normal;
	
 	padding-left: 10px;
	padding-right: 6px;
	padding-top: 3px;
}
.mini_subnavigationCurrentDocument	{
	font-style: italic;
}

.footer {
	clear: both;
	font-style: italic;
	margin-top: 0px;
	padding-top: 4px;
    font-size: 90%;
    margin-bottom: 0px;
}
.footer .copyright {
	padding-left: 500px;
	padding-top: 30px;
	padding-bottom: 10px;
	color: #000;
	font-size: 12px;
}

#headerPlaceholder {
	display: none;
	height: 0px;
	width: 0px;
}
.author,
.translations,
.hits,
.created ,
.legende {
	display: none;
}


/*======= CONTENT =====================================================*/

/*== Pictures with subtitles ==*/
.picAndText 
{
    margin-top: 12px;
	 margin-bottom: 12px;
	 float: right;
}
.picAndText .pic 
{
    width: 200px;
    float: left;
	 clear: none;
    margin-left: 0;
    padding: 0;
}
.picAndText .text {
	font-size:70%;
	overflow: hidden;
	width: 195px;
	padding-left:5px;
	clear: both;
	/* float: right; */
   background-image: url(../file/Lupe.gif);
	background-repeat: no-repeat;
	background-color: #f0ecff;
	margin-top: -3px;
}
.content .picAndText .pic img
{
	float:right;
}

/*==other content elements==============================================*/
.content h3 {
	color: rgb(157,57,57);
	font-style: italic;
	font-weight: bold;
	font-size: 20px;
	border-bottom: 2px solid rgb(57,57,157);
	text-align: right;
	padding-top: 0;
	margin-bottom: 40px;
}

.content h2 {
	color: Navy;
}
.content ul.sitemapList li {
    font-size: 100%;
}
.content ul li {
    margin-bottom: 1px;
	font-size: 90%;
/*    list-style-image: url(../file/bullet.gif);
    list-style-position: outside; */
}
.content ol li {
    margin-bottom: 8px;
}
.content a:link,
.content a:visited,
.content a:hover,
.content a:active {
    color: rgb(0,0,153);
    text-decoration: underline;
}
.content a:hover,
.content a:active {
    color: rgb(90,90,153);
}
.download {
    background-color: rgb(157,57,57);
    border: 1px solid black;
    font-style: italic;
    padding: 3px;
    padding-left: 12px;
    width: 240px;
}

.content p,
.content div,
 .content table {
    clear: both;
}

a img {
    border: 0;
}

.warning,
.note,
.announce {
    font-style: italic;
}

.warning {
    font-weight: bold;
}

.announce {
    border-left: 1px solid black;
    padding-left: 10px;
}

address {
    font-style: normal;
    display: block;
    margin-bottom: 16px;
}

address:first-line {
    font-weight: bold;
}

.introduction {
    font-style: italic;
}

.introduction:first-letter
{
    font-size: 120%;
}

.introduction:first-line
{
    letter-spacing: 2px;
}

.includedSectionTitle
{
    display: none;
}

.referenceLink
{
    text-align: right;
    font-style: italic;
    padding-bottom: 4px;
    border-bottom: 1px dotted black;
    margin-bottom: 10px;
}

/* .content table
{
    border-collapse: collapse;
    background-color: rgb(223,234,248);
    border: 1px solid rgb(91,110,158);
    color: rgb(91,110,158);
}

.content caption
{
    background-color: #fff;
    padding: 2px;
    font-weight: bold;
    color: rgb(82,99,143);
    border-top: 1px solid rgb(91,110,158);
    border-left: 1px solid rgb(91,110,158);
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    text-align: left;
    font-size: 90%;
}

.content td,
.content th
{
    text-align: right;
    border-bottom: 1px dotted rgb(91,110,158);
    padding: 2px;
    padding-left: 10px;
    padding-right: 4px;
    font-size: 90%;
    color: rgb(51,70,118);
}

.content td,
.content th
{
    text-align: left;
    vertical-align: top;
    padding-bottom: 4px;
}

.content th
{
    font-style: italic;
}

.content .strongHeading th
{
    background-color: #eee;
    font-style: normal;
    padding: 6px;
}

.content form table,
.content form input,
.content form textarea
{
    font-size: 12px;
    font-family: arial, sans-serif;
}

.content form table td,
.content form table th
{
    padding: 0;
}

.content form table td
{
    padding-left: 3px;
}

.content form table th
{
    padding: 2px;
    padding-left: 4px;
    font-size: 13px;
}

.content form table td input
{
    border: 0;
}

.content form .buttons
{
    text-align: left;
}

.content form .buttons input
{
    width: 110px;
}

.content form textarea
{
    border: 1px solid black;
}
*/
.footnote
{
    font-size: 90%;
    font-style: italic;
}

.content td.number
{
    text-align: right;
}

/*==navigation elements===========================================*/
.navigationDocument,
.navigationSection,
.navigationCurrentDocument,
.navigationCurrentSection,
.navigationDocumentPrivate,
.navigationSectionPrivate,
.navigationCurrentDocumentPrivate,
.navigationCurrentSectionPrivate,
.navigationUp,
.navigationWeb,
.navigationWebPrivate {
    margin-bottom: 6px;
    border-bottom: 1px solid rgb(150,150,213);
    padding-bottom: 4px;
    padding-left: 10px;
    font-weight: bold;
    background-image: url(03/document.gif);
    background-repeat: no-repeat;
}
.navigation div.navigationCurrentDocument {
    background-color: rgb(157,57,57);
}
.navigation div.navigationSection {
    background-image: url(03/section.gif);
}

.navigation div.navigationUp {
    background-image: url(03/up.gif);
}
.navigation a:link,
.navigation a:visited,
.navigation a:hover,
.navigation a:active {
    color: #fff;
    text-decoration: none;
}
.navigation a:hover,
.navigation a:active {
    color: #fff;
    text-decoration: underline;
}
.sectionHeader
{
    position: absolute;
    left: 11px;
    top: 100px;
    color: #fff;
    width: 160px;
    background-color: rgb(157,57,57);
    display: none; 
  }
.navigationWeb,
.navigationWebPrivate
{
    background-image: url(03/web.gif);
}

.navigationSectionPrivate,
.navigationDocumentPrivate,
.navigationCurrentDocumentPrivate,
.navigationWebPrivate
{
    background-color: rgb(157,57,57);
}

.subSection div
{
    margin-left: 17px;
    font-weight: normal;
    border: 0;
    margin-bottom: 2px;
}
.sectionHeader,
.navigation
{
    background-color: rgb(136,136,136);
}

.sectionHeader h2
{
    font-size: 18px;
    margin-bottom: 10px;
}

.navigationUp a
{
    font-style: italic;
}


/*=================================================*/