﻿body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: smaller;
    color: #808080;
    
}
.smallHeader
{
    font-size:x-small;
    font-family: Arial, Helvetica, sans-serif;
}

.dottedLine
{
    border-bottom: black 1px dotted;
}
A
{
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color:DarkRed;
}
A:hover
{
    text-decoration: underline;
}

  
  
textarea,
input,
select 
{
    margin:3px;
    border: 1px #888888 solid;
    
}

textarea 
{
    padding: 3px;
}

input,
select 
{
}

input,
option 
{
    padding: 0px 3px;
    
}

input[type=checkbox] 
{
    padding:3px;
    background:none;
    border:0px;
    margin: 3px;
}

/* runder Rahmen */
.tigerTL {
  background-image: url('../images/boxleft.gif');
}

.tigerTC {
  background-image: url('../images/boxup.gif');
  background-repeat: repeat-x
}


.tigerTC {
  padding-top: 10px;
}

.tigerTR {
  background-image: url('../images/boxthingright.gif');
  font-size: 4px
}
  
.tigerBL {
  background-image: url('../images/boxthing.gif');
  font-size: 4px
}

.tigerBC {
  background-image: url('../images/boxdown.gif');
  background-repeat: repeat-x;
  font-size: 4px
}
  
.tigerBR {
  background-image: url('../images/boxroundright.gif');
  font-size: 4px
}
.greyLink
{
    color: gray;
    text-decoration: underline;
}

.masterBG
{
    background-image: url('../images/bg3.jpg');
    height: 106px;
}
