.mainContainer{
	width: 770px;
	height: auto;
	margin: auto;
	background-color:#FFFFFF;
	border-width:2px; 
	border-color:#D6D6D6; 
	border-style:solid;
	
}

.menue{
	width: 770px;
	height: 55px;
	background-image:url(../img/menue.jpg);
	background-color:#132132;
	float: block;
}

.menueSpacer{
	width: 275px;
	height: 55px;
	float: left;
}

.menueItem{
	height: 20px;
	float: left;
	margin-top: 27px;
	margin-right: 44px;
}

.menueItem p,a{
	font-family:Arial;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}

/* neu */
ul#Navigation {
    margin: 0; padding: 0;
    text-align: center;
}

 ul#Navigation li {
    list-style: none;
    float: left;  /* ohne width - nach CSS 2.1 erlaubt */
    position: relative;
	margin-top:0px; 
	margin-bottom:0.4em; 
	margin-left:0.4em; 
	margin-right:0.4em; 
	padding: 0;
}
 ul#Navigation li a:hover {
	text-decoration:underline;
 }

* html ul#Navigation li {  /* Korrektur fuer den IE 5 und 6 */
    margin-bottom: -0.4em;
}
*:first-child+html ul#Navigation li {  /* Korrektur fuer den IE 7 */
    margin-bottom: -0.1em;
}

ul#Navigation li ul {
    margin: 20px; padding: 0;
    position: absolute;
    top: 1.6em; 
	left: -0.4em;
	background-color:#999966;
    display: none;  /* Unternavigation ausblenden */
}

ul#Navigation li ul a{
	margin: 0; 
	padding: 0;
	font-size: 12px;
	font-family:Arial;
}

* html ul#Navigation li ul {  /* Korrektur fuer IE 5.x */
    left: -1.5em;
    lef\t: -0.4em;
}
*:first-child+html ul#Navigation ul {  /* Workaround fuer den IE 7 */
    background-color:#999966;
	text-align: left;
	margin-top: 17px;
	padding-bottom: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.0em;
}

ul#Navigation a, ul#Navigation span {
    display: block;
	margin-top: 7px;
    padding: 1em;
    text-decoration: none; 
	font-weight: bold;    
    color: white;
}
* html ul#Navigation a, * html ul#Navigation span {
    width: 8.6em;   /* Breite nach altem MS-Boxmodell fuer IE 5.x */
    w\idth: 6.4em;  /* korrekte Breite fuer den IE 6 im standardkompatiblen Modus */
}
/* neu ende */

.menueItem a:hover{
	text-decoration:underline;
}

.content{
	width: 770px;
	height: 465px;
	background-image:url(../img/background.jpg);
	float: block;
}

.textContainer{
	margin-left: 285px;
	margin-top: 115px;
	/*margin-right: 45px;*/
	/*margin-bottom: 50px;*/
	position: absolute;
}

.textContainer p, form{
	font-family:Arial;
	font-size: 12px;
	font-weight: bold;
	line-height:2;
	float: left;
}

.textContainer img{
	float: left;
}

.textContainer a{
	font-family:Arial;
	font-size: 12px;
	font-weight: bold;
	color: #333399;
	line-height:2;
	text-decoration: none;
}

.textContainer p a:hover{
	text-decoration:underline;
}

.textContainer h1{
	font-family:Arial;
	font-size: 16px;
	font-weight: bold;
	color: #313199;
	text-decoration: none;
}

.trailerContainer{
	width: 150px;
	height: 140px;
	margin-top: 5px;
	margin-right: 20px;
	float: left;
}

.trailerContainer p{
	margin-top: 5px;
	text-align: center;
}

.trailerContainer a p{
	text-decoration:none;
}

.trailerContainer a p:hover{
	text-decoration:underline;
}

.trailerContainer a img{
	border:none;
}

.trailerContainer a img:hover{
	border:none;
}

#listtable td h1{
	font-family:Arial;
	font-size: 18px;
	color:#333399;
}

#listtable td h2{
	font-family:Arial;
	font-size: 14px;
	color:#333399;
	padding-bottom: 5px;
}

#listtable td{
	font-family:Arial;
	font-size: 12px;
	font-weight: bold;
	line-height:2;
}

#listtable td hr{
	color:#333399;
}

#gedrucktestable td h1{
	font-family:Arial;
	font-size: 18px;
	color:#333399;
}

#gedrucktestable td h2{
	font-family:Arial;
	font-size: 12px;
	color:#333399;
	padding-bottom: 5px;
}

#gedrucktestable td{
	font-family:Arial;
	font-size: 12px;
	font-weight: bold;
	line-height:1.5;
}

#gedrucktestable td p a, table td a{
	font-family:Arial;
	font-size: 12px;
	font-weight: bold;
	color:#333399;
	line-height:1;
}

#gedrucktestable td p a:hover, table td a:hover{
	text-decoration: underline;
}

#gedrucktestable td hr{
	color:#333399;
}

.jahr{
	font-family:Arial;
	font-size: 12px;
	font-weight: bold;
	line-height:2;
	color:#333399;
}

.footer{
	width: 770px;
	height: 20px;
	background-color: #333399;
	float: block;
}

.footerItem{
	float: right;
	margin-right: 45px;
	margin-top: 2px;
}

.footerItem p{
	height: 20px;
	margin: 0;
}
