body {
    background-color: #fff;
    font-size: .8em;
    font-family: Verdana,Tahoma,Arial,"Helvetica Neue",Helvetica,Sans-Serif;
    color: #555;
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
}


a {
    text-decoration: none;
    color: #002bb8;
    background: none;
}
a:hover { text-decoration: underline; }

img {
    border: none;    
}


hr {
    height: 1px;
    color: #aaaaaa;
    background-color: #aaaaaa;
    border: 0;
    margin: 0.2em 0 0.2em 0;
}

h1, h2, h3, h4, h5, h6 {
    color: Black;
    background: none;
    font-weight: normal;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 1px;
    margin-bottom: 7px;
    border-bottom: 1px solid #aaaaaa;
}
h1 { font-size: 188%; }
h2 { font-size: 150%; }
h3 { font-size: 132%; }

h4, h5, h6 { 
    border-bottom: none;
    font-weight: bold;
}
h4 { font-size: 116%; }
h5 { font-size: 100%; }
h6 { font-size: 80%;  }



/* Navigation */

ul#topnav {
	margin:0 0 5px;
	padding: 0 0 0 5px;
	list-style: none;
	border: none;
	background-color: #ffffff;
	width: 99%;
	height: 1.67em;
} 

ul#topnav li
{
	background-image: none;
}

#topnav li {
	display: block;
	margin: 0;
	padding: 0;
	float:left;	
	list-style-type: none;
}
	

#topnav a {
	display:block;
	color:#000000;
	text-decoration:none;
	margin:0;
	padding: 0.4em 2.4em 0.2em 2.4em;
	border-right: 2px solid #ffffff;
	position: relative;
	font: bold 11px helvetica, arial, geneva, lucida, sans-serif;
	white-space:nowrap ;
}


#topnav a:hover {
	background-color: #e0e0e0;
	color: #000000;
}

#topnav a.here {
	position:relative;
	z-index:102;
	background-color: #002bb8;
	color:#ffffff;
	border-right: 2px solid #ffffff;	
}




/* WIKIPEDIA */


/*
** content styles
*/
#toc li
{
	background-image: none;
	background-repeat: no-repeat;		
}
#toc,
.toc {
	border: 1px solid #aaa;
	background-color: #f9f9f9;
	padding: 5px;
	font-size: 95%;
}
#toc h2,
.toc h2 {
	display: inline;
	border: none;
	padding: 0;
	font-size: 100%;
	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: 94%;
}


/* 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: 94%;
    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.4em;
    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: 95%;
 }
 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.6em;
 	font-weight: bold;
 	font-size: 100%;
 	background-color: #efefef;
 }
 div.NavFrame p {
 	font-size: 100%;
 }
 div.NavFrame div.NavContent {
 	font-size: 100%;
 }
 div.NavFrame div.NavContent p {
 	font-size: 100%;
 }
 div.NavEnd {
 	margin: 0px;
 	padding: 0px;
 	line-height: 1px;
 	clear: both;
 }
 .index1 
 {
	font-size: 1.4em;
	line-height: 2em;
}
 .index2
 {
	font-size: 1.4em;
	line-height: 2em;
	padding-left: 1em;
}
.index3
{
	font-size: 1.2em;
	line-height: 2em;
	padding-left: 2em;
}
.index4
{
	line-height: 1.2em;
	padding-left: 3em;
}
.index5
{
	line-height: 1.2em;
	padding-left: 3.5em;
}
.index6
{
	line-height: 1.2em;
	padding-left: 4.5em;
}
.index7
{
	line-height: 1.2em;
	padding-left: 5.5em;
}
.index8
{
	line-height: 1.2em;
	padding-left: 6.5em;
}
.index9
{
	line-height: 1.2em;
	padding-left: 7.5em;
}
.index10
{
	line-height: 1.2em;
	padding-left: 8.5em;
}