/* CSS Document */

body {
 background: #cccccc url(img/bg.jpg) fixed;
 background-repeat:repeat-x;
 margin-top:0px;
 margin-bottom:0px;
 }

body, table, tr, td {
 font-family: Verdana, Tahoma;
 font-size: 12px;
 color: #000000;
 }

hr { height: 1px; color: #ff9900; }

li { margin-bottom: 5px; }

h1 {
 font-family: Verdana, Tahoma;
 font-size: 14px;
 color:#ff6600;
 text-align:left;
 margin-top: 0px;
 margin-bottom: 15px;
 border-bottom:1px solid #ff6600;
 }

h2 {
 font-family: Verdana, Tahoma;
 font-size: 13px;
 font-weight: bold;
 color: #666666;
 margin-top: 25px;
 margin-bottom: 0px;
 border-bottom:1px solid #999999;
 }

.text10 { font-family: Verdana, Tahoma; font-size: 10px; }
.text11 { font-family: Verdana, Tahoma; font-size: 11px; }
.text13 { font-family: Verdana, Tahoma; font-size: 13px; }
.text14 { font-family: Verdana, Tahoma; font-size: 14px; }
 
/* tabelle */
.maintable {
 width:900px;
 padding:0px;
 margin:0px;
 vertical-align:top;
 text-align:left;
 border:0px;
 }

/* inhalt */
.content {
 width:100%;
 background-color:#ffffff;
 padding:20px;
 padding-left:30px;
 margin:0px;
 vertical-align:top;
 text-align:left;
 border:0px;
 }

/* spalte links */
td.left {
 width:200px;
 height:450px;
 background-image:url(img/bg_navi.jpg);
 background-repeat:no-repeat;
 background-position:bottom;
 background-color:#ffffff;
 vertical-align:top;
 padding-bottom:30px;
 padding-top:20px;
 }
 

/* footer */
td.footer {
 background-image:url(img/footer.jpg);
 height:20px;
 text-align:right;
 vertical-align:middle;
 padding-right:10px;
 }

a{ text-decoration:none;}

/* Navigation */
a.navi { display:block; text-align:left; padding-left:20px; padding-top:4px; padding-bottom:4px; text-decoration:none; margin-bottom:1px; -moz-opacity:.8; filter:Alpha(opacity=80); }
a.navi:link    { color:#333333; background-image:url(img/button.gif); }
a.navi:visited { color:#333333; background-image:url(img/button.gif); }
a.navi:hover   { color:#FF6600; background-image:url(img/button_mo.gif); }

/* Navigation, ausgewählt*/
a.navi_on { display:block; text-align:left; font-weight:bold; padding-left:20px; padding-top:4px; padding-bottom:4px; text-decoration:none; margin-bottom:1px; filter:Alpha(opacity=80); -moz-opacity:.8; }
a.navi_on:link    { color:#ff6600; background-image:url(img/button_mo.gif);}
a.navi_on:visited { color:#ff6600; background-image:url(img/button_mo.gif);}
a.navi_on:hover   { color:#333333; background-image:url(img/button.gif);}

/* Links */
A:link { color:#ff6600; text-decoration: none;}
A:active { color: #ff6600; text-decoration: none;}
A:visited { color: #ff6600; text-decoration: none;}
A:hover { color:#333333; text-decoration: none;}
 
/* footer */
A.footer:link { color: #ffffff; text-decoration: none; font-size: 10px; font-weight:bold;}
A.footer:visited { color: #ffffff; text-decoration: none; font-size: 10px; font-weight:bold; }
A.footer:hover { color:#CCCCCC; text-decoration: none; font-size: 10px; font-weight:bold; }