/* sets the main body properties */
BODY {
font-family : Verdana, Arial, sans-serif;
font-size : 80%;
margin: 0px 0px 0px 10px;
background-color: #DCE4F7;
background-image: url('grafik/bg.jpg');
color:#000000;
scrollbar-arrow-color:#ffffff; 
scrollbar-face-color:#DCE4F7; 
scrollbar-3dlight-color:#DCE4F7; 
scrollbar-highlight-color:#ECF5F0; 
scrollbar-shadow-color:#ECF5F0; 
scrollbar-darkshadow-color:#ECF5F0; 
scrollbar-track-color:#DCE4F7; 
}

P, TD, LI, UL, Table {
font-family : Verdana, Arial, sans-serif;
font-size : 100%; 
list-style-type: circle; list-style-color: #FEEAC7;

}

/* this sets an image to the left or to the right on a page */

.image {
margin: 0px 0px 0px 10px;
border: 2px dotted #FEEAC7;
}

/* this group sets the normal link colors */

A:LINK {
color: #000000;
text-decoration: underline;
font-weight: bold;
}

A:VISITED {
color: #000000;
text-decoration: underline;
font-weight: bold;
}

A:HOVER {
color: #1066de;
text-decoration: none;
font-weight: bold;
}

A:ACTIVE {
color: #000000;
text-decoration: none;
font-weight: bold;
}

/* We like to use headings for special effects */

H1 {
font-size: 20px;
font-weight: bold;
text-align: center;
color: #000000;
}

h2, h3, h4, h5 {
font-size : 18px;
font-weight : bold;
text-align: center;
color : #000000;
}

h6 {
font-size : 16px;
font-weight : bold;
color: #000000;
text-align: right;
width: 100%;
border-bottom: 1px dotted #FEEAC7;
}

.copy      { color: #000000; text-align: center; 
               font-size: 90%; 
               height: 50px;}
.copy a:link {color: #000000; font-variant: small-caps; text-align: right; text-decoration: none;}
.copy a:visited {color: #000000; font-variant: small-caps; text-align: right; text-decoration: none;}
.copy a:hover {color: #ECF5F0; font-variant: small-caps; text-align: right; text-decoration: underline;}
.copy a:active {color: #000000; font-variant: small-caps; text-align: right; text-decoration: none;}

.main {
color: #000000;
vertical-align: top;
text-align: justify;
padding: 10px 20px 20px 20px;
}
.main a:link {color: #000000; small-caps; text-align: right; text-decoration: underline;}
.main a:visited {color: #000000; small-caps; text-align: right; text-decoration: underline;}
.main a:hover {color: #ECF5F0; small-caps; text-align: right; text-decoration: underline;}
.main a:active {color: #000000; text-align: right; text-decoration: underline;}

.line { border-image: url('tema/line.jpg');

}

.hottopic {
color: #000000;
font-size: 85%;
text-align: left;
padding: 10px;
line-height: 14px;
float: right;
margin-left: 30px;
margin-bottom: 10px;
width: 225px;
border: 1px dotted #ECF5F0;
}
