html {background-color: #579}
body {
        background-color: #579;
        margin:auto;
        width:95%;
        color:#F5F5DC;
        min-width:600px;
        max-width:1024px;
        padding:0px;
        font:12px georgia, times, "times new roman", serif;
        text-align: center;

        }
#innerbody {
        background-color: #F5F5DC;
        color:#333;
        width:expression(document.body.clientWidth > 1000? "1000px": "auto" );
         text-align: left;
        padding: 0 17px 0 17px;
        border-right: solid 2px #224;
        border-left: solid 2px #224;
         }

h1 {
        margin:0px 0px 10px 0px;
        padding:0px;
         font: 120% georgia, times, "times new roman", serif;
        font-weight: bold;
        color:#B22;
        border: none;
        }
h2 {
        font:bold 12px/14px georgia, times, "times new roman", serif;
        margin:0px 0px 5px 0px;
        padding:0px;
        border:none;
        }
p {
        font:100%/20px georgia, times, "times new roman", serif;
        margin:0px 0px 16px 0px;
        padding:0px;
        }
.Content>p {margin:0px;}
.Content>p+p {text-indent:30px;}

a {
        color:#727;
        text-decoration:underline;
        }
a:link {}
a:visited {color:#07a;}
a:hover {
        background-color:#eee;
         }
td {
        vertical-align: top;
         }

/* All the content boxes belong to the content class. */


#header
{       background-image: url(_bilder/MatthiastrandStreifen.jpg);
        background-repeat: no-repeat;
        background-position: right;
        width: 89.18%;
        margin-left: 10.82%;
        height: 180px;
        position: relative;
        border: 1px none #fff;

}

#header h1
{
        position: absolute; top:24%; left:17%;
        font-size: 380%;
        font-weight: bold;
        color: beige;
        padding-bottom: 20px;
        margin-right:824;
        z-index:3;
}

#header p
{
        position: absolute; top:83%; left:-11%;
        font-size: 120%;
        font-weight: bold;
        color: #722;
        z-index:1;
}

.mu {
        position: absolute; top:34%; left:-5%;
            font-size: 600%;
         font-weight: bold;
         color:#D11;
    }
.headimg {
        width: auto;
        position: absolute; top:0; left:0;
}

#navAlpha {
        position:absolute;
        width:150px;
        top:20px;
        left:20px;
        border:1px dashed black;
        background-color:#eee;
        padding:10px;
        z-index:2;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity.
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it.
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style
declaration. The incorrect IE5/Win value is above, while the correct value is
below. See http://glish.com/css/hacks.asp for details. */
        voice-family: "\"}\"";
        voice-family:inherit;
        width:128px;
        }
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct
length values to user agents that exhibit the parsing error exploited above yet get
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#navAlpha {width:128px;}

#navBeta {
        position:absolute;
        width:190px;
        top:20px;
        right:20px;
        border:1px dashed black;
        background-color:#eee;
        padding:10px;
        z-index:1;
/* Again, the ugly brilliant hack. */
        voice-family: "\"}\"";
        voice-family:inherit;
        width:168px;
        }
/* Again, "be nice to Opera 5". */
body>#navBeta {width:168px;}

#topstripe {
        border-top: 3px solid #722;
        border-bottom: 1px solid #722;
         text-align: right;
         }
#mainnav h5 {
 display: none;
}
#mainnav ul {
 padding: 3px 0;
 margin: 0 30% 0 0;
 border-bottom: 1px solid #722;
}
#mainnav ul li {
 list-style: none;
 margin: 0;
 display: inline;
}
#mainnav ul li a {
 text-decoration:none;
 font-weight: bold;
 padding: 3px 0.5em;
 margin-left: 8px;
 border: 1px solid #722;
 border-bottom: none;
 background: #DDE;
}
#mainnav ul li a:link {
 color: #357;
}
#mainnav ul li a:visited {
 color: #357;
}
#mainnav ul li a:link:hover, #mainnav ul li a:visited:hover {
 color: #000;
 background: #AAE;
 border-color: #227;
}
#mainnav ul li a#current {
 background: white;
 border-bottom: 1px solid white;
}
#mainnav ul li a#langu {
 background: #468;
 color: #EEF;
}

#menu{
        float: right;
        width: 29%;
}

#menu h2 {
        padding: 1.5em 0 0 1.5em;
         }

#menu ul {
        margin: 1em;
        padding-left: 2em;
       }
#menu ul li {
        padding-bottom: 1em;
       }


.news {
         color: #357;
         background: #EEF;
         border: solid #722;
         border-width: 1px 2px 2px 1px;
         margin-bottom: 1em;
      }
.quicklinks {
        background: #E5E5CC;
         border: 1px solid #722;
      }

#menu .quicklinks form {
        font: inherit;
        width: 100%;
        margin: 0 2em 1.5em 2em;
       }
#menu .quicklinks textarea {margin-right: 2em;}

#flags {
        position: relative; bottom: -0.3em;
        height: 1.3em;
        border: none;
         }



.content {
        position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
        width:auto;
        min-width:120px;
         margin: 0 30% 40px 0;
        border: solid black;
         border-width: 0 2px 2px 1px;
         padding: 10px 20px;
        background-color:white;
        z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
        }
.content p { line-height: 165%; }
.content ul li {
	margin-bottom: 0.7em;
         font: inherit;
          }
.articletitle {
         margin-bottom: 0.7em;
         }

.blogentry { 
        padding: 5px 0 5px 0px;
		}
.blogentry p  {
         }
.blogentry h2  {
        text-align: center;
         }
.blogcomment {
		background: #eaeaea;
		margin: 5px 0 5px 0;
        padding: 5px 5px 5px 5px;
         } 
.blogcomment p  {
		margin-bottom: 6px;		
		}
.blogcomment h2  {
        text-align: left;
         }
.imagefloat { float: right; }
.date    {
        text-align: center;
         padding: 0 0 4px 0;
        font: 90% verdana, courier;
        }

#footer
{
border-top: 1px solid #722;
clear: both;
color: #722;
text-align: right;
font-size: 90%;
}


#multicol ul {
  width:100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

#twocoltable {
        width: 49%;
         padding-right: 10px;
         }

.thumb {
        padding:5px;
         }


