@charset "utf-8";
/* CSS Document */

* {
margin:0px;
padding:0px;
}

body {
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
line-height:18px;
color:#135232;
background-image:url(../grafik/bg_body.gif);
background-repeat:repeat-x;
}

/*
* Headlines
*/

h1 {
font-size:20px;
line-height:24px;
padding-bottom:6px;
padding-top:2px;
margin-bottom:12px;
color:#399767;
border-bottom:1px solid #CCCCCC;
}

h2 {
font-size:14px;
line-height:18px;
margin-bottom:10px;
color:#666666;
}

h3 {
font-size:12px;
line-height:16px;
margin-bottom:6px;
color:#666666;
}

h4 {
font-size:12px;
line-height:16px;
margin-bottom:6px;
color:#666666;
font-weight:normal;
}

h5 {
font-size:11px;
line-height:13px;
margin-bottom:6px;
}

h6 {
font-size:10px;
line-height:12px;
margin-bottom:6px;
}

#content_wrapper h1 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:20px;
line-height:24px;
}

/*
* Text
*/

p {
margin-bottom:14px;
line-height:22px;
font-size:14px;
}

#content_wrapper p {
font-family:Georgia, "Times New Roman", Times, serif;
}

a {
color:#399767;
text-decoration:underline;
font-weight:bold;
}

ul {
margin-left:25px;
}
