<!--
body        { margin: 0;
             padding: 0;
             border: 0;
             text-align:center;
             font-family: Verdana, Arial; 
	     font-size: 75%; }

td          { font-family:Verdana,Arial; }


#sidebar h2 { font-size: 1.5em; }
#sidebar { font-size: 1em; }

#hauptfenster { border: 1px solid black;
                width: 750px;
                position: relative;
                top: 42px;
                margin-left: auto;
                margin-right: auto;
                text-align:left;
                padding:0px;
                margin-bottom:50px;
                display:block;
              }

#logo       {
               position:absolute;
               left: -2px;
               top: -42px;
              }

#logo h2   { 
               margin:0px;
               background-image:url("/wp-content/commylogo.gif");
               background-repeat:no-repeat;
               height: 68px;
               width: 292px
             }

#logo span { display:none; }

#content     { text-align:left;
               padding-top:40px;
               padding-left:10px;
               padding-right: 10px; }

#footer      { text-align:center;
               font-size:0.8em;
               margin-top: 20px;
               width:750px;
               clear:both;
             }

#maincontent { width: 520px;
		float: left;
               margin-bottom: 40px; }

#right { width: 170px;
         margin-left: 560px; }

.title     { font-size: 12px; 
             color: #808080; 
             font-variant: small-caps; 
             letter-spacing: 2px; 
             border-bottom: 1px solid #999999;
             margin-bottom: 10px;
           }


.menue     { font-size:   11px; 
             font-weight: bold; 
             position: absolute;
             top: 0px;
             right: 0px;
             border-left: 1px solid black;
             border-bottom: 1px solid black;
             background-color: #a3a3a3;
             padding: 5px;
             padding-left: 45px;
             padding-right: 45px;
             }

.menue a    { color: #000000; }

.menue a:hover { color: #ffffff;
                 text-decoration: none }


.feld      { border-width: 1px; 
             border-style: dashed;
             border-color: #999999;
             margin-top: 30px;
             padding: 10px;
             background-color: #f4f4f4;
           }

.kasten     { font-size: 11px; 
             border-width: 1px; 
             border-style: dotted;
             border-color: #000000;
             margin-top: 10px;
             padding: 10px;
             background-color: grey
           }

.picture   { margin: 5px; 
             border: 1px solid black; 
             float: left
           }

.pagetitle     { font-size: 12px; 
             color: #808080; 
             font-variant: small-caps; 
             letter-spacing: 2px; 
             border-bottom: 1px solid #999999;
             margin-bottom: 20px;
           }


.heading   { font-size: 17px; 
             font-weight: bold;
           }

.sectiontitle { font-size: 15px;

                font-weight: bold;
                margin-bottom: 20px
               }

.sectiontitle2 { font-size: 14px;
                font-weight: bold;
                border-bottom: 1px dotted #grey;
                margin-top: 40px;
                margin-bottom: 15px;
                margin-left: 10px;
                width: 250px;
               }

.date      { font-size: 10px; 
             color: #808080
           }

.abstract  { font-size: 11px; 
             margin-top: 10px
           }

.bodytext {  font-size: 11px;
             line-height: 16px;
             margin: 0px;
               }

.content   { font-size: 12px;
             line-height: 16px;
             margin-top: 15px;
           }


a          { color: #16c;
             text-decoration: none;
           }


a:hover    { text-decoration: underline }

.sectionindex { font-size: 11px;
                line-height: 16px;
                margin-top: 10px }

.split      { font-size: 12px; 
             color: #808080; 
             font-variant: small-caps; 
             letter-spacing: 3px; 
             text-align: center;
             width: 200px;
             border-bottom: 1px dotted #16c;
             margin-top: 30px;
             margin-bottom: 20px
           }

ul  { list-style-image:url(/design/bullet.gif); }

.index li { margin-top: 10px; }

html>body .entry ul {
        margin-left: 0px;
        padding: 0 0 0 30px;
        list-style: none;
        padding-left: 10px;
        text-indent: -10px;
        } 

html>body .entry li {
        margin: 7px 0 8px 10px;
        }

.entry ul li:before, #sidebar ul ul li:before {
        content: "\00BB \0020";
        }

.entry ol {
        padding: 0 0 0 35px;
        margin: 0;
        }

.entry ol li {
        margin: 0;
        padding: 0;
        }

.postmetadata ul, .postmetadata li {
        display: inline;
        list-style-type: none;
        list-style-image: none;
        }
        
