body {
    margin-top: 80px;
    margin-left: 10px;
    margin-right: 10px;    
    padding: 0px;
	background-image:url(logo.jpg);	
	background-repeat: no-repeat;
	background-color:#fff;
	font: normal 11px arial, helvetica, sans-serif;

}

table {
    font-size: 100%;
    background-color: #ECECEC;
}
a {
    text-decoration: none;
    color: #193654;
    background: none;
}
a:visited { color: #193654; }
a:active { color: #193654; }
a:hover { text-decoration: underline; }
a.stub { color: #193654; }
a.new,
#p-personal a.new { color:#193654; }
a.new:visited,

img {
    border: none;
    vertical-align: middle;
}
p {
    margin: 0.4em 0em 0.5em 0em;
    line-height: 1.5em;
}

p img { margin: 0; }

hr {
    height: 1px;
    color: #193654;
    background-color: #193654;
    border: 0;
    margin: 0.2em 0 0.2em 0;
}

h1, h2, h3, h4, h5, h6 {
    color: Black;
    background: none;
    font-weight: bold;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 1px;
    margin-bottom: 7px;    
}
h1 { color: #002C52;
	border-bottom: solid 1px #000000;
	padding-top: 0.2em;
	padding-bottom: 0.1em;
	
	}
h2 { font-size: 150%; color: #002C52;}
h3 { font-size: 132%; color: #002C52;}

h4, h5, h6 { 
    border-bottom: none;
    font-weight: bold;
}
h4 { font-size: 116%; }
h5 { font-size: 100%; }
h6 { font-size: 80%;  }

ul { 
    line-height: 1.5em;
    list-style-type: square;
}
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;
}


ul#topnav {
	margin:0 0 5px;
	padding: 0 0 0 5px;
	list-style: none;
	border: none;
	background-color: #002C52;
	width: 99%;
	height: 1.67em;
} 

#topnav li {
	display: block;
	margin: 0;
	padding: 0;
	float:left;	
}
	
	#topnav li p.navleft
{
	width: 60px;
	border-right: 2px solid #ffffff;
	padding: 0px;
	margin: 0px;
	line-height: 1.6em;
}

#topnav a {
	display:block;
	color:#ffffff;
	text-decoration:none;
	background-color: #002C52;
	margin:0;
	padding: 0.2em 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: #A8C9F4;
	color: #002C52;
}

#topnav a.here {
	position:relative;
	z-index:102;
	background-color: #2061B9;
	border-right: 2px solid #ffffff;
	padding: 0.2em 2.4em 0.2em 2.4em;
	margin: 0;
}
a, a:visited
{
	color: #193654;
	text-decoration: underline;	
}

a:hover
{
	text-decoration: underline;
}

#content 
{
	clear:both; 
	padding: 20px 30px 30px 80px;  
	margin: 0px; 	
}



/* WIKIPEDIA */


/*
** content styles
*/
#toc li
{
	background-image: none;
	background-repeat: no-repeat;		
}
#toc,
.toc {
	border: 1px solid #aaa;
	background-color: #ECECEC;
	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: #ECECEC;
    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;
}