/* ton_art.css*/

body {
     background-color:#dedbd2;
     scrollbar-arrow-color:#440000;
     scrollbar-track-color:#dedbd2;
     scrollbar-face-color:#dedbd2;
     scrollbar-highlight-color:#ffffff;
     scrollbar-3dlight-color: #ffFFFF;
     scrollbar-shadow-color : #808080;
     scrollbar-darkshadow-color: #000000;

}

p
{ 
    font-family:Arial, Helvetica, sans-serif; 
    font-size:12px;
    font-style:normal;
    font-weight:normal;
    color:#D6AD91;
      
}
a:link {
text-decoration:underline;
font-weight:bold;
line-height:12pt;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#D6AD91;
font-style: normal;
}
a:visited {
text-decoration:underline;
font-weight:bold;
line-height:12pt;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#D6AD91;
}
a:hover {
text-decoration:underline;
line-height:12pt;
color:#dedbd2;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
font-style: normal;
font-weight: bold;
}
a:active {
text-decoration:underline;
line-height:12pt;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font weight:bold;
font-style: normal;
}
.titel {
    font-size:15px;
    color:#D6AD91;
	padding:10px;
	
}

.fenster{
    background-color:#000000;   

}
.table1 {
    border-bottom:solid 1px #E7EC9A;
    border-left:solid 1px #E7EC9A;
    border-right:solid 1px #E7EC9A;
    border-top:solid 1px #E7EC9A;
}
.table2 {
    border-bottom:inset 1px #303030;
    border-left:inset  1px #C3A1A0;
    border-right:inset  1px #C3A1A0;
    border-top:inset 1px #C3A1A0;
}