@charset "ISO-8859-1";

body
{
  font-family:Verdana;
  font-size:12px;
  color:#FFFFFF;

  height:800px;

  margin:0px;
  overflow:auto;

  background-color:#000000;
  background-image:url(../grafiken/bg.jpg);
  background-position:center top;
  background-repeat:no-repeat;
}

#window
{
  position:absolute;
  width:850px;
  height:800px;
  left:50%;
  top:0px;

  margin-left:-425px;
  margin-top:0px;
  overflow:hidden;

  font-family:Verdana;
  font-size:12px;
  color:#FFFFFF;

  background-color:transparent;
}

#header
{
  position:absolute;
  left:25px;
  top:78px;
  width:620px;
  height:20px;
  margin-left:0px;
  margin-top:0px;
  overflow:hidden;

  font-weight:bold;
  font-family:Verdana;
  font-size:12px;
  color:#FFFFFF;

  background-color:transparent;
}
#header table
{
  width:100%;
}
#header td
{
  font-weight:bold;
  font-family:Verdana;
  font-size:12px;
  text-align:center;
}


#menu
{
  position:absolute;
  left:40px;
  top:225px;
  width:145px;
  height:355px;
  max-width:150px;
  max-height:398px;
  margin-left:0px;
  margin-top:0px;
  overflow:hidden;

  font-family:Verdana;
  font-size:12px;
  color:#FFFFFF;
  font-weight:bold;
  text-transform:uppercase;

  background-color:transparent;
}


#login
{
  position:absolute;
  left:400px;
  top:109px;
  width:245px;
  height:38px;
  margin-left:0px;
  margin-top:0px;
  overflow:hidden;
  padding:0px;

  font-family:Verdana;
  font-size:12px;
  color:#FEC972;
}
#login .bg
{
  position:absolute;
  left:0px;
  top:0px;
  width:245px;
  height:38px;

  background-image:url(../grafiken/login.jpg);
  background-position:center top;
  background-repeat:no-repeat;
}
#login .a
{
  position:absolute;
  left:5px;
  top:2px;
  border:0px solid blue;
}
#login .b
{
  position:absolute;
  left:124px;
  top:3px;
  border:0px solid blue;
}
#login input
{
  font-size:10px;
  color:#FFFFFF;
  font-family:Verdana;

  width:116px;
  height:14px;

  border-width:0px;
  background-color:#8B3923;
}


#main
{
  position:absolute;
  left:202px;
  top:205px;
  width:537px;
  height:537px;
  max-width:594px;
  max-height:570px;
  margin-left:0px;
  margin-top:0px;
  overflow:scroll;
  padding:10px;


  font-family:Verdana;
  font-size:12px;
  color:#FFFFFF;

  background-color:transparent;
}
#main textarea
{
  width:440px;
  height:340px;

  font-family:Verdana;
  font-size:12px;
  color:#000000;
  background-color:#FFFFFF;
}
#main table
{
  border:0px solid #FEC972;
  border-top-width:1px;
  border-bottom-width:1px;
  padding:0px;
  margin:0px;
  border-spacing:0px;
  width:100%;

  border-collapse:collapse;
}
#main td
{
  border:0px solid #FEC972;
  border-top-width:1px;
  padding:2px;
}
#main .noborder
{
  border-width:0px;
}
#main table table
{
  border:0px solid black;
  padding:0px;
  margin:0px;
  border-spacing:5px
}
#main table table td
{
  border-width:0px;
}


#flash
{
  position:absolute;
  left:657px;
  top:-1px;
  width:192px;
  height:192px;

  margin:0px;
  padding:0px;
  overflow:hidden;
}


td
{
  vertical-align:top;
}

.error
{
  color:#FF0000;
}
.alert
{
  color:#FFFF00;
}

.a
{
  font-size:16px;
  font-weight:bold;
}
.b
{
  font-size:14px;
  font-weight:bold;
}
.c
{
  font-weight:bold;
}
.d
{
  font-size:10px;
}
.n
{
  font-size:12px;
}

a:link { color:#FEC972; text-decoration:none; }
a:visited { color:#FEC972; text-decoration:none; }
a:hover { color:#D4A350; text-decoration:underline; }
a:active { color:#D4A350; text-decoration:underline; }
a:focus { color:#FEC972; text-decoration:none; }

#header a:link { color:#FEC972; text-decoration:none; }
#header a:visited { color:#FEC972; text-decoration:none; }
#header a:hover { color:#D4A350; text-decoration:none; }
#header a:active { color:#D4A350; text-decoration:none; }
#header a:focus { color:#FEC972; text-decoration:none; }

#menu a:link { color:#FEC972; text-decoration:none; }
#menu a:visited { color:#FEC972; text-decoration:none; }
#menu a:hover { color:#D4A350; text-decoration:none; }
#menu a:active { color:#D4A350; text-decoration:none; }
#menu a:focus { color:#FEC972; text-decoration:none; }
