/*
###############################################################
 INTERNET Studio-Isser
 Components: Website-Applikations
 Copyright (c) 2002, INTERNET Studio-Isser, Austria
 http://www.studio-isser.com/legal/version1_0.html
 This disclaimer must not be removed or changed!
 Use or modification even of parts of the program needs the
 permission of the generator. Contact: service@studio-isser.com
 Last Modification: 20.10.2002
###############################################################
*/

BODY
{
  scrollbar-3dlight-color:#FF9900;
  scrollbar-arrow-color:#909090;
  scrollbar-base-color:#FF9900;
  scrollbar-darkshadow-color:#909090;
  scrollbar-face-color:#FF9900;
  scrollbar-highlight-color:#FF9900;
  scrollbar-shadow-color:#909090;
  background-color: #FF9900;
  background-repeat: no-repeat;
  background-position: top center;
/*  scrollbar: auto; */
}

BODY.content
{
  scrollbar-3dlight-color:#CCCCCC;
  scrollbar-arrow-color:#FF9900;
  scrollbar-base-color:#CCCCCC;
  scrollbar-darkshadow-color:#FF9900;
  scrollbar-face-color:#CCCCCC;
  scrollbar-highlight-color:#CCCCCC;
  scrollbar-shadow-color:#FF9900;
  background-color: #CCCCCC;
  background-repeat: no-repeat;
  background-position: top center;
/*  scrollbar: auto; */
}

BODY.studio
{
  scrollbar-3dlight-color:#FFFFFF;
  scrollbar-arrow-color:#666666;
  scrollbar-base-color:#FFFFFF;
  scrollbar-darkshadow-color:#666666;
  scrollbar-face-color:#FFFFFF;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-shadow-color:#666666;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: top center;
/*  scrollbar: auto; */
}

p, li, dd, dt, ul, td, dl
{
  font-family:Arial,Helvetica,sans-serif;
  font-size:13px;
  color:#000000
}

.midbig
{
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:18px;
  color:#000000;
}

.headline
{
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:21px;
  color:#000000;
  font-weight:bold;
}

.bold
{
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:13px;
  color:#000000;
  font-weight:bold;
}

.bigbold
{
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size:30px;
  color:#000000;
  font-weight:bold;
  letter-spacing: 2px;
}

.midbigbold
{
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size:18px;
  color:#000000;
  font-weight:bold;
}

.bigger
{
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:14px;
  color:#000000;
}

.biggerbold
{
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:14px;
  color:#000000;
  font-weight:bold;
}

.main
{
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:13px;
  color:#000000;
}

.midbighome
{
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size:18px;
  color:#000000;
  font-weight:bold;
}

.texthome
{
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size:13px;
  color:#000000;
  font-weight:bold;
}

.small
{
  font-family:Arial,Helvetica,sans-serif;
  font-size:10px;
  color:#000000;
}

.smallmain
{
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:10px;
  color:#000000;
}

.smallhome
{
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:10px;
  color:#000000;
  font-weight:bold;
  padding-top:5px;
  padding-bottom:1px;
}

.smallhometext
{
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:10px;
  color:#000000;
  font-weight:bold;
}

li.lines
{
  font-family:Arial,Helvetica,sans-serif;
  font-size:13px;
  color:#000000;
  list-style-type:circle;
  list-style-position:outside;
  padding-top:8px;
  margin-left:-24px;
}

td.navhome
{
  font-family: Arial,Helvetica,sans-serif;
  font-size:13px;
  font-weight:bold;
  background-color: #999999;
  text-align:center;
}

td.navstudio
{
  font-family: Arial,Helvetica,sans-serif;
  font-size:13px;
  font-weight:bold;
  background-color: #999999;
  text-align:center;
}

td.navcont
{
  font-family: Arial,Helvetica,sans-serif;
  font-size:13px;
  font-weight:bold;
  background-color: #FF9900;
  text-align:center;
}

.color
{
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size:13px;
  background-color: #FF9900;
}

.colorhome
{
  font-family: Arial,Helvetica,sans-serif;
  font-size:13px;
  background-color: #999999;
}

.colorcontent
{
  font-family: Arial,Helvetica,sans-serif;
  font-size:13px;
  background-color: #CCCCCC;
}

SPAN
{
  font-weight:bold;
}



/* ------------------------------------------------------------
   hyperlinks
   ------------------------------------------------------------ */

a.text:link
{
    color:#000000;
    text-decoration:none;
    font-weight:bold;
}

a.text:active
{
    color:#FF9900;
    text-decoration:underline;
    font-weight:bold;
}

a.text:visited
{
    color:#000000;
    text-decoration:none;
    font-weight:bold;
}

a.text:hover
{
    color:#FF9900;
    text-decoration:underline;
    font-weight:bold;
}

a.light:link
{
    color:#000000;
    text-decoration:none;
    font-weight:normal;
}

a.light:active
{
    color:#000000;
    text-decoration:underline;
    font-weight:normal;
}

a.light:visited
{
    color:#000000;
    text-decoration:none;
    font-weight:normal;
}

a.light:hover
{
    color:#000000;
    text-decoration:underline;
    font-weight:normal;
}

a.line:link
{
    color:#000000;
    text-decoration:underline;
    font-weight:normal;
}

a.line:active
{
    color:#000000;
    text-decoration:none;
    font-weight:normal;
}

a.line:visited
{
    color:#000000;
    text-decoration:underline;
    font-weight:normal;
}

a.line:hover
{
    color:#000000;
    text-decoration:none;
    font-weight:normal;
}

a.bold:link
{
    color:#000000;
    text-decoration:underline;
    font-weight:bold;
}

a.bold:active
{
    color:#000000;
    text-decoration:none;
    font-weight:bold;
}

a.bold:visited
{
    color:#000000;
    text-decoration:underline;
    font-weight:bold;
}

a.bold:hover
{
    color:#000000;
    text-decoration:none;
    font-weight:bold;
}

a:link
{
    color:#000000;
    text-decoration:none;
    font-weight:bold;
}

a:active
{
    color:#000000;
    text-decoration:underline;
    font-weight:bold;
}

a:visited
{
    color:#000000;
    text-decoration:none;
    font-weight:bold;
}

a:hover
{
    color:#000000;
    text-decoration:underline;
    font-weight:bold;
}
