@charset "utf-8";
/* CSS Document */

* {
margin: 0px;
padding: 0px;
}

li {
margin-left: 25px;
}

ul {
margin-top: 0px; 
}


body {
background-color: #313131;
color: #bdbdbd;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
line-height:16px;
}

b {
color: #DDDDDD;
font-family:Arial, Helvetica, sans-serif;
font-size: 13px;
line-height:16px;
font-weight:bolder;
}


p {
margin-bottom:12px;
}

a,
a:link,
a:visited {
color: #FFF;
text-decoration:none;
}

a:hover {
color:#8f8f8f;
}

h1, h2, h3 {
font-size:22px;
line-height:26px;
color:#ffffff;
}

h1 {
font-family:Arial Narrow, Arial, Helvetica, sans-serif;
margin-bottom:12px;
}

h2 {
font-family:Arial Narrow, Arial, Helvetica, sans-serif;
margin-bottom:10px;
}

h3 {
line-height: 26px;
float: right;
margin-bottom:8px;
}

hr {
background-image:url(../grafik/linie_horizontal.gif);
background-repeat:repeat-x;
border:none;
height:1px;
margin-bottom:6px;
}

table {
spacing:0px;
width:100%;
border:1px dotted #3d3d3d;
margin-bottom:18px;
border-collapse:collapse;
}

th {
background-image:url(../grafik/bg_news_list.gif);
padding:3px;
border:1px dotted #3d3d3d;
border-collapse:collapse;
}

td {
padding:5px 10px;
border:1px dotted #3d3d3d;
border-collapse:collapse;

}

td.align-center {
text-align:center;
}