/************ Minimal-Reset ************/
* {padding: 0; margin:0; }

/************ Generelles ************/
body { color: #000;
       font-size: 8pt;
       font-family: 'Trebuchet MS', Verdana, Tahoma, Arial, Helvetica, sans-serif; }

img {  border-width: 0px; }

h1 {   color: #00abbd; font-weight:normal; font-size: 8pt; display:inline; margin-bottom: 0; }

h2 {  font-size: 8pt; font-weight: bold; }

p {  padding-bottom: 15px; }

/************ Organisation ************/


#lang { display:none; }

#logo { display:none; }

#navi { display:none; }

#gallery { display:none; }
           
.current { border: 1px solid #00abbd; }

#content { line-height: 13pt;
           letter-spacing: 0.1em; }
           
#picture { margin-bottom: 10px;  }

#footer { display:none; }

#kontaktbild, #startbild { margin-bottom: 10px; }
                  
#projektbild01, #projektbild02 { margin: 10px 0px 10px 0px;  }

/************ Klassen ************/

#text ul { margin: 5px 0px 0px 20px;
           padding: 0px 0px 0px 0px; }

.right {text-align: right; }
.sehrbetont {font-weight: bold; }
.betont { font-style: italic; }


/************ Links ************/
a {          color: #00abbd;
             text-decoration: none; }
a:link {     color: #00abbd;
             text-decoration: none; }
a:visited {  color: #00abbd;
             text-decoration: none; }
a:active {   color: #00abbd;
             text-decoration: underline; }
a:hover {    color: #00abbd;
             text-decoration: underline; }

/************ Links ************/

a:after, a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }