/* css by kerstin boss - 21.08.2007 | 11:56 */


* {
margin: 0; 
padding: 0;
}
html{
height:100%;
}
body {
min-height:101%;
margin-bottom:0.1px;
font: 95% Verdana, Arial, Helvetica, sans-serif;
color: #000;
background: #fff;
}

a {
color: #000;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

a img {
border: 0 none;
}

p {
font-size: 0.80em;
padding: 0.5em 0 1em 1em;
}

h1, h2, h3 {
font-family: Arial, Geneva, sans-serif;
color: #2C71C2;
background: transparent;
}

h1 {
font-size: 0.9em;
margin: 5px 0px 0px 10px;
text-transform: uppercase;
}

h2 {
font-size: 0.9em;
color: #6C6C6C;
margin: 2px;
}

ul {
list-style-type: square;
}
