body
{
        color:#333;
        background-color:white;
        margin:20px;
        padding:0px;
        font:12px verdana, arial, helvetica, sans-serif;
}

h1 {
        margin:0px 0px 15px 0px;
        padding:0px;
        font-size:28px;
        font-weight:900;
        color:#f86c38;
        }
h2 {
        font:bold 14px/16px verdana, arial, helvetica, sans-serif;
        margin:0px 0px 5px 0px;
        padding:0px;
        }
p {
        margin:0px 0px 10px 0px;
        padding:0px;
        font:12px/20px verdana, arial, helvetica, sans-serif;
}

.Content>p {margin:0px;}
.Content>p+p {text-indent:30px;}

a
{
        color:#f86c38;
        font-size:11px;
        font-family:verdana, arial, helvetica, sans-serif;
        text-decoration:none;
}

a.menuLink
{
        display: block;
        font-size:17px;
        font-weight:800;
        padding: 5px;

        background-color:white;
        border:1px solid #999;
        border-right:2px solid #999;
        border-bottom:2px solid #999;

}

a.menuLink:link {color:#f86c38;}

a.menuLink:hover
{
         background-color:#f86c38;
         color:#ffffff;
}

.fett
{
   font-weight:bold
   font-size:14px;
   font-weight:800;
   font-family:verdana, arial, helvetica, sans-serif;
}

.kursiv
{
   font-style:italic;
   font-size:14px;
   font-weight:400;
   font-family:verdana, arial, helvetica, sans-serif;
}

.orange
{
   font-weight:bold
   font-size:14px;
   font-weight:800;
   font-family:verdana, arial, helvetica, sans-serif;
   color:#f86c38;
}


/* All the content boxes belong to the content class. */
.content
{
        position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
        width:auto;
        min-width:100px;
        margin:0px 210px 20px 220px;
        border:1px solid #eee;
        background-color:white;
        border-top-width:5px;
        padding:5px;
        z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
}


#navAlpha {
        position:absolute;
        width:180px;
        top:128px;
        left:20px;
        border:1px solid #999;
        background-color:#eee;
        padding:10px;

/* 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:180px;
        }
/* 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:180px;}

#navBeta {
        position:absolute;
        width:128px;
        top:128px;
        right:20px;
        background-color: #FFFF9D;
        padding:10px;
        border-right:2px solid #999999;
        border-bottom:2px solid #999999;
        z-index:1;
/* Again, the ugly brilliant hack. */
        voice-family: "\"}\"";
        voice-family:inherit;
        width:168px;
        }

.tooltip
{
     /*font-family:cursive;      */
     font-family:PostItFont, Arial;
    /* font-variant:small-caps; */
    font-size:24px;
}

.tooltipHeader
{
     /*font-family:cursive;      */
     font-family:PostItFont;
    /* font-variant:small-caps; */
    font-size:32px;
    font-style:italic;
    font-weight:bold;
}

/* Again, "be nice to Opera 5". */
body>#navBeta {width:168px;}


#Header {

        margin:0px 0px 25px 0px;
        padding:0px 0px 0px 0px;
        /* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
        height:80px; /* 14px + 17px + 2px = 33px */
        border-style:solid;
        border-color:#999999;
        border-width:2px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
        /*background-color:#eee;    */

/* 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;
        height:14px; /* the correct height */
        }
/* 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>#Header {height:80px;}


.resize
{
width: 300px;
height : auto;
border:0px solid;
}

.motto
{
float: right;
padding-top: 10px;
}

.mottoText
{
 font-family:Verdana;
font-size:17px;
font-style:italic;
font-weight:normal;
line-height:2em;
}

.author
{
font-size:11px;
float: right;
line-height: 0.1em;
}

@font-face
{
 font-family: PostItFont;
 src: url("scrgunny.eot") /* EOT file for IE */
}

@font-face
{
 font-family: PostItFont;
 src: url("scrgunny.ttf") /* TTF file for CSS3 browsers */
}


#gallerie
{
        position:absolute;
        width:128px;
        top:270px;
        right:20px;
        background-color: #eeeeee;
        padding:10px;
        z-index:4;
/* Again, the ugly brilliant hack. */
        voice-family: "\"}\"";
        voice-family:inherit;
        width:168px;
        border:1px solid #999;
}

#gallerie a.pics
{
color:#000000;
cursor:default;
display:inline;
float:left;
border:2px solid #eeeeee;
}

#gallerie a.pics:hover
{
color:#000000;
cursor:default;
display:inline;
float:left;
border:2px solid #f86c38;
}

.photo {
border:2px solid #999999;
display:block;
height:75px;
width:75px;
}

.photo:hover {
border:5px solid #999999;
display:block;
height:250px;
width:250px;
left:-60px;
position:absolute;
}

#kontaktdaten
{
        position:absolute;
        width:180px;
        top:550px;
        left:20px;
        border:1px dashed #999;
        background-color:#fff;
        padding:10px;

/* 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:180px;
}

ul#tabnav
{
         border-bottom:2px solid #f86c38;
         font-family:verdana,arial,sans-serif;
         font-size:11px;
         font-size-adjust:none;
         font-stretch:normal;
         font-style:normal;
         font-variant:normal;
         font-weight:bold;
         line-height:normal;
         list-style-type:none;
         margin:1em 0;
         padding:3px 8px;
         text-align:left;
}

ul#tabnav li a:hover
{
background:#f86c38 none repeat scroll 0 0;
color:#FFFFFF;
}

ul#tabnav li a
{
         background-color:#FFFFFF;
         border-color:#f86c38;
         border-style:solid;
         border-width:2px;
         color:#f86c38;
         padding:3px 5px;
         margin:-5px 5px;
         text-decoration:none;
         list-style-type: none;
         display:inline;
         float:left;
}

ul#tabnav li a#selectedTab
{
         background:#f86c38 none repeat scroll 0 0;
         color:#FFFFFF;
}

ol>li
{
         padding: 5px;
}