<!--<style type="text/css">-->
<!-- @import "css/all.css"; /* just some basic formatting, no layout stuff */ -->
<!-- main-2.css Großes Hauptmenü -->
	body {
		/*margin:10px 10px 0px 10px;*/
		/*padding:0px;*/
		font-family: "Arial","Verdana","Helvetica",sans;
		background: white;
		/*background:#000 url("gfx/Orginal.png") 0 0 no-repeat fixed;*/
		}
	.div1{
		border:3px solid #ef0000;
		-moz-border-radius:20px;
	}
	.div2{
		border:1px solid #aaaaaa;
		-moz-border-radius:10px;
	}
	.project {
		border:1px solid #aaaaaa;
		-moz-border-radius:10px;
		padding-top: 0em;
		padding-left: .5em;
		padding-right: .5em;
		padding-bottom: .5em;
		text-align: justify;
		margin-bottom: .5ex;
		background-color: white;
	}
	.project p{padding-left: .5em; padding-right: .5em;}
	.java { /*display: none; text-align: right;*/
		float: right; width: 40px; height: 32px; 
   		text-align: center; background: white; color: black; 
   		border: solid #aaaaaa 1px; border-width: 0 0 1px 1px; 
   		padding: 0 0 10px 5px; margin: -2px -.55em 10px 25px;
		-moz-border-radius-bottomleft:10px;}
   	div.java img {height: 32px; width: 32px; border: 0;}

	p,h1,pre {
		/*margin:0px 10px 10px 10px;*/
		}
	p{line-height: 2.4ex;}
	p.footnote{font-size:xx-small;}
	li{margin-bottom:.6ex;}
		
	h1 {
		font-family: "Arial","Verdana","Helvetica",sans;
		font-size:x-large;
	}
	h1.banner {
		font-family: "Arial","Verdana","Helvetica",sans;
		font-size:xx-large;
		text-align: center;
		background:#efefef;
		border:4px ridge gray;
		-moz-border-radius:20px;
		margin-top:0;
		margin-bottom:1ex;
		padding-top:1ex;
		padding-bottom:1ex;
		voice-family: "\"}\"";
		voice-family: inherit;
		}
	
	a.menu {display: block; color: #226; background: #eee; border: 1px outset #88B; -moz-border-radius:5px; padding: 1px; padding-left:7px; padding-right: 7px; margin: 3px; text-decoration: none;}
	a.menu:visited {color: #557; background: #eee;}
	a.menu:hover {color: #226; background: #ddd; text-decoration: none;}
	a.menu span {display: none;}
/*#rightcontent p {display: none;}*/
	a.menu:hover span {position: absolute; display: block; background: #eee; border: 1px outset #88B; -moz-border-radius:5px; /*font-size: xx-small;*/ width: auto; left: -100%; right: 95%; padding: 3px; margin-top: -2ex;}


	#leftcontent {
		font-family: "Arial","Verdana","Helvetica",sans;
		position: fixed;
		/*left:10px;*/
		top: 10px;
		/*top:13%;*/
		width:20.5%;
		/*background:#fff url("gfx/Orginal.png") 0 0 no-repeat fixed;*/
		border:1px solid #000;
		/*height: 100%;*/
		/*padding: 1%;*/
		background: white;
		min-width:125px;
		}
	div#leftcontent{
		background-color:#efefef;
		padding: .25%;
	}
	div#leftcontent a {display: block; margin: 2px; padding: 0.33em; /*letter-spacing: 1px;*/ text-align: right; font-weight: bold; font-size: small; border: 2px outset #88B; color: #337; background: transparent none center left no-repeat; text-decoration: none;}
	div#leftcontent a:link {color: #226; background: #dfdfdf; /*background-color: transparent;*/}
	div#leftcontent a:visited {color: #557; background: #dfdfdf; /*background-color: transparent;*/}
	div#leftcontent a:hover {background: #AAD; color: #338; cursor: crosshair;}
	div#leftcontent h3 {text-align: center;}
	div#leftcontent a span {display: none;}
	div#leftcontent a:hover span {display: block; position: absolute; width: 94%; top: 100%; left: 0; padding: 5px; margin-top: 10px; z-index: 100; background: #efefef; font-size: xx-small; text-align: center; border:1px solid #000; -moz-border-radius: 10px;}
	div#leftcontent a:hover span img {width: 75; height: 90; padding-top: .5ex;}
	div#leftcontent em {color: magenta;}

	#centercontent {
		position: absolute;
		padding: .5%;/*.33em;*/
   		margin-left: 21.5%;
   		margin-right: 15.5%;
		font-family: "Arial","Verdana","Helvetica",sans;
		min-width:100px;
		voice-family: "\"}\"";
		voice-family: inherit;
		/*
		IE5x PC mis-implements the box model. Because of that we sometimes have
		to perform a little CSS trickery to get pixel-perfect display across browsers.
		The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
		parsing bug in IE5x PC that will prematurly close a style rule when it runs
		into the string "\"}\"". After that string appears in a rule, then, we can override
		previously set attribute values and only browsers without the parse bug will
		recognize the new values. So any of the name-value pairs above this comment
		that we need to override for browsers with correct box-model implementations
		will be listed below.
		
		We use the voice-family property because it is likely to be used very infrequently,
		and where it is used it will be set on the body tag. So the second voice-family value 
		of "inherit" will override our bogus "\"}\"" value and allow the proper value to
		cascade down from the body tag.

		The style rule immediately following this rule offers another chance for CSS2
		aware browsers to pick up the values meant for correct box-model implementations.
		It uses a CSS2 selector that will be ignored by IE5x PC.
		
		Read more at http://www.glish.com/css/hacks.asp
		*/
		}
	html>body#centercontent {
   		/*margin-left: 16%;
   		margin-right: 17%;*/
		}
	div#centercontent h2{
		text-align: center;
		padding: .33em;
		background-color:#efefef;
		border:1px solid #aaaaaa;
		-moz-border-radius:10px;
	}
	div#centercontent h3{
		padding: .2em;
		background-color:#f3f3f3;
		border: 2px outset #9a9aaa;
		font-size: medium; 
	}
	div#centercontent h3 a {text-decoration: none;}
	div#centercontent h3:hover {background: #ddd; color: #338; }

	#banner {
		margin-left: 22%;
		margin-right: .5%;
		}


	#rightcontent {
		/*display: none;*/
		font-family: "Arial","Verdana","Helvetica",sans;
		font-size: x-small;
		position: absolute;
		right:.5%;
		/*top:16ex;*/
		width:13.5%;
		min-width:75px;
		margin-top: 1%;
		padding: .5%;
		background: white;
		border-color:light-grey;
		border-style:inset;
		border-width:1pt;
		}
	#rightcontent p {
		text-align: center;
		text-size: xx-small;
		margin-left: .5em;
		margin-right: .5em;
		}
	#rightcontent h3 { text-align: center; background: #ddd; -moz-border-radius:5px; padding: 1px;}
	#rightcontent h4 { text-align: center; background: #e7e7e7; -moz-border-radius:5px; padding: 1px;}

<!--</style>-->