body {  height:100%; overflow-y:auto; 
   
   background-image: url("../images/bg_body.jpg");
   background-repeat: y-only;
   background-position: center;  
	 text-align: center;
	 
  text-align: center;
  font: 12px verdana, arial, sans-serif;
  
  color: #EEE;	 
}
#header {
   color:#BEDC48;
	 font-size:4em;
   height: 80px;
   
}

#fixpic {
  display:block;  
  height:245px;
  position:fixed; 
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: inherit;
  text-align: center;
}
#fixpicframe{
  width: 767px;
  margin-left: auto;
  margin-right: auto;
 
}
#fixpic2 {
  padding-left: 536px;
  height: 245px;
  
}
* html #fixpic {position:absolute;}

div#center{
  display: block; 
  margin-left: auto;
  margin-top: 0px;
  margin-right: auto;
  clear: both;
  width: 767px;
  margin: 0 auto;
  
  text-align: left;  
}


div#menuframe{
 font-size: 10px;
 margin-left: 0px;
 background-image: url("../images/bg_header.jpg");  
 background-position: center;  
 height: 3em;
}

#text {
  float: left;

  width: 536px;
  padding: 10px 5px 20px 20px !important;
  padding: 20px 5px 20px 20px;
  
  margin-right: 20px;
}

#image {
  float: left;
  width: 100px;  
  vertical-align: top;
}

#sideBar {
  float: right;
  
  width: auto;
  padding: 10px 15px 20px 0 !important;
  padding: 20px 15px 20px 0;
}

h1 {
	clear: both;
	margin: 10px 0;
	font: 700 1em verdana, sans-serif;
	text-transform: uppercase;
	color: #BEDC48;
	background: #686868 url(images/rounded_tr.gif) no-repeat top right;
}

h1 span {
  display: block;
  padding: 2px;
  background: url(images/rounded_br.gif) no-repeat bottom right;
}

#sideBar h1 {
  text-align: right;
  background: #686868 url(images/rounded_tl.gif) no-repeat top left;
}

#sideBar h1 span {
  display: block;
  padding: 2px;
  background: url(images/rounded_bl.gif) no-repeat bottom left;
}


#center ol li { 
  color: #9BE4FF;
}

#center ol li span {
  color: #EEE;
}

#center ul {
  padding-bottom: 10px;
}


#center ul li {
  list-style-image: url(images/li_bullet.gif);
}


#menu , #submenu ul{
	font-size: 10px;
  width: 767px;
  margin: 0 auto;
  text-align: left;  
}

#menu ul , #submenu ul{
  margin: 0;
  padding: 0;
  line-height: normal;  
}

#menu ul li , #submenu ul li{
  width: 8em;
  display: inline;
  float: left;
  padding-top: 0.8em;  
  list-style: none;
  text-align: center;
}

#menu ul li a, #submenu ul li a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  padding-bottom: 1.0em;
  color: #222;
}

#submenu ul{
  width: 60%;
}  

#header2 {  
  width: 60%;
  height: 3em;
  font-size: 10px;
  background: #585858 url(../images/bg_header2.jpg) repeat-y top center; 
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
}

#header3 {  
  width: 75%;
  height: 3em;
  font-size: 10px;
  background: #585858 url(../images/bg_header2.jpg) repeat-y top center; 
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
}

p { 
  padding-top: 10px !important;
  padding-top: 3px;
  padding-bottom: 10px !important;
  padding-bottom: 3px;
}

a {
  color: #BEDC48;
}

a:visited {
  color: #AAA;
}

a:hover {
  color: #FFF;
}

acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

input {
  width: 70%;
}

textarea {
  width: 98%;
  /* 
    IE specific to eliminate scroll bar when not needed. 
    Uncomment if wanted, but it is not valid CSS
     
  scrollbar-3dlight-color : #777;
  scrollbar-arrow-color : #EEE;
  scrollbar-darkshadow-color : #777;
  scrollbar-face-color : #777;
  scrollbar-highlight-color : #777;
  scrollbar-shadow-color : #777;
  scrollbar-track-color : #777;    
  */
}

input,
textarea {
  padding: 1px 3px;
  margin: 5px 0;
  font: 1em verdana, arial, sans-serif;
  color: #EEE;
  background-color: #777;
  border: 1px solid #999;
}

input:hover,
input:focus,
textarea:hover,
textarea:focus {
  color: #FFF;
  background-color: #999;
  border: 1px solid #EEE;
}





/***************************************************
 grafik unten menu
 ***************************************************/ 

 
#menu ul li a:hover,
#menu ul li a.active {
  font-weight: bold;
  color: #111;
  background: url(../images/menu_tab.gif) no-repeat bottom center;
}
/***************************************************
 grafik unten submenu
 ***************************************************/
#submenu ul li a:hover,
#submenu ul li a.active {
  font-weight: bold;
  color: #111;
  background: url(../images/menu_tab.gif) no-repeat bottom center;
}
