
body {
	background: #f0f0f0; color: black;
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	margin: 0px; /*<margins are set to zero>*/
	padding-top: 0px; /*<for opera6>*/
}

.frame {
	background: lightgrey
}

/*< ---------| unused from here |---------- >*/

.Header {
	margin-left: 0px;
	margin-top: 5px;
	font-size:0.8em;
}

.Inhalt {
	background: #ffffff; color: #000;
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	margin-left: 210px; /*to position the content area to the right of the navigation*/
	/* margin-top: 0.8em; */
	margin-top: 10px;
	margin-right: 1.0em;
	max-width: 770px; /*readbility even on big screens*/
	padding: 1.0em; /*space to separate navigation and content*/
	width: auto;   /* Verwirrt das NS 4? */
	border: 0.1px solid #FFFFFE; /*to insure that NN4.xx renders the background of the content area*/
}

.Inhalt p {
	max-width: 650px;
}

.lrand {
        float: left;
        padding-right: 0px;
}

a img {
        border: 0.1px none #000000;
}

.rrand {
        float: right;
        padding-left: 7px;
}

.headermitte {
        left: 210px;
        float: left;
        position:absolute;
        padding-right: 3.0em;
}


.animation {
        float: left;
        margin-right: 1.0em;
}


#menu {
        background:#ffffff; color: #000;
        font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
        position: absolute; /*The navigation on the left side, positioned absolutely*/
        top: 140px;  /* 7em Muss unter Logo stehen - wieso em? Pixel!? */
        width: 200px;
        padding:1px 0px 4px 0px;  /*unsymmetrisch! wg. IE-Bug */
        height: auto;
        left: 0px;
}

#menu .ebene1high  {
    margin-top:0.1em; padding:0px 0px 0px 0.3em; border-style:solid; border-width:1px 0px;
    color:#ff6633; background:transparent; font-size:0.95em; line-height:1.6em; font-weight:bold;
}

#menu .ebene1link  {
    margin-top:0.1em; padding:0px 0px 0px 0.3em; border-style:solid; border-width:1px 0px;
    /* background & color kommen von #menu a */
    font-size:0.95em; line-height:1.6em; font-weight:bold;
}

#menu .ebene1nolink  {
    margin-top:0.1em; padding:0px 0px 0px 0.3em; border-style:solid; border-width:1px 0px;
    color:#333333; background:transparent; font-size:0.95em; line-height:1.6em; font-weight:bold;
}

#menu .ebene2high  {
    padding:0px 0px 0.1em 0.7em;
    color:#ff6633; background:transparent;
    font-size:0.95em; line-height:1.3em; font-weight:bold;
}

#menu .ebene2link  {
    padding:0px 0px 0.1em 0.7em;
    font-size:0.95em; line-height:1.3em;
}

/*
#menu .ebene2nolink  {
    padding:0px 0px 0.1em 0.7em;color:#000; background:transparent;
    font-size:0.95em; line-height:1.3em;
}
*/

/* anklickbare Menupunkte */
#menu a {
    color:#003c80; background:transparent; text-decoration:none;
}
#menu a:hover  {
    text-decoration:underline;
}


/*****************************************************/

h1  {
    font-size:1.33em; font-weight:bold;
        font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
        position:relative;
}

.textH1 {
        font-size: 1.33em; font-weight: bold;
        position:relative;
}
.textH2 {
        font-size: 0.97em; font-weight: bold;
        position:relative
}
.textN {
        font-size:0.95em;
        position:relative;
}

.textH3 {
        font-size: 1.1em; font-weight: bold;
}
.textNfett {
        font-size: 0.95em; font-weight: bold;
}

.textNAufzaehlg {
        font-size:0.95em; left: 10px;         /*clip:  rect(   ); list-style-position: outside; */ list-style-type: disc;
}

.textLeicht {
        font-size: 0.95em; color:#000099; background:transparent; left: 10px; /* clip:  rect(   ); */
}


/*
.fett {
        font-weight: bold;
}
*/

/*to emphasize words, use it inline with a <span> class*/
big {
        font-size: larger;
}

/*not really necessary, but one never knows...use it inline with a <span> class*/
small {
        font-size: smaller;
}

/*NN 4.xx needs that...*/
strong, b {
        font-weight: 800;
}
/*****************************************************/

/*p ol, p ul, p dl, ol ul {font-size: 0.8em;}*/
/*and here the I prevent the incredible shrinking text*/
/*p, ol, ul, dl {        font-size: 0.8em;}*/


.oldbrowser {
        display: none;
}

.skipnav {
        display: none;
}
.clearboth  {
        clear:both;
}