/* neue externe css-Datei für Hundeschule */
/* für CSS 2.1 */
body {
 margin: 0;
 padding: 0;
 font-family: Arial, Helvetica, Sans Serif;
 font-size: 8pt;
 color: black;
 background-color: white;
}
h1 {
 font-size: 16pt;
}
#Kopfzeile {
/*background-color: #658B62; */
background-image: url(pics/hintergr1.gif);
border-bottom: 1px solid #333;
height: 95px;
}
#linkespalte {
background-color:white;
float: left;
width: 200px;
height: 70%;
margin-left: 1em;
padding-right: 1em;
padding-top: 3em;
padding-bottom: 1em;
/*border-right: 1px solid #333; */
}
#rechtespalte {
top: 110px;
width:160px;
float: right;
margin-right: 1em;
margin-left: 1em;
padding-top: 2em;
padding-bottom: 1em;
}
#Fusszeile {
clear: both;
background-image: url(pics/hintergr1.gif);
padding-bottom: 0 em;
border-top: 1px solid #333;
position:absolute;
width: 100%;
left: 0px;
bottom: 0px;
 color: #F7F7F7;
text-align: center;
 font-size: 9pt;
align: middle;
}
#Fusszeiletext {
background-image: url(pics/hintergr1.gif);
/*background-color: #658B62;*/
position:relative;
padding-bottom: 0 em;
border-top: 1px solid #333;
width: 100%;
left: 0px;
bottom: 0px;
text-align: center;
align: middle;
}
#mitte {
position:absolute;
 top: 160px;
 left: 200px;
 right : 200px
}
#auswahl {
 font-family: Arial, Helvetica, Sans Serif;
 font-size: 9pt;
 font-weight: normal;
 text-align: left;
 background-color: #666;
 padding: 1em;
 border-bottom: 1px solid #333;
 color: white;
}

#Fusszeile a {
 color: #F7F7F7;
 text-decoration: none;

}
#Fusszeile a:hover {
 color: #F7F7F7;
 text-decoration: underline;
}
p.fuss {
 color: #F7F7F7;
 text-decoration: none;
 font-size : 8pt;
}
h3 {
 color: white;
}
h2 {
 font-size: 12pt;
 color: #484848;
}
p, td {
 font-family: Arial, Helvetica, Sans Serif;
 font-size: 10pt;
 color: #484848;
 text-align: left;
 line-height: 14pt;
}
p.block {
 text-align: justify;
}

ul {
 font-family: Arial, Helvetica, Sans Serif;
 font-size: 9pt;
 font-weight: 600;
 color: #42523E;
 text-decoration: none;
 line-height: 14pt;
 margin: 0 0 0 0;
}
li {
 font-family: Arial, Helvetica, Sans Serif;
 font-size: 9pt;
 font-weight: 600;
 color: #42523E;
 text-decoration: none;
 line-height: 14pt;
 margin: 0 0 0 0px;
}

li.reg {
font-weight : 100;
color : black;
}
p.fett {
 font-weight: 700;
}
p.cefett {
 font-weight: 700;
 text-align : center;
}
p.fuss {
 color: #FCFFFB;
 font-weight: 700;
}
p.rfett {
 color: red;
 font-weight: 400;
}
p.yfett {
 color: #FDDF39;
 font-weight: 700;
}
p.mark {
 font-size: 8pt;
 font-weight: 700;
 text-align: center;
 background-color: #666;
 color: #F0F0F0;
}
p.right {
 font-size: 8pt;
 text-align: right;
}
a.white {
 color: white;
}
table {
 border-color: black;
 border: 1px;
 padding: 6px;
 spacing: 0px;
 font-family: Arial, Helvetica, Sans Serif;
 font-size: 9pt;
 height: 100%;
 width: 100%;
}
th {
 text-align: left;
 padding: 0.7em 0.7em 0.7em 0.7em;
 font-family: Arial, Helvetica, Verdana, sans-serif;
 font-size: 8pt;
 font-weight: 700;
 color: white;
 background-color: #666;
}
/* zuletzt geändert am 13.5.2006 */