Käse CSS
@charset "utf-8";
/* CSS Document */
* {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
font-weight: normal;
color: #000000;
border: 0;
margin: 0;
padding: 0;
text-align: left;
background-color: #ffffff;
}
h1 {
font-size: 14px;
font-weight: bold;
margin:7px 0 14px 0;
padding-left: 15px;
}
p {
margin-left: 10px;
}
ul{
margin:6px 0;
}
li {
margin-left: 30px;
list-style-type: square;
}
a {
font-weight: bold;
text-decoration: underline;
}
a:hover {
text-decoration: none;
}
.titel {
font-size: 24px;
font-weight: bold;
color: #0099FF;
background-color: #CCCCCC;
padding: 10px;
}
.background {
background-color: #CCCCCC;
}







