/* CSS Document */

html[xmlns^="http"]
{
  /* verhindert Mozilla-Zucken
  * > Firefox 1.5
  */
  overflow-y: scroll;
} 

/* Alle Seiten - Anfang */
body {
   background-color:#000000;
   color:#FFFFFF;
   padding: 0;
   margin: 0;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   color:#EEEEEE;
   font-size:12px;
   line-height: 19px;
}

a {
   text-decoration: none;
   color:#FFCC33;
}

#container_all {
   position:absolute;
   width: 1024px;
   height:768px; 
   margin:-384px 0px 0px -512px;
   top: 50%; 
   left: 50%;
   padding: 0px;
}


#con_top, #con_bottom {
   height: 95px;
   background-color:#000000;
   clear:left;
}

#bottom_left, #bottom_right, #bottom_left_2, #bottom_right_2 {
   float:left;
   width: 512px;
   padding-top: 35px;
}

#bottom_right, #bottom_right_2 {
	text-align: right;
        width: 485px;
}

#bottom_left_2, #bottom_right_2 {
      padding-top: 18px;
}

/* Alle Seiten - Ende */



/* Seite 2 Menü - Anfang */
#con_top, #con_bottom {
   height: 95px;
   background-color:#000000;
   clear:left;
}

#con_middle {
   height: 595px;
   clear:left;
}

#middle_margin, #middle_left, #middle_right {
   float:left;
}


#middle_margin {
   width: 115px;
}

#middle_left {
   width: 380px;
}

#middle_left_top {
   height: 64px;
}

#middle_left_bottom {
   height: 73px;
}

ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

li {
   height: 49px;
}

* html li {
   margin-bottom: -2px;
}

/* Seite 2 Menü - Ende */


/* Seite 3 Menü - Anfang */
#con_top_1, #con_middle_1, #con_middle_2, #con_bottom {
   clear:left;
}

#con_top_1 {
   height: 90px;
}

#con_middle_1 {
   height: 426px;
}

*+html #con_middle_1 {
   margin-bottom: 35px;
}


#con_middle_2 {
   height: 122px;
}

#con_bottom {
   height: 95px;
}

#middle_1_left, #middle_1_middle, #middle_1_right, #middle_2_left, #middle_2_right {
   float:left;
}

#middle_1_left {
   width: 325px;
}

#middle_1_middle {
   width: 400px;
   padding-bottom: 35px;
}

*+html #middle_1_middle {
   margin-bottom: 35px;
}

#middle_1_right {
   width: 272px;
   text-align: right;
   padding-top: 410px;
   padding-right: 27px;
   padding-bottom: 35px;
}

#middle_2_left {
	width: 299px;
}

#middle_2_right {
   width: 725px;
}

#footer_menu ul {
   margin-top: 5px;
   list-style: none;
}

#footer_menu ul li {
   float: left;
}

#navigation li {
   height: 30px;
}

*+html #navigation li {
   height: 25px;
}   
   

/* Seite 3 Menü - Ende */


/* Seite 4 Menü - Anfang */
#con_middle_4 {
   height: 583px;
   clear: left;
}

#middle_4_right {
   width: 450px;
   float: left;
}

#middle_4_left {
	width: 297px;
	float:left;
}
/* Seite 4 Menü - Ende */