@import url("button.css");

BODY
{
	FONT-SIZE: 11px;
	COLOR: #C0D0C0;
	FONT-FAMILY: Verdana, Arial;
	BACKGROUND-COLOR: #333333;
	background-image:url(/design/ghost/bg_fill.gif);
}
A
{
    COLOR: #C0C0C0;
    TEXT-DECORATION: none
}
A:visited {
    COLOR: #C0C0C0;
    TEXT-DECORATION: none
}
a:hover, a:focus {
    COLOR: #F27701;
}
.text_bold
{
	FONT-WEIGHT: bolder;
	color: #333333;text-decoration: none;
}
.button
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 10px;
    CURSOR: hand;
    COLOR: #505050;
    FONT-FAMILY: Verdana
}
.input
{
    BACKGROUND-COLOR: #cccccc
}
.text
{
    FONT-SIZE: 12px
}
INPUT
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 10px;
    COLOR: #555555;
    FONT-FAMILY: Verdana, Arial
}
TABLE
{
    FONT-SIZE: 13px
}

table.main {
	BACKGROUND-COLOR: #333333;

	border-width:1px;
	border-style:solid;
	border-color:#A0A0A0;
}


#navcontainer {
text-decoration: none;
}

#navcontainer a {display: block;
   width: 100px;height: 26px;
   font: normal 12px/22px Verdana, Arial, 
   Helvetica, sans-serif;
}

#navcontainer  a:link, #navcontainer  a:visited {
  background: url(/design/ghost/button_100x26.gif);
  color: #333333;text-decoration: none;
  text-align:center;
  padding-bottom: 0;}

#navcontainer a:hover {
  background: url(/design/ghost/button_100x26_hover.gif) 
  /* hier wird das Image verschoben */
  0px -0px no-repeat; 
  text-decoration: none;
  text-align:center;}

#navcontainer a#current {
  background: url(/design/ghost/button_100x26_hover.gif)
   /* hier wird das Image verschoben */ 
  0px -0px no-repeat;
  color: #fff;text-decoration: none;}


a.menu {
	display: block;
	width: 100%;
	height: auto;
	COLOR: #C0D0C0;
	TEXT-DECORATION: none;
}
a:link.menu, a:visited.menu {
	COLOR: #C0D0C0;
	TEXT-DECORATION: none;
}
a:hover.menu, a:focus.menu {
	COLOR: #F27701;
	TEXT-DECORATION: none;
	BACKGROUND-COLOR: #181818;
}
a:active.menu {
	COLOR: #F27701;
	TEXT-DECORATION: none;
	BACKGROUND-COLOR: #181818;
}



table.contentbox {
	BACKGROUND-COLOR: #2a2a2a;
	FONT-SIZE: 11px;

	border-width:1px;
	border-style:solid;
	border-color:#A0A0A0;
}
table.contentbox_frameless {
	BACKGROUND-COLOR: #2a2a2a;
	FONT-SIZE: 11px;

	border-width:0px;
}
.contentbox_header {
	BACKGROUND-COLOR: #222222;
	font-weight:bold;
}

a.inactive {
	display: block;
	width: 100%;
	height: auto;
	COLOR: #C0D0C0;
	TEXT-DECORATION: none;
}
a:link.inactive, a:visited.inactive {
	COLOR: #C0D0C0;
	TEXT-DECORATION: none;
}
a:hover.inactive, a:focus.inactive {
	COLOR: #F27701;
	TEXT-DECORATION: none;
	BACKGROUND-COLOR: #181818;
}
a:active.inactive {
	COLOR: #F27701;
	TEXT-DECORATION: none;
	BACKGROUND-COLOR: #181818;
}
.contentbox_row0 {
	BACKGROUND-COLOR: #2a2a2a;
}
.contentbox_row1 {
	BACKGROUND-COLOR: #2f2f2f;
}



.entrycount {
	color: #6f6f6f;
	font-size: 8pt;
	font-weight: normal;
}
h1 {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h2 {
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin: 2px 2px 0 0;
	padding: 5px 0 0 0;
}

h3 {
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin: 5px 5px 0;
	padding: 10px 0 5px 0;
	border-bottom: 1px solid #f7efee;
}

