#-------------------------------------------------------------------------------
#  FILE         : source/style.css
#  PROJECT      : www.tio-erlangen.de
#
#  VERSION      : 2.0
#
#  DESCRIPTION  : Main stylesheet for whole project
#
#  AUTHOR       : Dirk Irler [irler@tio-erlangen.de]
#
#  CREATED      : 2007/02/01
#  LASTCHANGE   : 2007/02/01          
#
#-------------------------------------------------------------------------------

a.menu:active  {  text-decoration: none; font-weight:bold; color:#303059; }
a.menu:link   {  text-decoration: none; font-weight:bold; color:#303059; }
a.menu:visited {  text-decoration: none; font-weight:bold; color:#303059; }
a.menu:hover  {  text-decoration: none; font-weight:bold; color:#C40A0A; }

a.submenu:active  {  text-decoration: none; color:#D8D8E0; }
a.submenu:link   {  text-decoration: none; color:#D8D8E0; }
a.submenu:visited {  text-decoration: none; color:#D8D8E0; }
a.submenu:hover  {  text-decoration: none; color:#9C9CA5; }

a.subact:active  {  text-decoration: none; color:#EE2222; }
a.subact:link   {  text-decoration: none; color:#EE2222; }
a.subact:visited {  text-decoration: none; color:#EE2222; }
a.subact:hover  {  text-decoration: none; color:#9C9CA5; }

a.main:active  {  text-decoration: none; font-weight:bold; color:#A62828; }
a.main:link   {  text-decoration: none; font-weight:bold; color:#A62828; }
a.main:visited {  text-decoration: none; font-weight:bold; color:#A62828; }
a.main:hover  {  text-decoration: none; font-weight:bold; color:#EE2222; }


table { 
 border-width:0px;
 border-style:solid;
 border-collapse:collapse;
 padding:0px;
 margin:0px;
}

td { 
 font-family: Arial; 
 font-size:10pt;
 padding:0px;
}

th { 
 font-family: Arial; 
 font-size:10pt;
 padding:0px;
 background-color:#31305A;
 font-weight:bold;
 color:#FDE8CF;
 padding-left:10px;
 padding-right:10px;
 padding-top:3px;
 padding-bottom:6px;
 margin:3px;
}

td.submenu { 
 font-family: Arial; 
 font-size:10pt;
 text-align:center;
 color:#FDE8CF;
}

td.sub_active { 
 font-family: Arial; 
 font-size:10pt;
 background-color:#A8A7B9;
 font-weight:bold;
 text-align:center;
 color:#FDE8CF;
 padding-left:10px;
 padding-right:10px;
 padding-top:3px;
 padding-bottom:3px;
 border-width:5px;
 border-style:solid;
 border-color:#D8D8E0;
}

table.blind { 
 border-width:0px;
 border-style:solid;
 border-collapse:collapse;
 padding:0px;
 margin:0px;
}

td.blind {
 background-color:#3C4879;
 vertical-align:top;
}

table.menu { 
 border-width:1px;
 border-style:solid;
 border-collapse:collapse;
 margin:0px;
}

td.menu {
 background-color:#FEF2BE;
 vertical-align:top;
 padding:8px;
 font-family: Arial; 
 font-size:8pt;
}

td.big {
 background-color:#FEF2BE;
 vertical-align:top;
 padding:8px;
 font-family: Arial; 
 font-size:36pt;
}

table.main { 
 border-width:1px;
 border-style:solid;
 margin:0px;
}

td.main {
 background-color:#FDEA96;
 vertical-align:top;
 padding:10px;
 border-width:1px;
 border-style:solid;
 border-color:#000000;
}

ul {
 color:#303059;
 font-family: Arial;
 list-style-type:square;
}

li {
 font-family: Arial;
 list-style-type:square
}

img {
 border-width:0px;
 border-style:solid;
 border-color:#000000;
}

body.mainframe {
background-color:#D8D8E0;
font-family: Arial;
font-size:10pt;
}

body {
background-color:#FDE8CF;
font-family: Arial;
font-size:10pt;
}
