/* Layout & Code Dirk Eckert, 06886 Lutherstadt Wittenberg*/
/* meet a www.sunshine-solarium.de Service for a better code... */
html, body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #181818 url(test.gif) repeat-x;
}
#pagewidth {
	width: 900px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
#header {
	position: relative;
	height: 51px;
	width: 100%;
	background: transparent url(logo.jpg) no-repeat right;
}
#leftcol {
	width: 98px;
	height: 450px;
	float: left;
	position: relative;
	overflow: hidden;
	border-left: 1px;
	border-left-style: solid;
	border-left-color: #fff;
	border-top: 1px;
	border-top-style: solid;
	border-top-color: #fff;
	background: #000 url(left.gif) no-repeat;
}
a:link {
	color: #ccc;
	text-decoration: none;
	font: 12px arial, tahoma;
}
a:hover {
	color: #f30;
	text-decoration: underline;
}
a:visited {
	color: #f90;
	text-decoration: none;
}
h1 {
	color: #fff;
	font: 14px arial, tahoma;
}
#maincol {
	float: right;
	display: inline;
	position: relative;
	width: 630px;
	height: 400px;
	border-right: 1px;
	border-right-style: solid;
	border-right-color: #fff;
	border-top: 1px;
	border-top-style: solid;
	border-top-color: #fff;
	color: #ccc;
	padding-top: 50px;
	padding-left: 130px;
	padding-right: 40px;
	background: #000;
	font: 12px arial, tahoma;
}
#flashcontent {
	float: right;
	display: inline;
	position: relative;
	width: 800px;
	height: 450px;
	border-right: 1px;
	border-right-style: solid;
	border-right-color: #fff;
	border-top: 1px;
	border-top-style: solid;
	border-top-color: #fff;
	background: #000;
}
#footer {
	height: 60px;
	clear: both;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	border-left: 1px;
	border-left-style: solid;
	border-left-color: #fff;
	border-right: 1px;
	border-right-style: solid;
	border-right-color: #fff;
	color: #fff;
	padding-top: 10px;
	padding-left: 20px;
	background: #181818;
	font: 12px arial, tahoma;
}
ul#Navigation {
	height: 80px;
	margin: 0;
	padding: 0;
	text-align: center;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	border-left: 1px;
	border-left-style: solid;
	border-left-color: #fff;
	border-right: 1px;
	border-right-style: solid;
	border-right-color: #fff;
	background: #181818;
	font: 12px arial, tahoma;
}
ul#Navigation li {
	list-style: none;
	float: left;
	position: relative;
	margin: 0.4em;
	padding: 0;
}
* html ul#Navigation li {
	margin-bottom: -0.4em;
}
ul#Navigation li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 1.6em;
	left: -0.4em;
	display: none;
}
* html ul#Navigation li ul {
	left: -1.5em;
	lef\t: -0.4em;
}
ul#Navigation li:hover ul {
	display: block;
}
ul#Navigation li ul li {
	float: none;
	display: block;
	margin-bottom: 0.2em;
}
ul#Navigation a, ul#Navigation span {
	display: block;
	width: 6.4em;
	padding: 0.2em 1em;
	text-decoration: none;
	color: #fff;
	background: transparent;
}
* html ul#Navigation a, * html ul#Navigation span {
	width: 6.4em;
}
ul#Navigation a:hover, ul#Navigation span, li a#aktuell {
	border-color: white;
	border-left-color: black;
	border-top-color: black;
	color: #aaa;
	background: transparent;
}
li a#aktuell {
	color: white;
	background: transparent;
}
ul#Navigation li ul span {
	background: transparent;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
@media print {
	#leftcol{display: none;
}
#twocols, #maincol {
	width: 100%;
	float: none;
}
    lef\t: -0.4em;
  }
  ul#Navigation li:hover ul {
    display: block; /* Unternavigation in modernen Browsern einblenden */
  }
  ul#Navigation li ul li {
    float: none;
    display: block;
    margin-bottom: 0.2em;
  }

  ul#Navigation a, ul#Navigation span {
    display: block;
    width: 6.4em;  /* Breite den in li enthaltenen Elementen zuweisen */
    padding: 0.2em 1em;
    text-decoration: none; 
    color: #ffffff; background-color: transparent;
  }
  * html ul#Navigation a, * html ul#Navigation span {
    width: 8.6em;   /* Breite nach altem MS-Boxmodell für IE 5.x */
    width: 6.4em;  /* korrekte Breite fuer den IE 6 im standardkompatiblen Modus */
  }
  ul#Navigation a:hover, ul#Navigation span, li a#aktuell {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: #aaaaaa; background-color: transparent;
  }
  li a#aktuell {  /* aktuelle Rubrik kennzeichnen */
    color: white; background-color: transparent;
  }
  ul#Navigation li ul span {  /* aktuelle Unterseite kennzeichnen */
    background-color: transparent;
  }



 
 /* *** Float containers fix:*/ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

