/*
typography.css
regelt alles bezueglich der Schriftzeichen
*/

#dateikontrolle {
display: none;
}

/*--------------------------------------------------------------*/

body {
font-family: Lucida Grande, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 25px;
text-align: left;
}

/*--------------------------------------------------------------*/

h1 {
}

h2 {
}

h3 {
}

#header h1 {
float: left;
margin: 0px;
padding: 0px;
font-size: 14px;
line-height: 25px;
}

#header h1 a {
text-decoration: none;
color: rgb(90,20,5);
}

.post h2 {
margin: 0px;
padding: 0px 10px;
font-size: 12px;
line-height: 25px;
color: #fff;
background-color: rgb(90,20,5);
}

.post h2 a {
color: #fff;
text-decoration: underline;
}

.post h2 a:hover {
text-decoration: none;
}

.linkcat h2 {
background-color: rgb(189,161,155);
color: rgb(90,20,5);
}

.entry h4 {
margin: 0px;
font-size: 12px;
line-height: 25px;
}

/*--------------------------------------------------------------*/

.description {
float: left;
font-size: 14px;
font-weight: bold;
color: rgb(90,20,5);
}

/*--------------------------------------------------------------*/

p {
margin: 0px;
padding: 0px;
}

.post p {
}

.entry p {
margin: 0px 0px 0px 0px;
padding-bottom: 10px;
}

p.postmetadata {
font-size: 10px;
color: rgb(90,20,5);
}

.post small {
line-height: 20px;
color: rgb(90,20,5);
}

p.wp-caption-text {
padding: 0px 5px;
font-size: 10px;
font-style: italic;
}

p.nocomments {
display: none;
padding: 0px 10px;
}

/*--------------------------------------------------------------*/

ul {
margin: 0px;
padding: 0px;
list-style-type: none;
}

ol {
margin: 0px;
padding: 0px;
}

li {
margin: 0px;
padding: 0px;
}

.entry ul {
margin: 0px 15px 10px 15px;
}

.entry li {
list-style-type: square;
}

/*--------------------------------------------------------------*/

a {
text-decoration: underline;
}

a:hover {
text-decoration: none;
}

.entry a {
color: rgb(90,20,5);
text-decoration: underline;
}

.entry a:hover {
color: rgb(90,20,5);
text-decoration: none;
}

.postmetadata a {
color: rgb(90,20,5);
text-decoration: underline;
}

.postmetadata a:hover {
color: #fff;
text-decoration: none;
}

.entry li a {
text-decoration: none;
}

.entry li a:hover {
text-decoration: underline;
}

.post-edit-link {
padding: 0px 10px;
font-size: 10px;
color: rgb(90,20,5);
text-decoration: none;
}

.post-edit-link:hover {
color: #fff;
text-decoration: none;
}

.postmetadata .post-edit-link {
padding: 0px 0px;
}

/*--------------------------------------------------------------*/

.entry ul#links {
margin: 0px;

}

.entry ul#links ul {
margin:0px 0px 10px 0px;
}

.entry ul#links li {
margin: 0px;
padding: 0px;
list-style-type: none;
}

.entry ul#links li ul li {
padding: 0px 10px;
}

ul#links h2 {
}

.linkcat h2 {
margin-top: 0px;
}

/*--------------------------------------------------------------*/

div.navigation {
font-size: 10px;
line-height: 20px;
color: rgb(90,20,5);
}

div.navigation a {
color: rgb(90,20,5);
}

.alignleft a {
text-decoration: none;
}

.alignright a {
text-decoration: none;
}

/*--------------------------------------------------------------*/

#footer p {
font-size: 10px;
line-height: 20px;
text-align: center;
color: #fff;
}

#footer a {
color: #fff;
text-decoration: underline;
}

#footer a:hover {
text-decoration: none;
}

/*--------------------------------------------------------------*/

#footer div.shortlinks {
text-align: center;
color: #fff;
}

/*--------------------------------------------------------------*/

/*
Tabellenformatierung fuer Teilnehmer
*/

#wettkampf_teilnehmer {
border-collapse: collapse;
border: 1px solid #333;
}

#wettkampf_teilnehmer td {
padding: 2px;
border: 1px solid #666;
}

#wettkampf_teilnehmer .nr {
width: 20px;
}

#wettkampf_teilnehmer .name {
width: 150px;
}

#wettkampf_teilnehmer .vorname {
width: 150px;
}

#wettkampf_teilnehmer .lk {
width: 20px;
}

#wettkampf_teilnehmer .hund {
width: 150px;
}

#wettkampf_teilnehmer .ort {
width: 150px;
}

#wettkampf_teilnehmer .plz {
width: 50px;

}

/*--------------------------------------------------------------*/

/*
Tabellenformatierung fuer Ergebnisse
*/

.wettkampf_teilnehmer {
width: 100%;
border-collapse: collapse;
border: 1px solid #333;
}

.wettkampf_teilnehmer td {
padding: 2px;
border: 1px solid #333;
line-height: 20px;
text-align: center;
vertical-align: middle;
}
















