@charset "utf-8";
/* CSS Document */
html, body {
height: 100%; /* WICHTIG STRECKT ANZEIGENBEREICH AUF 100% */
width:100%;
margin:0;
padding:0;
background:#FFF;
}
#root {
width: 100%;
min-width:1016px;
margin:0 auto; /* alles mittig*/
height:100%;
background-color:#FFF;
}
#m_links {
float: left;
width:15%;
height:100%;
}
#spacer_links{
background-image:url(../img/spacer_links.gif);
height:715px;
}
#spacer_links_unten{
background:url(../img/spacer_links_unten.gif) 100% 0% ;
}
#links_unten{
background:url(../img/links_unten.gif) 100% 0% ;
}
#links{
background:url(../img/links2.gif) 100% 0% ;
}
#m_rechts {
float: right;
width:15%;
height:100%;
}
#spacer_rechts{
background-image:url(../img/rechts_spacer2.gif);
height:715px;
}
#spacer_rechts_unten{
background:url(../img/rechts_spacer_unten2.gif) 100% 0% ;
}
#rechts_unten{
background:url(../img/rechts_unten2.gif) 100% 0% ;
}
#rechts{
background:url(../img/rechts2.gif) 100% 0% ;
}