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

* {
margin:0px;
padding:0px;
}

body {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:16px;
color:#333333;
background-image:url(../grafik/bg_body.jpg);
background-repeat:repeat-x;
background-color:#454952;
}

/*
* Headlines
*/

h1 {
font-size:14px;
line-height:18px;
padding:3px;
margin-bottom:6px;
color:#ffffff;
background-color:#929EAB;
border-bottom:1px solid #ffffff;
}

h2 {
font-size:14px;
line-height:18px;
margin-bottom:10px;
color:#666666;
}

h3 {
font-size:12px;
line-height:16px;
margin-bottom:6px;
color:#666666;
}

/*
* Text
*/

p {
margin-bottom:12px;
line-height:16px;
font-size:12px;
}

a {
color:#929EAB;
text-decoration:underline;
font-weight:bold;
}

ul {
margin-left:25px;
}