body{
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 15px;
}

td.hauptfenster{
padding-left:15px;
line-height: 20px;
text-align: justify;
}

table{
border-collapse: collapse;
text-align: left;
}

tr{
vertical-align: top;
}

td.team:hover{
background-color: #DFDFDF;
}


a{
color: #000000;
text-decoration: none;
}

a.extern{
color: #3F3F3F;
text-decoration: none;
}

a.extern:hover{
text-decoration: underline;
}


/*navi*/

tr.navi_g{
vertical-align: middle;
height: 25px;
}

tr.navi_k td{
padding-right: 5px;
}

tr.navi_k:hover, tr.navi_g:hover{
background-color: #DFDFDF;
}

a.navi{
display: block;
width: 100%;
color: #000000;
}

.navi:hover{
text-decoration: none;
}

.navi2{
display: block;
width: 100%;
color: #000000;
font-size: 10px;
text-align: right;
}

.navi2:hover{
text-decoration: none;
}

.loben{
border-top: 1px solid #000000;
}

.lunten{
border-bottom: 1px solid #000000;
}

.loben_unten{
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
}

/*Überschriften*/

h1{
font-size: 23px;
margin-bottom: 20px;
margin-top: 5px;
font-weight: normal;
}

h2{
font-size: 18px;
font-weight: normal;
display: inline
}

h3{
font-size: 17px;
font-weight: normal;
font-style: italic;
margin-bottom: 5px;
display: inline;
}

/*Aufzählung*/

ul{
list-style-type:square;
margin-top: 5px;
margin-bottom: 0px;
}

/*Formular */
input, textarea{
border: 1px solid #DFDFDF;
}

input:hover, textarea:hover{
background-image: none;
background-color: #DFDFDF;
}

input:focus, textarea:focus{
background-color: #EFEFEF;
}
