﻿body {
	background-color: #f3736c;
	font-family: Arial,Geneva;
	color: #D0CFCF;
	font-size: 10pt;
	font-weight: normal;
	scrollbar-base-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #707070;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-face-color: #BFBFBF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	button-face: #707070;
	button-highlight: #FFFFFF;
	button-text: #000000;

}


b {
  font-weight: bold; 
}

a { 
  font-family: Arial,Geneva;
  font-size: 10pt;
  text-decoration: none;
}

/* 
Farben
Schwarz              #000000
Weiss                #FFFFFF
Korall hell          #F49091
Korall Hintergrund   #F3736C
Grau                 #D0CFCF
Oliv                 #DBC2A7
*/

h1 { 
	color: #ffffff;
}

h2 { 
	color: #ffffff;
}

h3 { 
	color: #D0CFCF;
}

th {
  text-align: left;
  font-family: Arial,Geneva;
  font-size: 10pt;
  font-weight: normal;
  color:333333; 
  background-color: #cccccc; 
  border-style:solid; 
  border-width: 1px;
  border-color:black;
  border-padding: 0px;
}

td {
  font-family: Arial,Geneva;
  font-size: 10pt;
  font-weight: normal; 
}

form {
  display: inline;
}

textarea { 
  font-family: Arial,Geneva;
  font-size: 8pt;
  font-weight: normal;
}

select {
  font-family: Arial,Geneva;
  font-size: 8pt;
  font-weight: normal;
}

option {
  font-family: Arial,Geneva;
  font-size: 8pt;
  font-weight: normal;
}


input {
  font-family: Arial,Geneva;
  font-size: 8pt;
  font-weight: normal;
}

button {
  font-family: Arial,Geneva;
  font-size: 8pt;
  font-weight: normal;
}

#img_height100
{
    width: auto;
    height: 100%;
}

.ipadr { text-align: left;
         background-color: #ffffff; 
}
.num { text-align: right; }
.high { background-color: #FFFFFF; }
.low  { background-color: #cccccc; }
.log  { background-color: #ffffff; }
.small { font-family: arial, helvetica, courier; font-size: 8pt; }
.radio  {
  margin-top:    2px;
  margin-bottom: 2px;
  text-align:    left;
  height: 12px;
  width: 115px;
  border-width:  0px;
  padding:       2px;
}

.button  {
  margin-top:    2px;
  margin-bottom: 2px;
  text-align:    center;
  height: 10px;
  width: 100px;
  border-width:  0px;
  padding:       2px;
}


a:link    { color: #DBC2A7; }
a:visited { color: #DBC2A7; }
a:active  { color: #DBC2A7; }
a:hover   { color: #DBC2A7; text-decoration: underline }
