/* Allgemeines */

a {
	   color: #000000;
}

a:active, a:focus {
       outline: none;
}

h1 {
        background-color: #ffed01;
        font-size: 20px;
}

/* Inhalt */

#content {
       font-family: Arial, Helvetica, sans-serif;
       font-size: 12px;
       padding-right: 10px;
}

#content ul {
margin-left: 0;
padding-left: 20px;
list-style-type: square;
list-style-position: outside;
}

/* Navigation */

#navcontainer { width: auto; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
}

#navcontainer a
{
display: block;
background-color: #ffed01;
border-bottom: 5px solid #ffffff;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
margin-left: 1px;
margin-right: 1px;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
text-decoration: none;
color: #000000;
}

#navcontainer a:link {
color: #000000;
text-decoration: none;
}

#navcontainer a:visited {
color: #000000;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #c6c6c6;;
color: #000000;
}

#navcontainer li a 
{
	width: auto;
}

#navcontainer li a.active
{
background-color: #c6c6c6;
color: #000000;
font-weight: bold;
}

#right_navtree {
font-size: 13px;
}

#right_navtree a {
text-decoration: none;
font-weight: bold;
color: #000000;
}

#sublev a {
font-size: 13px;
}

#sublev2 a {
font-size: 11px;
}

#sublev3 a {
font-size: 11px;
}

/* Fusszeile */
#footer {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
padding-right: 10px;
padding-left: 10px;
color: #000000;
}

#footer a {
text-decoration: none;
font-weight: bold;
color: #000000;
}

/* Bildergallerien */

.image {
margin-top: 10px;
margin-bottom: 10px;
}

.category_paging a {
font-size: 12px;
color: #000000;
}

.category_image {
margin-top: 20px;
}

.category_image a {
border: thick;
color: black;
}

.category_comment {
font-style: italic;
}

#show_image {
margin-top: 30px;
}

/* Sitemap */

#sitemap ul {
margin-left: 0px;
padding-left: 0px;
}

.sitemap_level_1 {
font-size: 14px;
list-style-type: none;
list-style-position: outside;
padding-top: 10px;
padding-bottom: 5px;
}

.sitemap_level_1 a {
text-decoration: none;
font-weight: bold;
}

.sitemap_level_2 {
font-size: 12px;
margin-left: 25px;
list-style-type: circle;
}

.sitemap_level_2 a {
text-decoration: none;
}

.sitemap_level_3 {
font-size: 12px;
margin-left: 50px;
list-style-type: disc;
}

.sitemap_level_3 a {
text-decoration: none;
}





/* Bilder Hintergrund Navigation und Fussleiste */


.image05 {
	background-image: url(images/image05.gif);
	background-repeat: no-repeat;
}

.image08{
	background-image: url(images/image08.gif);
	background-repeat: no-repeat;
}

.image11{
	background-image: url(images/image11.jpg);
	background-repeat: no-repeat;
}

.image12{
	background-image: url(images/image12.gif);
	background-repeat: no-repeat;
}

#bgnavi {
	background-image: url(images/bgnavi.gif);
	background-repeat: repeat-y;
}

.bgfoot {
	background-image: url(images/bgfoot.gif);
	background-repeat: repeat-x;
}



