/*
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;
color: #000;
}

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

h1 {
}

h2 {
}

h3 {
}

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

#header h1 a {
text-decoration: none;
color: #333 /*rgb(85,165,28)*/;
}

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

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

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

.linkcat h2 {
background-color: rgb(187,219,164);
color: #333 /*rgb(85,165,28)*/;
}

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

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

.description {
float: left;
font-size: 14px;
font-weight: bold;
color: #333 /*rgb(85,165,28)*/;
}

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

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

.post p {
}

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

p.postmetadata {
font-size: 10px;
text-align: center;
color: rgb(190,70,0);
}

.post small {
border-left: 1px solid rgb(190,70,0);
border-right: 1px solid rgb(190,70,0);
line-height: 20px;
color: rgb(190,70,0);
}

.post p.postmetadata small {
border-left: none;
border-right: none;
}

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(190,70,0) /*rgb(85,165,28)*/;
text-decoration: underline;
}

.entry a:hover {
color: #000 /*rgb(85,165,28)*/;
text-decoration: none;
}

.postmetadata a {
color: rgb(190,70,0);
text-decoration: underline;
}

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

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

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

.post-edit-link {
padding: 0px 10px;
font-size: 10px;
color: #333 /*rgb(85,165,28)*/;
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,0,0);
}

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

.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;
}

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










