/* stylesheets for hixmen v1.07 */

/* backgroundcolor for alle sites except the forum */
body
{
  margin-top:0px;          /* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
  margin-bottom:0px;        /* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
  background-color : #FFFFFF;    /* choose your favourite background-color*/
  scrollbar-face-color: #D1D1D1;
  scrollbar-shadow-color: #FFFFFF;
  scrollbar-highlight-color: #FFFFFF;
  scrollbar-3dlight-color: #FFFFFF;
  scrollbar-darkshadow-color: #FFFFFF;
  scrollbar-track-color:#FFFFFF;
  scrollbar-arrow-color: #808080;
}

hr
{
	color:#C0C0C0;
}

/* layout of the tables */
td
{
  font-family:Verdana,Arial,sans-serif;    /* font style */
  border-width:1pt;            /* border size*/
  border-style:solid;            /* border style*/
  border-color:#C0C0C0;          /* border color*/
  background-color: #BED2F5;      /* background color of the tables */ /*F2F2F2*/
  line-height : 13px;            /* line height*/
  font-size:8pt;            /* font size */
}

td.menue
{
/* Hintergrundfarbe der Buttons im Menue, muss Übereinstimmen mit RGB-Wert in top.php Zeile 32 */
  font-family:Verdana,Arial,sans-serif;    /* font style */
  border-width:1pt;            /* border size*/
  border-style:solid;            /* border style*/
  border-color:#C0C0C0;          /* border color*/
  background-color: #BED2F5;      /* background color of the tables */ /*FFFFE0*/
  line-height : 15px;            /* line height*/
  font-size:10pt;            /* font size */
}

td.active
{
  border-color:#CC672A;          /* border color*/
  background-color:#FEEFAA;      /* background color of the tables */ /*F2F2F2*/
}

td.blanko
{
  border-width:0pt;            /* border size*/
  background-color:#E6F0FF;
}

td.big
{
  font-family:Verdana,Arial,sans-serif;    /* font style */
  border-width:1pt;            /* border size*/
  border-style:solid;            /* border style*/
  border-color:#C0C0C0;          /* border color*/
  background-color: #BED2F5;      /* background color of the tables */ /*F2F2F2*/
  line-height : 16px;            /* line height*/
  font-size:10pt;            /* font size */
  font-weight:bolder;
}

/* filesharing: two colors to change the row design */
td.innerTrans
{
  font-family:Verdana,Arial,sans-serif;    /* font style */
  line-height : 13px;            /* line height*/
  font-size:8pt;            /* font size */
  border-width:0pt;
  background-color: #FFFFFF;    /* first color, normally white*/
}

td.white
{
  font-family:Verdana,Arial,sans-serif;    /* font style */
  line-height : 13px;            /* line height*/
  font-size:10px;            /* font size */
  border-width:1pt;
  background-color: #FFFFFF;    /* first color, normally white*/
  border-color:#C0C0C0;
}

td.grey
{
  font-family:Verdana,Arial,sans-serif;    /* font style */
  line-height : 13px;            /* line height*/
  font-size:8pt;            /* font size */
  border-width:1pt;
  background-color:#E6F0FF; /* #efefef */
  border-color:#C0C0C0;
}

td.innerColor
{
  font-family:Verdana,Arial,sans-serif;    /* font style */
  line-height : 13px;            /* line height*/
  font-size:8pt;            /* font size */
  border-width:0pt;
  background-color:#BED2F5;     /* second color -> standard color FFFFE2 */
}

/* faq: text area */
td.faqColor
{
  font-family:Verdana,Arial,sans-serif;    /* font style */
  line-height : 13px;            /* line height*/
  font-size:8pt;            /* font size */
  border-width:0pt;
  background-color:#FFFFFF;     /*standard color is white */
}


/* style of the links and behaviour */
a:link { color:#000000; text-decoration:none; }
a:visited { color:#000000; text-decoration:none; }
a:active { color:#000000; text-decoration:none; }
a:hover { color:#000000; text-decoration:underline; }

a.admin:link { color: Gray; text-decoration:none; }
a.admin:visited { color:Gray; text-decoration:none; }
a.admin:active { color:Gray; text-decoration:none; }
a.admin:hover { color:Gray; text-decoration:none; }

a.menue:link { color:#000000; text-decoration:none; }   /* CC672A a:link = links NOT visited */ /*651D01*/
a.menue:visited { color:#000000; text-decoration:none; }   /* 651D01 a:visited = links ALREADY visited */
a.menue:active { color:#000000; text-decoration:none; }   /* 651D01 a:active = links onclick */
a.menue:hover { color:#000000; text-decoration:none; }  /* 651D01 a:hover = links onmouseover*/


/* layout for the input fields and the buttons --- you should not change this */
.go
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #202020;
    height:20px;
    width:20px;
    border:1 px;
	background-color: #FFFFFF;
    border-color:#C0C0C0;
    border-style:solid;
}

.log
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: Gray;
	height:15px;
	width:35px;
	border:1 px;
	border-color:#C0C0C0;
	border-style:solid;
}

.button
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #202020;
    border:1px;
	background-color: #D1D1D1;
    border-color:#C0C0C0;
    border-style:solid;
}

select.bereich
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #202020;
	width: 110px;
    border:1px;
    border-color:#C0C0C0;
    border-style:solid;
}

input.bereich
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #202020;
	border:1px;
    border-color:#C0C0C0;
    border-style:solid;
}

textarea.bereich {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #202020;
	border:1px;
    border-color:#C0C0C0;
    border-style:solid;
	scrollbar-face-color: #FFFFFF;
	scrollbar-track-color:#FFFFFF;
}
