﻿/******************************************************************************
* Defines styles for the list.                            *
******************************************************************************/

a {
    background:transparent;
    color: #DD0000;
    font-weight:bold;
    text-decoration:none
}
a:hover {
    background:transparent;
    color:#009999
}
body {
    font-family:'Times New Roman',Arial,Helvetica,Sans-serif;
    background-color : #004F66;
}
div.artikel {
    background-color : #F0F0F0;
    border-bottom:4px solid #000033;
    border-left:3px solid #3399FF;
    border-right:4px solid #000033;
    border-top:3px solid #0070FF;
    padding : 10px 15px 0px 15px;
    margin: 5px 20px 10px 20px;
    font-weight: bolder;
    font-size: 19px;
    line-height: 1.5em
}
h2 {
background: transparent;
color: #008888;
}
div.center {margin-left:auto; margin-right:auto;}
p.c2 { text-align:center; }
.c3 { color: #DD0000; }
.c4 { font-size: larger; }
.c5 { color: #008888; }
.c6 { color: #0066CC; text-align: center; font-weight: bold; font-size: 18px; }
td.c6 { text-align: center; width: 75%; }
td.c7 {	width: 4%; border: 2px solid #003366; }
td.c8 {	width: 50%; }
hr {
    width:100%;
    color:Red;
    height:3px;
    border-bottom: 1px solid #AA0055;
    border-top:1px solid #AA0055
}
table {
    border-bottom: #000033;
    border-left: #3399FF;
    border-right: #000033;
    border-top: #0070FF;
    text-align: left;
    border-collapse: collapse;
}
table.c1 {
    width: 62%; 
    margin-left:auto; 
    margin-right:auto;
    
}
.style1 {
	border-width: 0;
}
.style2 {
	text-align: center;
}
.style3 {
	border: 2px solid #003366;
    padding: 3px;
}