/* CSS Document */
body {

  background-image:url('../images/background.jpg');
  background-repeat:repeat-x;
  background-color:#E0E0E0;

height:95%;
text-align:center; /* für zentrierung */
behavior:url("csshover.htc"); 
}




div#outer {
text-align:left;

width:1020px;
margin:0 auto; /* für zentrierung */

height:731px;
border:1px solid #ffffff;
}

div#main {
width:77%;

float:left;
}

div#header {
width:100%;
height:100px;
}

div#menu {
width:100%;
height:30px;
/* background-image: url(../images/bg-menue.jpg);
border-bottom:3px solid #ffffff; */
background-image: url(../images/menu_bg.jpg);
background-repeat:repeat-x;
float:left;
clear:both;
}

#content{
background-image: url(../images/bg-main.jpg);


border-top:2px solid #999999;
border-bottom:1px solid #999999;
overflow:auto;
}

div#misc {
background-color:#9a9a9a;
width:233px;
height:auto;
float:right;



}

div#footer {

text-align:center;
clear:both;
width:100%;
line-height:35px;
height:35px;


background-image: url(../images/footer_bg.png)
}

img#miscTop {
border-width:0px;
} 

div#set_lang {
width:100%;
margin:0 auto; /* für zentrierung */
text-align:center;
height:0px;
width:55px;



}


