body{
 font-family: sans-serif;
 font-size: 11px;
 color: #ffffff;
 background-color: #0033AC;
}

td,font,pre{
 font-family: sans-serif;
 font-size: 12px;
 color: #ffffff;
 background-color: transparent;
 /*border: 0px solid white;*/
}

table.site{
 background-image: url("./gfx/frame.jpg");
 background-position: 0px 0px;
 background-repeat: no-repeat;
 border-top: 1px solid #FFD801;
 border-left: 1px solid #FFD801;
 border-bottom: 1px solid #FFD801;
 border-right: 1px solid #FFD801;
}

table.inline{
 width: 500px;
 background-color: transparent;
 color: #ffffff;
}

tr.inline{
 background-color: transparent;
 color: #ffffff;
}

td.inline{
 background-color: transparent;
 color: #ffffff;
}

td.topline{
 height: 100px;
 /*border-bottom: 1px solid #f0f000;*/
}

td.bottomline{
 height: 30px;
 /*border-bottom: 1px solid #fafa00;*/
}

td.left{
 padding-left: 15px;
 /*border-right: 1px solid #fafa00;*/
}

td.main{
 padding-top: 50px;
 padding-left: 10px;
 text-align: justify;
}

td.right{
 border-left: 0px solid silver;
 padding-right: 15px;
}

td.box{
 border-bottom: 1px solid silver;
 padding: 5px;
 text-align: left;
}

td.columnsl{
 background-color: transparent;
 color: #ffffff;
 padding: 10px;
}

td.columnsr{
 background-color: transparent;
 color: #ffffff;
 padding: 10px;
}

textarea.edit{
 width: 500px;
 height: 300px;
 font-family: courier,sans-serif;
 font-size: 12px;
 color: black;
 background-color: white;
 border: 1px solid silver;
}

input.text{
 width: 80px;
 font-family: sans-serif;
 font-size: 11px;
 color: black;
 background-color: #f8f8ff;
 border: 1px solid #FFD801;
}

input.button{
 font-family: sans-serif;
 font-size: 11px;
 color: white;
 background-color: #333355;
 border: 1px solid silver;
}


font.headline{
 font-size: 14px;
 font-weight: bold;
}

font.red{
 font-family: sans-serif;
 font-size: 9px;
 color: red;
 background-color: #ffff00;
}

font.subline{
 font-size: 12px;
 font-weight: bold;
}

font.slim{
 font-size: 11px;
 font-weight: bold;
 color: #FFA500;
 background-color: transparent;
}

font.blue{
 font-size: 11px;
 font-weight: bold;
 color: #000066;
 background-color: transparent;
}

font.tred{
 font-size: 11px;
 font-weight: bold;
 color: blue;
 background-color: transparent;
}

a.nav{
 background-color: none;
 color: #ffffff;
 font-family: sans-serif;
 font-size: 11px;
 font-weight: bold;
 text-decoration: none;
 padding-left: 10px;
 padding-right: 10px;
 border: 0px #004d9c;
}

a.nav:hover{
 background-color: none;
 color: #ffffff;
 font-family: sans-serif;
 font-size: 11px;
 font-weight: bold;
 text-decoration: underline;
 padding-left: 10px;
 padding-right: 10px;
 border: 0px #004d9c;
}

a.navi{
 background-color: transparent;
 color: #ffffff;
 font-family: sans-serif;
 font-size: 11px;
 font-weight: bold;
 text-decoration: none;
}

a.navi:hover{
 background-color: transparent;
 color: #FFD801;
 font-family: sans-serif;
 font-size: 11px;
 font-weight: bold;
 text-decoration: none;
}