/*

zentrale CSS

green = #1e9a1e

$Id$
  
*/




BODY {
	background : White;
}

P{
	font-family:sans-serif;
	font-size:x-small;
	font-style:normal;
	color:#6c756c;
}

h1,h2,h3{
	font-family:serif;
	font-size:large;
	font-stretch:condensed;
	font-variant:small-caps;color:#798979;
}

h2{
	font-family:serif;
	font-size:small;
	font-variant:normal;
}

hr {
	color:#1e9a1e;
}

.logo{
	/*background: #1e9a1e;*/
	padding-top:3em;
	padding-right:1em;
	padding-left:1em;
	/*padding-bottom:-3em;*/
	margin-left:65%;
	margin-right:20%;
	margin-bottom:3%;
	margin-top:10%;
	text-shadow:#dce7dc;
	font-family:monospace;
	font-size:12py;
	color:#dce7dc;
	color:#1e9a1e;
	font-weight:bolder;
	font-stretch:wider;
	text-align:right;
	border-color:#1e9a1e;
	border-style:solid;
	border-width:thin;
} 

A, A:ACTIVE, A:HOVER, A:LINK, A:VISITED {
	color : #1e9a1e;	
}

A:HOVER{
	background-color: #1e9a1e;
	color: white;
}

.logobig {
	font-size:medium;
	
}

.ACK{

	font-family:sans-serif;
	font-size:xx-small;
	font-style:italic;
	color:#6c756c;
}

.maintab {
	/*padding-top:1em;	*/
	/*margin-top:10%;*/
}

.maincell{
	width: 60%;
	border-left-color:#1e9a1e;
	border-left-style:solid;
	border-left-width:1px;
	padding-left:1em;
	vertical-align:top;
}
.leftcell{
	width: 20%;
	background-color:white;
	padding-right:1em;
	text-align:right;
	vertical-align:top;
	
}
.rightcell {
	width: 20%;
	background-color:white;
	vertical-align:top;
}


.navigate{
	color:#1e9a1e;
}
.blind{
	color:lightgrey;
	text-decoration:none;
}

.footer{
	text-align:right;
	font-size:8px;
	padding-top:1em;
	border-top-style:dashed;
	border-top-width:1px;
	border-top-color:#1e9a1e
}
/*------------------------------------------*/

.grey{
	background : grey;s
	width:10px;
	height:10em;
}

.tabnav{
	width:70%;
	vertical-align: baseline;

}




/*------------------------------------------*/
.opener {
	font-family : "Courier New", Courier, monospace;
	font-size : smaller;
	text-align : justify;
	margin-right : 20%;
	font-stretch : wider;
	padding-left : 20%;
	padding-right : 20%;
	padding-top : 20%;
	margin-left : 20%;
	color : Black;
}

.bib{
	text-align : right;
	font-stretch : condensed;
	font-style : italic;
	font-size : x-small;
	color : Gray;
	text-indent : 10px;
	padding-left : 20%;
	padding-right : 20%;
	margin-left : 20%;
	margin-right : 20%;
}

.header{
	font-family : "Courier New", Courier, monospace;
	font-size : x-small;
	text-align : justify;
	color : Black;
	width : 80%;
	margin-bottom : 20px;
	font-style : italic;
}


.text{
	font-size : small;
	text-align : justify;
	color : Black;
}


