/* CSS Workshop */
/* http://barrierefrei.e-workers.de/ */
/* Stand: Oktober 2002 */
/* Magerquark */
/* ================================= */

html, body {
margin: 0;
background: #e0e0e0;
color: #000;
}

body {
padding: 1% 15%;
font-family: Verdana, sans-serif;
}

p {
font-size: 80%;
line-height: 110%;
}

.liste {
font-size: 80%;
line-height: 110%;
}

h1, h2, h3, h4 {
color: #666;
}
h1 {
font-size: 140%;
}
h2 {
font-size: 120%;
}
h3 {
font-size: 110%;
}
h4 {
font-size: 105%;
}

a {
font-weight: bold;
text-decoration: underline;
}
a:link {
color: #0066ff;
}
a:visited {
color: #006699;
}
a:active {
color: #ff9900;
}

.t-head {
font-family: Verdana,sans-serif;
color: #666;
padding: 0;
margin: 0;
font-size: 80%;
}
.t-txt {
font-family: Arial,sans-serif;
color: #000;
padding: 0;
font-size: 75%;
}

code {
color: #cc00ff;
}

.stil {
color: #600;
}

.copy {
font-size: 70%;
}
