@charset "utf-8";

/* Copyrights by IA-Schatz.com */

*{ margin: 0;  padding: 0; }

html, body {
         margin: 0;
         padding: 0;
         background-color: #fff;
         color: #000;
         font: 11pt Verdana, Arial, sans-serif;
         }

#locator ul {
         list-style: none;
         }

         #locator li { display: inline; }
         #locator li:before { content: " > "; }

div#logo_space,
div#sidebar,
a.more,
.goto,
a.tour_left,
a.tour_start,
a.tour_right { display: none; }

#content p,
#content div {
         margin: .5em 0 1.5em;
         line-height: 1.5em;
         text-align: justify;
         }

#content .inside_left, .outside_left {
         float: left;
         margin: .4em 1.5em 1em 0;
         }

#content .inside_right, outside_right {
         float: right;
         margin: .4em 0 1em 1.5em;
         }

#content .outside_center {
         margin: .3em auto 2em;
         text-align: center;
         width: auto;
         overflow: hidden;
         }

#content h1 {
         font-weight: normal;
         font-size: 1.6em;
         line-height: 3em;
         color: #ccc;
         }

#content h2, h3 {
         font-size: 1.2em;
         line-height: 2em;
         font-weight: normal;
         color: #ccc;
         }

#content h4, h5 {
         font-size: 1em;
         line-height: 1.8em;
         color: #ccc;
         }

a {
         color: #000;
         text-decoration: none;
         }

         a.extern:after {
                 content: " (Link auf <" attr(href) ">) ";
                 background: transparent;
                 }


.bold { font-weight: bold; }
.clear_left { clear: left; }
.clear_right { clear: right; }
.clear_both { clear: both; }

/* Copyrights by IA-Schatz.com */