/* BODY-STUFF */

body {
     /* color: #FF1111; -> $page->var2 */
    font-family: Tahoma, Verdana, Arial;
    /* background-color:#000000; -> $page->var1 */
  }


/* MAIN-TABLE */
table.main {
    /* color: #116622; */
    background-repeat: false;
    width:900px;
  }

table.inner {
    width:100%;
    height:100%;
    border:0;
  }

table.main td.main,td.menu,td.right {
    vertical-align:top;
    /* background-color: #000000; */
    vertical-align:top;
    /* color:#DD0000; */
    font-family: Verdana, Tahoma, Arial;
    font-size: 16px;
  }


/* MENÜ-ELEMENTE */

td.menu {
    /* background-color:#000000; -> $page->var1 */
  }

td.menuentry {
    /* background-color:#000000; -> $page->var1 */
    text-align:center;
    vertical-align:center;
    height:25px;
    /* color: #92FF38; -> $page->var2 */
  }


td.menuentry a,a:visited {
    /* color: #73C82C; */
    font-weight: bold;
    font-family: Tahoma;
    text-decoration:none;
  }

td.menuentry a:hover,a:active,a:focus {
    color: #FF0000;
    text-decoration:underline;
  }

td.menuentry a.submenu,a.submenu:visited {
    /* color: #73C82C; */
    font-weight: normal;
    font-family: Tahoma;
    font-size:12px;
    text-decoration: none;
  }

td.menuentry a.submenu:hover,a.submenu:active,a.submenu:focus {
    color: #FF00FF;
    font-weight: normal;
    text-decoration:underline;
  }


td.header {
    text-align:center;
    margin-top:0;
    padding-top:0;
    margin-bottom:0;
    padding-bottom:0;
    height:55;
  }

td.bottom {
    font-size:10px;
    color: #FFFFFF;
    font-family:Lucida Console;
    text-decoration:none;
 text-align: center;
  }

/* td.main Stuff: */
td.main {
   font-size:14px;
   font-family: Tahoma, Verdana, Arial ;
}
td.main h1,h2,h3,h4,h5,h6 {
    font-family: Tahoma, Verdana, Arial ;
  }

td.main h1 {
    text-align: center;
  }

td.main a,a:visited {
    font-weight: bold;
    text-decoration: none;
    font-family: Tahoma, Verdana, Arial ;
  }

td.main a:hover, a:active, a:focus {
    font-weight: bold;
    text-decoration:underline;
    font-family: Tahoma, Verdana, Arial ;
  }

table.intext td {
    vertical-align:top;
}

/* VERSCHIEDENE ABSÄTZE */
p.news {
    font-size: 10px;
  }

p.news i {
    font-size: 8px;
  }

p.news b {
    font-size: 10px;
  }

p.author {
   text-align:right;
   font-size:10px;
   font-style:italic;
}

/* NEW Cell-Classes for PNG-Borders */
/* colors are set in begin.tpl.php because they may change very soon *g* */
/* all 2s */
td.ou { width:20px; }
td.or { width:20px; height:20px; }
td.ol { width:20px; height:20px; }
td.ru { width:20px; height:20px; }
td.rl {             height:20px; }
td.ul { width:20px; height:20px; }
/* others */
td.oul { width:20px; height:20px; }
td.rul { width:20px; height:20px; }
td.oru { width:20px; height:20px; }

/* class for langmenu-div element: */
layer.langmenu {
 position:relative;
 top:5px;
 right:5px;
 float:right;
}

div.langhint {
 font-size:10px;
 color:red;
 text-align:right;
}

