@charset "utf-8";
/* CSS Document */

/* ----------------- CSS RESET ---------------
---------------------------------------------*/

*{
padding: 0;
margin: 0;
font-size: 100%;
font-weight: normal;
}

p{display:block}
ul, 
ol{
list-style: none;
}

b, 
strong {
font-weight: bold;
}

img, 
a img {
border: none;
}

/* ---------- SCHRIFT / GRÖSSE---------------
---------------------------------------------*/

body {
font-family: Verdana, Arial, sans-serif;
font-size: 82%;
height: 100%;
color: #000;
line-height: 1.5;
text-align: left;
background: #ffffff;
}


/* ----------- DIVS --------------- */

#container {
width: 1004px;
margin: auto;
margin-top: 25px;
}