25 lines
325 B
CSS
Executable File
25 lines
325 B
CSS
Executable File
/* Dummy Datei, die bei w3c conformen Browsern eingebunden wird, ohne Wirkung! */
|
|
body {
|
|
}
|
|
|
|
/*
|
|
#header {
|
|
position:fixed;
|
|
top:1px;
|
|
left:0px;
|
|
width:100%;
|
|
float:none ;
|
|
overflow:hidden;
|
|
}
|
|
*/
|
|
/*
|
|
#hintergrund {
|
|
z-index : 0;
|
|
width:100%;
|
|
height:100% ;
|
|
background : #CCDCDC ;
|
|
/* overflow:auto; /
|
|
}
|
|
*/
|
|
|
|
|