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

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

body {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
line-height:22px;
color:#666666;
background-color:#333333;
}

p {
margin-bottom:12px;
line-height:24px;
}

a,
a:link,
a:visited {
color: #50a7bf;
text-decoration:none;
}

a:hover {
color:#226374;
}

h1, h2, h3, h4 {
font-size:22px;
line-height:22px;
color: #50a7bf;
}

#content ul {
margin-left:25px;
}

h1 {
margin-bottom:12px;
}

h1 span.h1_small {
font-size:12px;
}

h2 {
font-size:22px;
line-height:28px;
margin-bottom:10px;
}

h3 {
line-height: 26px;
margin-bottom:8px;
}

h4 {
font-size: 18px;
font-weight:normal;
line-height: 24px;
margin-bottom:10px;
}

h1.subtitle {
background:url(../grafik/bg_h1_blau.gif) repeat-x;
border:1px solid #50A7BF;
height:34px;
margin:0;
color:#FFFFFF;
padding-top:13px;
padding-left:10px;
font-size:18px;
line-height:20px;
}

