body 
		{ 
		color: #ffffff; 
		background: #333333 url(/gfx/ml-leftbg1.png) repeat-y; 
		margin: 0;
		padding: 0;
		text-align: center;
		font-family: Georgia, Arial, Verdana, Helvetica, sans-serif;
		font-size: 0.75em;
		line-height: 1.8em;
		}
		
#banner
		{
		width: 1000px;
		height: 141px;
		background-color: #333333;
		background-image: url(/gfx/layout/banner2.jpg);
		background-repeat: no-repeat;
		}
		
		
		
#content
		{
		text-align: left;
		width: 789px;
		background-image: url(/gfx/layout/content_bg.gif);
		background-repeat: repeat-y;
		overflow: hidden;
		z-index: 10;
		margin: 0 auto;
		}
		
#content_text
		{
		width: 700px;
		padding: 20px 20px 20px 50px;
		color: #111111;
		background-image: url(/gfx/layout/figur.gif);
		background-position: bottom right;
		background-repeat: no-repeat;
		
		}
		
#content-text ul li {
	list-style-type: circ;
}
		
#content_text .auszeichnung
		{
		font-weight: bold;
		color: #04427f;
		font-size: 1.1em;
		}

#content_text em {
            font-weight: bold;
            color: #04427f;
            font-style: normal;
}
	
#footer
		{
		clear: both;
		margin: 10px auto;
		width: 789px;
		text-align: center;
		font-size: 0.8em;
		color: #d0d0d0;
		}
#footer img {
	margin-left: 60px;
}

#footer a {
	text-decoration: none;
	color: #d0d0d0;
}
h1,h2 {
      display: none;
}
h3, h4 {
      color: #04427f;
      font-family: Verdana, Arial, Helvetica, sans-serif;
}
h3,h4 {
	border-bottom: 1px #a0a0a0 solid;
}
h3.title {
	border-bottom: none;
	text-align: center;
	font-size: 1.6em;
}
h4 {
	margin: 18px auto 4px 0;
}

div#locator ul {
list-style-type: none;
padding: 0 0;
margin: 0;
float: right;
}
div#locator ul li {
display: block;
float: left;
margin: 0 5px 0 0;
			}
			
			div#locator ul li a {
				text-decoration: none;
				color: #606060;
			}
			ul.persons li {
			margin: 8px 0;
			}
			div.articledetails {
			text-align: right;
			margin-top: 20px;
			border-top: 1px #606060 dotted;
			padding: 2px;
			font-size: 0.8em;
			color: #606060;
			}
			table.inlinetable, table.docutils {
			margin: 10px;
			float: left;
			background: #EFECD1;
			}
			table.inlinetable tr th, table.docutils tr th {
			font-weight: bold;
			background: #EFECD1;
			color: #000000;
			text-align: center;
			padding: 3px;
			font-size: 0.9em;
			}
			table.inlinetable tr th.tabletitle {
			border-bottom: 1px #000000 dashed;
			}
			table.inlinetable tr td, table.docutils tr td {
			background: #b0b0b0;
			color: #222222;
			padding: 3px;
			}
			img.links {
			float: left;
			margin: 5px 10px 5px 0;
			}
			img.rechts {
			float: right;
			margin: 5px 0 5px 10px;
			}
			table.downloads {
			background: #a0a0a0;				
			}
			table.downloads tr th {
			background: #a0a0a0;
			color: #f0f0f0;
			font-weight: bold;
			text-align: center;
			font-size: 0.9em;
			padding: 1px;
			}
			table.downloads tr td {
			padding: 2px;
			background: #d0d0d0;
			color: #202020;
			}
			div#content_text a {
			color: #04427f;
			text-decoration: underline;
			}
			blockquote {
			background: #808080 url(/gfx/layout/content-bg2.png);
			color: #000000;
			padding: 5px;
			margin: 6px 10px;
			border: 1px #808080 solid;
			}
			div.leaderinfo, div#content div.admonition {
			background: #606060;
			color: #f5f5f5;
			padding: 5px;
			margin: 6px 10px;
			border-left: 4px #a1a1a1 solid;
			}
			div.leaderinfo input, div#content div.admonition input {
			font-size: 0.8em;
			border: 1px #e0e0e0 solid;
			background: #a0a0a0;
			margin-left: 30px;
			}
			div.navigator {
				text-align: center;
				margin: 20px auto 10px auto;
			}
			div.navigator a {
				text-decoration: none !important;
			}

/* Additions for reST */
div#content div.document div.contents p.topic-title a {
	font-weight: bold;
	text-decoration: none;
}

div#content div.document div.contents p.topic-title a:after {
	content: " [Einblenden]";
	padding-left: 20px;
	color: #a0a0a0;
	font-weight: normal;
}

div#content div.contents {
	border: 1px #a0a0a0 solid;
	padding: 0 10px;
	background:;
}

div#content div.contents ul {
	display: none;
}

* html div#content div.contents ul {
	display: block !important;
}

div#content div.contents:hover ul {
	display: block;
}

div#content div.contents:hover p.topic-title a:after {
	display: none;
}

div#content div.document h4 a {
	text-decoration: none;
}

div#content div.document pre {
	line-height: 1.4em;
	font: 1.1em "Courier New", monospace;
	padding-left: 12px;
}

div#content div.document pre a {
	text-decoration: none;
	color: #444444;
}

div#content div.admonition p {
	display: none;
	margin: 8px 0 0 0;
}

div#content div.admonition p.admonition-title {
	margin: 0 0 0 0;
	padding: 0;
	font-weight: bold;
	display: block !important;
}

div#content div.admonition:hover p {
	display: block;
}

* html div#content div.admonition p {
	display: block !important;
}

div#content div.admonition p.admonition-title:after {
	content: "[Einblenden]";
	font-weight: normal;
	margin-left: 10px;
	color: #a0a0a0;
}

div#content div.admonition:hover p.admonition-title:after {
	display: none;
}

div#content div.document table.docutils {
	border-collapse: collapse;
	float: none;
	border: 1px #efecd1 solid;
}

div#content div.document img {
	float: right;
	border: 4px #a0a0a0 solid;
	margin: 6px 0 6px 6px;
}

div#content div.document img.align-left {
	float: left;
	margin: 6px 6px 6px 0;
}

div#content div.document blockquote p {
	margin-top: 0px;
}

div#content div.document blockquote p.attribution {
	margin: 0px;
	font-style: italic;
}

dl.spell, div.document dl {
	background: #606060;
	color: #f5f5f5;
	position: relative;
	padding: 5px;
	border: 1px #d0d0d0 solid;
}

dl.spell dt, div.document dl dt {
	font-weight: bold;
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	float: left;
	clear: left;
}

dl.spell dd, div.document dl dd {
	width: 500px;
	left: 150px;
	position: relative;
	margin: 0;
	padding: 0;
}

