super.
hilft mir sogar weiter (:
zumindest ein wenig..
ich weiß jetzt leider nur nicht wo ich das ganze mit reinschieben soll...also wenn mir da vllt. jemand helfen könnte..
hier der inhalt der css datei:
^die kommentare einfach ignorieren, die sin fürn lehrer, pflicht -.-
body {
background: url(../gemeinsame_dateien/hintergrund/airplanes.jpg) #e7f3f7;
color: black;
margin: 0;
padding: 1%;
min-width: 800px;
font-family: sans-serif;
}
a { color: deeppink; text-decoration: underline; }
a:visited { color: yellowgreen; } /* Besuchte Links*/
.skip { /* Position des Links */
position: absolute;
margin-left: -999px;
width: 990px;
}
h1 { /* Die Ü berschrift jeder Seite */
font-size: 2.7em;
font-weight: normal;
line-height: 0.8em;
padding: 0.6em 0 0.2em 2%;
margin: 0;
border-bottom: 1px dashed #E6E6FA;
}
h2, h3, h4 { font-weight: normal; } /*Untergeordnete Überschriften*/
h1, h2, h3, h4, h5, h6 {
color: #82CE80; /*Schriftfarbe der Überschriften*/
font-family: Georgia, "Times New Roman", Times, serif; /*Schriftart der Überschrift*/
}
img {
border: solid 1px #aaa;
padding: 1px;
max-width: 95%;
}
.fleft { /*Dinge neben dem Text */
float: left;
margin: 0 1em 0.2em 0; /* Abstand: Bild - Text */
}
.fright {
float: right;
margin: 0 0 0.2em 1em;
padding: 1px;
}
#container { /* gemeinsammer Rand, der nicht ganz am Fenster ist. */
font-size: 0.8em;
max-width: 70em;
min-width: 70em;
margin: auto; /* zentrieren*/
border: 1px solid #aaa; /* optische Abgränzung. */
border-top: 1px solid #aaa;
background: #E5E5E5;
}
#footer {
clear: both;
padding: 0 20px;
}
#logo {
background: url(../gemeinsame_dateien/hintergrund/logo.jpg);
height: 64px;
padding: 0 20px;
text-align: right;
line-height: 54px;
font-size: 54px;
overflow: hidden;
letter-spacing: -3px;
margin: 0;
}
#logo a {
color: antiquewhite;
text-decoration: none;
}
div#rahmen {
width: 47.1em;
padding: 0.8em;
}
* html div#rahmen {
width: 48.7em;
w\idth: 47.1em;
}
div#rahmen div {
clear: left;
}
ul#navigation {
margin: 0; padding: 0;
text-align: center;
}
ul#navigation li {
list-style: none;
float: left;
position: relative;
margin: 0.4em; padding: 0;
}
* html ul#navigation li {
margin-bottom: -0.4em;
}
*:first-child+html ul#navigation li {
margin-bottom: -0.1em;
}
ul#navigation li ul {
margin: 0; padding: 0;
position: absolute;
top: 1.6em; left: -0.4em;
display: none;
}
* html ul#navigation li ul {
left: -1.5em;
lef\t: -0.4em;
}
*:first-child+html ul#navigation ul {
background-color: #DD989B; padding-bottom:0.4em;
}
ul#navigation li:hover ul {
display: block;
}
ul#navigation li ul li {
float: none;
display: block;
margin-bottom: 0.2em;
}
ul#navigation a, ul#navigation span {
display: block;
width: 6.4em;
padding: 0.2em 1em;
text-decoration: none; font-weight: bold;
border: 1px solid black;
border-left-color: white; border-top-color: white;
color: maroon ; background-color: #DD989B;
}
* html ul#navigation a, * html ul#Navigation span {
width: 8.6em;
w\idth: 6.4em;
}
ul#navigation a:hover, ul#Navigation span, li a#aktuell {
border-color: black;
border-left-color: white; border-top-color: white;
color: antiquewhite; background-color: #DD989B;
}
li a#aktuell { /* aktuelle Rubrik*/
color: antiquewhite; background-color: #DD989B;
}
ul#navigation li ul span { /* aktuelle Unterseite*/
background-color: #800000 ;
color: antiquewhite
}
#subnav {
width: 26%;
min-width: 10em;
float: right;
padding: 70px 1% 1em 1%;
margin: 1em 1% 0 1%;
border-left: 1px dotted #aaa;
font-size: 0.9em;
}
#subnav dt { /*Überschrift in der Subnavigation */
font-size: 1.2em;
font-family: Georgia, "Times New Roman", Times, serif;
padding: 0.5em;
margin-top: 1em;
border-top: 1px dotted #aaa;
}
#subnav dd { /* Unterpunkt der Subnavigation. */
padding: 0;
margin: 0.2em 0;
}
#main {
background: url() no-repeat 100% 0 #E5E5E5;
padding: 0 31% 0 20px;
line-height: 1.5em;
}