#sidebar ul, #sidebar ul ol {
        margin: 0;
        padding: 0;
        }

#sidebar ul li {
        list-style-type: none;
        list-style-image: none;
        margin-bottom: 15px;
        }

#sidebar ul p, #sidebar ul select {
        margin: 5px 0 8px;
        }

#sidebar ul ul, #sidebar ul ol {
        margin: 5px 0 0 10px;
        }

#sidebar ul ul ul, #sidebar ul ol {
        margin: 0 0 0 10px;
        }

ol li, #sidebar ul ol li {
        list-style: decimal outside;
        }

#sidebar ul ul li, #sidebar ul ol li {
        margin: 3px 0 0;
        padding: 0;
        }

#searchform {
        margin: 10px auto;
        padding: 5px 3px; 
        text-align: center;
        }

#sidebar #searchform #s {
        width: 115px;
        padding: 2px;
        }

#sidebar #searchsubmit {
        padding: 1px;
        }

.entry form { /* This is mainly for password protected posts, makes them look better. */
        text-align:center;
        }

select {
        width: 130px;
        }

#commentform input {
        width: 170px;
        padding: 2px;
        margin: 5px 5px 1px 0;
        }

#commentform textarea {
        width: 100%;
        padding: 2px;
        }

#commentform #submit {
        margin: 0;
        float: right;
        }

.narrowcolumn .entry, .widecolumn .entry {
        line-height: 1.4em;
        }

.widecolumn {
        line-height: 1.6em;
        }
        
.narrowcolumn .postmetadata {
        text-align: center;
        }

.alt {
        background-color: #f8f8f8;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        }


small {
        font-family: Arial, Helvetica, Sans-Serif;
        font-size: 0.9em;
        line-height: 1.5em;
        }

h1, h2, h3 {
        font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
        font-weight: bold;
        }

h1 {
        font-size: 4em;
        text-align: center;
        }

.description {
        font-size: 1.2em;
        text-align: center;
        }

h2 {
        font-size: 1.6em;
        }

h2.pagetitle {
        font-size: 1.6em;
        }

#sidebar h2 {
        font-family: 'Lucida Grande', Verdana, Sans-Serif;
        font-size: 1.2em;
        }

h3 {
        font-size: 1.3em;
        }

h1, h1 a, h1 a:hover, h1 a:visited, .description {
        text-decoration: none;
        color: white;
        }

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
        color: #333;
        }

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
        text-decoration: none;
        }

.entry p a:visited {
        color: #b85b5a;
        }

.commentlist li, #commentform input, #commentform textarea {
        font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
        }
        
.commentlist li {
        font-weight: bold;
        }

.commentlist cite, .commentlist cite a {
        font-weight: bold;
        font-style: normal;
        font-size: 1.1em;
        }

.commentlist p {
        font-weight: normal;
        line-height: 1.5em;
        text-transform: none;
        }

#commentform p {
        font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
        }

.commentmetadata {
        font-weight: normal;
        }

#sidebar {
        font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
        }

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
        color: #777;
        }
        
code {
        font: 1.1em 'Courier New', Courier, Fixed;
        }

acronym, abbr, span.caps
{
        font-size: 0.9em;
        letter-spacing: .07em;
        }

a, h2 a:hover, h3 a:hover {
        color: #06c;
        text-decoration: none;
        }

h2 { margin-bottom: 0em; }

a:hover {
        color: #147;
        text-decoration: underline;
        }
        
#wp-calendar #prev a {
        font-size: 9pt;
        }

#wp-calendar a {
        text-decoration: none;
        }

#wp-calendar caption {
        font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
        text-align: center;
        }

#wp-calendar th {
        font-style: normal;
        text-transform: capitalize;
        }

div.trennung { border-bottom: 1px dotted #16c;
     width: 200px;
     margin: 20px auto 30px auto;
     height:0px;
   }

blockquote {
        margin: 15px 30px 0 10px;
        padding-left: 20px;
        border-left: 5px solid #3174A3;
        }

blockquote cite {
        margin: 5px 0 0;
        display: block;
        }

.one-image { text-align: center; }

.giThumbnail { border: 1px solid #666666; }

.giInfo { font-size: 8pt; }

.giDescription { font-size: 9pt; margin-bottom: 1px; }

.post img { margin-left: 5px; margin-right: 5px; }

#buttons { text-align: center; }
#buttons img { border: 0px; padding: 1px; }

