/* Tabellen */
td{
font-family: arial;
font-size: 12px;
line-height: 20px;
}

/* Überschriften */
h1{
font-family: arial;
font-size: 16px;
color: #B20826;
}

h2{
font-family: arial;
font-size: 12px;
color: #B20826;
}

/* Links */
a{
color: #B20826;
text-decoration: underline;
}

a:hover{
color: #B20826;
text-decoration: none;
}

a.headnav{
font-size: 10px;
color: #ffffff;
text-decoration: none;
}

a.headnav:hover{
font-size: 10px;
color: #B20826;
text-decoration: none;
}

/* Formulare */

input{
font-family : arial;
font-size: 12px;
background-color: #ffffff;
border: #B20826;
border-style: solid;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
text-align: left;
}

textarea{
font-family: arial;
font-size: 12px;
background-color: #ffffff;
border: #B20826;
border-style: solid;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
}

select {
font-family : arial;
list-style-type: square;
color : #000000;
font-size : 12px;
}

option{
font-weight: normal;
}
