You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
58 lines
715 B
CSS
58 lines
715 B
CSS
body {
|
|
background-color: #EEF
|
|
}
|
|
|
|
#header h1 {
|
|
background-color: #DDF;
|
|
margin: 0pt;
|
|
padding: 0.5em;
|
|
}
|
|
|
|
#navigation {
|
|
float: left;
|
|
width: 14.01em;
|
|
background-color: #EEF;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#navigation ul {
|
|
padding-top: 0.5em;
|
|
}
|
|
|
|
#navigation li {
|
|
margin-left: -1em;
|
|
list-style-type: none;
|
|
font-weight: bold;
|
|
padding-top: 0.5em;
|
|
}
|
|
|
|
#navigation a {
|
|
text-decoration: none;
|
|
}
|
|
|
|
|
|
#inhalt {
|
|
margin-left: 14em;
|
|
padding: 1em;
|
|
background-color: #FEC;
|
|
}
|
|
|
|
#inhalt h2 {
|
|
border: 2px solid gray;
|
|
border-left-color: #FEC;
|
|
border-right-color: #FEC;
|
|
}
|
|
|
|
|
|
#inhalt img {
|
|
padding-left: 4em;
|
|
padding-right: 4em;
|
|
}
|
|
|
|
#inhalt li {
|
|
list-style-type: none;
|
|
padding: 0.2em;
|
|
}
|
|
|
|
|