body{
	font-family:Arial, Helvetica, sans-serif;
        background-color: #ffffff;
        background-image:url(headertausta21.jpg);
        background-position: top center;
        color: #555555;
	background-repeat: no-repeat;
        font-size: 13px;     
}      

h1, h2, h3, h4, h5, h6 {
    color: #567d3e;
    background: none;
    font-weight: bold;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 1px;
    margin-bottom: 7px;
    border-bottom: 1px solid #aaaaaa;
}
h1 { font-size: 15px;
     text-transform:uppercase;
     color: #8A0000;
     font-weight: normal;}
h2 { font-size: 14px;
     text-transform:uppercase;
     font-weight: normal;}
h3 { font-size: 13px; 
     text-transform:uppercase;
     color: #8A0000;
     font-weight: bold;} 

h4, h5, h6 { 
    border-bottom: none;
    font-weight: bold;
}
h4 { font-size: 12; }
h5 { font-size: 11; }
h6 { font-size: 10;  }

ul { 
    line-height: 1.5em;
    list-style-image: url(bull2_aftrnoon.gif);
}
ol {
    line-height: 1.5em;
    list-style-image: none;
}
li { margin-bottom: 0.1em; }
dt { 
    font-weight: bold; 
    margin-bottom: 0.1em;
}
dl{
    margin-top: 0.2em;
    margin-bottom: 0.5em;
}
dd {
    line-height: 1.5em;
    margin-left: 2em;
    margin-bottom: 0.1em;
}

TABLE{
font-family:Arial,Helvetica,sans-serif;
font-style:normal;
border-color:#919191;
border-width:1px;
}

th{
background-image:url(toolgrad_aftrnoon2.gif);
background-color:#4198af;
border-color:#ffffff;
border-width:1px;
}

td{
font-family:Arial,Helvetica,sans-serif;
font-weight:normal;
color:#555555;
font-size:12;
border-color:#919191;
border-width:1px;
}

TH{
font-family:Arial,Helvetica,sans-serif;
font-weight:bold;
}



a{
text-decoration:none;
color:#8B0000;
}
a:hover{
text-decoration:underline;
color:#8B0000;
}
a:visited{
text-decoration:none;
color:#8B0000;
}
a:visited:hover{
text-decoration:underline;
}

hr{
color:#919191;
height:1px;
}


/* Navigation */

ul#topnav {
	background-image:url(navi.gif);
        background-position: top center;
        background-repeat: no-repeat;
        margin: 90px 0 10 0px;
	padding: 3px 5px 5px 5px;
	list-style: upper-latin;	
	width: 100%;
	height: 30px;
} 

ul#topnav li{
	width: 120px; 
}

#topnav li {
	display: block;
	margin: 0;
	padding: 0;
	float: left;	
	list-style-type: none;
}

#topnav a {
	display:block;
	color:#555555;
	text-decoration:none;
	margin:0;
	padding: 0.5em 2.5em 0.3em 2.5em;
	border-right: 1px solid #dddddd;
	font: bold 12px arial;
}

#topnav a:hover {
	
	color: #f28f32;}

#topnav a.here {
	position:relative;
	z-index:102;
	color:#555555;
	border-right: 1px solid #dddddd;}


/* WIKIPEDIA */


/*
** content styles
*/

#toc,
.toc {
	border: 1px solid #aaa;
	background-color: #f9f9f9;
	padding: 5px;
	font-size: 12px;
}

#toc h2,
.toc h2 {
	display: inline;
	border: none;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
}
#toc #toctitle,
.toc #toctitle,
#toc .toctitle,
.toc .toctitle {
	text-align: center;
}
#toc ul,
.toc ul {
	list-style-type: none;
	list-style-image: none;
	margin-left: 0;
	padding-left: 0;
	text-align: left;
}
#toc ul ul,
.toc ul ul {
	margin: 0 0 0 2em;
}
#toc .toctoggle,
.toc .toctoggle {
	font-size: 12px;
}
#toc li
{
	background-image: none;
	background-repeat: no-repeat;		
}

