/*===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: 0px;
}
p, h6 {
	margin-top: 0px;
}

/*===main elements==============================================*/
#pageContainer {
	position: relative;
	top: 10px;
	left: 50%;
	width: 818px;
	/*!!! 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(0,0,153);
	background-image: url(file/back.gif);
	background-repeat: repeat-y;
	background-color: #fff;
}
.logo {
    position: absolute;
    left: 25px;
    top: 44px;
    width: 160px;
	 color: white;
}
.content {
	 position: relative;
    float: right; 
	 top: 0px;
    padding-left: 20px;
    padding-top: 30px;
    width: 500px;
    padding-right: 80px;
    font-size: 95%;
}
.navigation {
	position: relative;
	float: left;
    left: -1px;
    top: 118px;
    color: #fff;
    width: 185px;
    font-size: 80%;
	padding-left: 10px;
	padding-right: 6px;
}
.footer {
	clear: both;
	font-style: italic;
	margin-top: 0px;
	padding-top: 4px;
   font-size: 90%;
   margin-bottom: 0px;
	background-image: url(file/back.gif);
	background-repeat: repeat-y;
}
.footer .copyright {
	padding-left: 450px;
	padding-top: 30px;
	padding-bottom: 10px;
	color: #000;
	font-size: 12px;
}
#mainLinks {
    position: absolute;
    left: 230px;
    top: 5px;
    width: 380px;
    font-size: 12px;
    line-height: 100%;
    color: #fff;
    padding-left: 8px;
	 /* border: 1px solid rgb(0,0,153); */
}
#topLinksLogin {
    position: absolute;
    left: 740px;
    top: 5px;
    font-size: 12px;
	color: #000;
	border: 1px solid rgb(0,0,153);
	padding: 5px;
	background-color: #fff;
}
#topLinksManagement {
    position: absolute;
    left: 740px;
    top: 155px;
    font-size: 12px;
	color: #000;
	border: 1px solid rgb(0,0,153);
	padding: 5px;
	background-color: #fff;
}
#temporaryLinks {
    position: absolute;
    left: 740px;
    top: 255px;
	font-size: 12px;
    font-style: italic;
	border: 1px solid rgb(0,0,153);
	padding: 5px;
	background-color: #fff;
}
#mainLinks a,
#temporaryLinks a,
#topLinksManagement a,
#topLinksLogin a,
.register {
    color: #000;
}

.askDelete {
    background-color: rgb(250,200,200);
    font-style: italic;
}
#headerPlaceholder {
	display: none;
	height: 0px;
	width: 0px;
}
.author,
.translations,
.hits,
.created ,
.legende {
	display: none;
}


/*======= CONTENT =====================================================*/

/*== Pictures with subtitles 
.picAndText {
    margin-top: 12px;
    width: 500px;
}
.content .picAndText .pic {
    width: 120px;
    float:none;
    margin-left: 0;
    padding: 0;
}
.content .picAndText .text {
	font-size:70%;
	overflow: hidden;
	width: 230px;
	padding-left:5px;
	clear: none;
	background-color: #f0ecff;
	margin-top: -3px;
}
.content .picAndText .pic img{

}
==*/
/*==other content elements==============================================*/
.content h3 {
	color: rgb(0,0,153);
	font-style: italic;
	font-weight: bold;
	font-size: 20px;
	border-bottom: 2px solid rgb(0,0,153);
	text-align: right;
	padding-top: 0;
	margin-bottom: 40px;
}
.content ul.sitemapList li {
    font-size: 100%;
}
.content ul li {
    margin-bottom: 2px;
    list-style-image: url(file/dot.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(223,234,248);
    border: 1px solid black;
    font-style: italic;
    padding: 3px;
    padding-left: 12px;
    width: 240px;
}

.content p,
.content div,
.content table {
    clear: both;
}
.moreInfo {
    border: 1px dotted #000;
    padding: 8px;
    font-size: 90%;
}
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: left;
    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;
}

.importance4
{
    font-weight: bold;
    margin-top: 8px;
    margin-bottom: 2px;
}

.importance5
{
    margin-bottom: 2px;
    padding-left: 12px;
}

.topLinks input
{
    border: 1px solid black;
    font-size: 90%;
}

.register
{
    font-style: italic;
}

.feedback
{
    padding: 9px;
    margin-top: 40px;
    border: 1px solid #777;
}

.feedback input
{
    border: 1px inset;
    font-size: 90%;
}

textarea
{
    border: 1px inset;
    font-family: arial, sans-serif;
    overflow: auto;
}

.buttons
{
    text-align: right;
}

.buttons input
{
    border: 1px outset;
    margin-top: 10px;
    font-weight: bold;
}

.feedback h4
{
    font-weight: normal;
    border-bottom: 3px solid white;
    padding-bottom: 4px;
}

.hilite
{
    background-color: rgb(250,250,170);
}

.foundPage
{
    margin-top: 20px;
}

.foundPageMoreInfo
{
    border-left: 1px dotted black;
    font-style: italic;
    margin-top: 10px;
    padding-left: 10px;
    padding-top: 2px;
    letter-spacing: 1px;
}

.foundPage strong
{
    font-size: 120%;
}
/*==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: 18px;
    font-weight: bold;
    background-image: url(file/document.gif);
    background-repeat: no-repeat;
}
.navigation div.navigationCurrentDocument {
    background-color: rgb(100,100,163);
}
.navigation div.navigationSection {
    background-image: url(file/section.gif);
}

.navigation div.navigationUp {
    background-image: url(file/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: #008;
    display: none;
}
.navigationWeb,
.navigationWebPrivate
{
    background-image: url(file/web.gif);
}

.navigationSectionPrivate,
.navigationDocumentPrivate,
.navigationCurrentDocumentPrivate,
.navigationWebPrivate
{
    background-color: #843;
}

.subSection div
{
    margin-left: 17px;
    font-weight: normal;
    border: 0;
    margin-bottom: 2px;
}
.sectionHeader,
.navigation
{
    background-color: rgb(0,0,153);
}

.sectionHeader h2
{
    font-size: 18px;
    margin-bottom: 10px;
}

.navigationUp a
{
    font-style: italic;
}

/*=================================================*/

