a:link { color: #0A50A1; }    /* noch nicht besuchte Ziele */
a:visited { color: #888888; } /* besuchte Ziele */
a:hover { color: #F41284; }   /* Verweise bei "MouseOver" */
a:active { color: #0A50A1; }  /* Angeklickte Verweise */
a:focus { color: #0A50A1; }   /* Verweise, die Fokus erhalten */

table {
   /*font-family: Helvetica,Arial,sans-serif;*/
   /*font-size: 0.90em;*/
   /*color: #333333;*/
}

pre { /*font-family: monospace;*/ }

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

h1 { font-size: 1.45em; margin: 0.55em 0; }
h2 { font-size: 1.35em; margin: 0.50em 0; }
h3 { font-size: 1.25em; margin: 0.45em 0; }
h4 { font-size: 1.15em; margin: 0.40em 0; }
h5 { font-size: 1.05em; margin: 0.35em 0; }
h6 { font-size: 0.95em; margin: 0.30em 0; }

img { border:0; }

hr { color: #0A50A1; background-color: #0A50A1; }

.block { overflow:hidden; display: block; }
.clear { height: 0.1px; overflow: hidden; font-size: 0.1px; line-height: 0.1px; clear: both; }
.invisible {width: 0px; height: 0px; left: -100px; position: absolute; overflow: hidden; display: inline; }

.hooklist { margin: 0 0 10px 0; padding: 0; list-style-position: outside; list-style-type: none; }
.hooklist li {background-image: url(../pic/hook.gif); background-repeat: no-repeat; background-position: 0 0.4em; padding-left: 20px;}
.simplelist { list-style-type: none; }
ol { margin: 0 -1 10px -1; padding: 0 -1 0 -1; list-style-position: outside; list-sytle-type: decimal; }

.caption { text-align: left; font-size: 0.85em; }

.imagezoom {
   left: -29px;
   top: 15px;
   position: relative;
   vertical-align: bottom;
}

.imagecenter {
   margin: 0 auto;
   text-align: center;
}

.mod_breadcrumb {
   font-size: 0.8em;
   font-weight: bold;
   color: #0A50A1;
   text-decoration: none;
}
.mod_breadcrumb a:visited { color: #0A50A1; }

.mod_navigationSub {
   margin: 0;
   padding: 0;
}
.mod_navigationSub .level_1 {
   margin: 0;
   padding: 0 0 0 1px;
   list-style-position: outside;
   list-style-type: none;
}
.mod_navigationSub .level_2 {
   margin: 0;
   padding: 0 0 0 1em;
   list-style-position: outside;
   list-style-type: none;
}
.mod_navigationSub .level_3 {
   margin: 0;
   padding: 0 0 0 1em;
   list-style-position: outside;
   list-style-type: none;
}
.mod_navigationSub p { margin: 0; }
.mod_navigationSub a:visited { color: #0A50A1; }
.mod_navigationSub a.trail {
   color: #888888;
}
.mod_navigationSub p.active {
   color: #F41284;
   font-weight: bold;
}
.mod_navigationSub a {
   text-decoration: none;
}

a.autolink {
   text-decoration: none;
   color: #333333;
}
a:hover.autolink { color: #F41284; }
a:visited.autolink { color: #333333; } /* IE 6 */
.tool-tip {
   background-color: #58FA58;
}
.tool-title {
   text-align: center;
   font-weight: bold;
}
.tool-text {
   text-align: left;
}

blockquote {
   border-top: 3px solid #F3C600;
   border-bottom: 3px solid #F3C600;
   background: #FFF9DF none repeat scroll 0 0;
   margin: 0;
   padding: 1em 1em 0;
}

.info {
   font-size: 0.8em;
   font-style: italic;
   color: #888888;
}

.mod_newslist .layout_short {
   border-bottom: 1px solid #0A50A1;
}
.layout_short h2 {
   font-size: 0.9em;
}
.mod_newsmenu ul {
   list-style-type: none;
   margin: 0;
   padding: 0;
}

/* Sitesearch */
#suche {

}
.relevance {
   font-size: small;
   color: #0A50A1;
}
.highlight {
   color: #F41284;
   font-weight: bold;
   font-style: italic;
}
p.url {
   font-size: 0.8em;
   font-style: italic;
   color: #888888;
}

.pagination ul {
   margin: 0;
   padding: 0;
   /*list-style-position: outside;*/
   /*list-style-type: none;*/
}
.pagination li {
   list-style: none outside none;
   display: inline;
   padding: 0;
   margin-left: 0.1em;

}
.pagination a {
   color: #0A50A1;
}
.current {
   font-weight: bold;
   color: #F41284;
}

/* Sitemap */
.mod_sitemap ul {
   list-style-type: none;
   list-style-position: outside;
}
.mod_sitemap li {
   list-style-type: none;
   list-style-position: outside;
   background-image: url(../pic/level.gif);
   background-repeat: no-repeat;
   background-position: 0 0.3em;
   padding-left: 20px;  
}
.mod_sitemap li.submenu {
   background-image: url(../pic/level_up.gif);
}