/* images */
div.floatright, table.floatright {
    clear: right;
    float: right;
    position: relative;
    margin: 0 0 .5em .5em;
    border: 0;
/*
    border: .5em solid white;
    border-width: .5em 0 .8em 1.4em;
*/
}
div.floatright p { font-style: italic; }
div.floatleft, table.floatleft {
    float: left;
    position: relative;
    margin: 0 .5em .5em 0;
    border: 0;
/*
    margin: .3em .5em .5em 0;
    border: .5em solid white;
    border-width: .5em 1.4em .8em 0;
*/
}
div.floatleft p { font-style: italic; }
/* thumbnails */
div.thumb {
    margin-bottom: .5em;
    border-style: solid;
    border-color: white;
    width: auto;
}
div.thumb div {
    border: 1px solid #ccc;
    padding: 3px !important;
    background-color: #f9f9f9;
    font-size: 12px;
    text-align: center;
    overflow: hidden;
}
div.thumb div a img {
    border: 1px solid #ccc;
}
div.thumb div div.thumbcaption {
    border: none;
    text-align: left;
    line-height: 1.2em;
    padding: .3em 0 .1em 0;
}
div.magnify {
    float: right;
    border: none !important;
    background: none !important;
}
div.magnify a, div.magnify img {
    display: block;
    border: none !important;
    background: none !important;
}
div.tright {
    clear: right;
    float: right;
    border-width: .5em 0 .8em 1.4em;
}
div.tleft {
    float: left;
    margin-right: .5em;
    border-width: .5em 1.4em .8em 0;
}

.hiddenStructure {
    display: none;
}
img.tex {
    vertical-align: middle;
}
span.texhtml {
    font-family: serif;
}

/* Standard Navigationsleisten */
 
 div.BoxenVerschmelzen,
 div.NavFrame {
 	margin: 0px;
 	padding: 2px;
 	border: 1px solid #aaaaaa;
 	text-align: center;
 	border-collapse: collapse;
 	font-size: 12px;
 }
 div.BoxenVerschmelzen div.NavFrame {
 	border-style: none;
 	border-style: hidden;
 }
 div.NavFrame + div.NavFrame {
 	border-top-style: none;
 	border-top-style: hidden;
 }
 div.NavPic {
 	background-color: #ffffff;
 	margin: 0px;
 	padding: 2px;
 	float: left;
 }
 div.NavFrame div.NavHead {
 	height: 1.2em;
 	font-weight: bold;
 	font-size: 12px;
 	background-color: #efefef;
 }
 div.NavFrame p {
 	font-size: 12px;
 }
 div.NavFrame div.NavContent {
 	font-size: 12px;
 }
 div.NavFrame div.NavContent p {
 	font-size: 12px;
 }
 div.NavEnd {
 	margin: 0px;
 	padding: 0px;
 	line-height: 1px;
 	clear: both;
 }
 
 .index1 
 {
	font-size: 15px;
	line-height: 26px;
}
 .index2
 {
	font-size: 14px;
	line-height: 24px;
	padding-left: 1em;
}
.index3
{
	font-size: 13px;
	line-height: 24px;
	padding-left: 4em;
}
.index4
{
  font-sizet: 12px
	line-height: 24px;
	padding-left: 7em;
}
.index5
{
	font-size: 12px;
  line-height: 22px;
	padding-left: 10em;
}
.index6
{
  font-size:12px;
	line-height: 22px;
	padding-left: 13em;
}
.index7
{
	font-size: 12px;
  line-height: 22px;
	padding-left: 16em;
}
.index8
{
	font-size: 12px;
  line-height: 22px;
	padding-left: 19em;
}
.index9
{
	font-size: 12px;
  line-height: 22px;
	padding-left: 22em;
}
.index10
{
	font-size: 12px;
  line-height: 22px;
	padding-left: 25em;
}