body
{
margin: 0;
padding: 0;
font-family: Comic Sans MS;
font-size: 100%;
color:#311818;
background-color:#fefeee;
}

/* Ebene auf Ebene mit z-index (Layer) 1=Unterste */

/* kopfhaupt Oben über navi klein*/
#kopflinks
{
position:fixed;
z-index:1;
height:140px;
width:161px;
left:0px;
top:0px;
margin:0px;
color:#330033;
font-family: Segoe UI;
font-size: 10pt;
background-color:#ece5d0;
background-image: url(/grafik/top_navi.gif);
background-position: top right;
background-repeat: repeat-y;

border-left:2px solid #330033;
border-top:2px solid #330033;
}

/* navigation Oben Groß */
#kopfhaupt
{
position:fixed;
z-index:3;
overflow:hidden;
height:111px;
left:163px;
right:0;
top:0;
margin:0;
background-color:#fefeee;
color:#fefeee;
line-height: 0px;
font-size: 0px;
text-align: left;
border-top:2px solid #330033;
}
#kopfhaupt a, #kopfhaupt a:visited,  #kopfhaupt a:hover
{
color:#fefeee;
text-decoration:none;
}

   	
/* Layer3 Navigation */
#navigation
{
position:fixed;
z-index:1;
height:100%;
width:159px;
color:#330033;
font-family: Segoe UI;
font-size: 10pt;
background-color:#ece5d0;
left: 0px;
top: 142px;
border-left:2px solid #330033;
border-right:2px solid #DCD2BD;
}

/* layer 3 Hauptseite */
#haupttextbereich
{
position:absolute;
z-index:2;
left:161px;
right:0px;
top: 113px;
padding: 0.4em;
text-align: left;
}


/* Layerstart in Hauptseite */
#Layerstart
{
background-image: url(/grafik/a_dromedar.jpg);
background-position: center center;
background-repeat: no-repeat;
height:623px;
margin-top:0.5em;
}

/* linkliste */
#linkliste
{
font-family:"Segoe UI",Arial,sans-serif;
font-size: 100%;
color:#000000;
margin-left:0px;
margin-top:0px;
background-position: top center;
background-color:#fefeee;
background-image: url(/grafik/draw_height.jpg);
background-position: top center;
background-repeat:repeat-y;
}


#linkliste table{
background-image: url(/grafik/draw.jpg);
background-position: top center;
background-repeat: no-repeat;
}
#linkliste a, #linkliste a:visited, #linkliste a:hover,
#haupttextbereich #linkliste a,
#haupttextbereich #linkliste a:visited,
#haupttextbereich #linkliste a:hover{
color:#6E531B;
font-family:"Segoe UI",Arial,sans-serif;
font-size: 100%;
font-weight:bold;
text-decoration:none;
}

#linkliste a:visited,
#haupttextbereich #linkliste a:visited{
color:#6F685A;
font-style:italic;
}

#linkliste a:hover,
#haupttextbereich #linkliste a:hover{
border-bottom: 2px dotted #6e531b;
}

#linkliste h2,
#haupttextbereich #linkliste h2{
font-size:105%;
font-weight:bold;
margin-bottom:0;
padding:0;
}

#linkliste ul,
#haupttextbereich #linkliste ul {
padding-left:0;
}

#tehmenuebersicht
{
padding:0.5em;
background-image: url(/grafik/wuestenschleier.gif);
border:3px ridge #330033;
}

#haupttextbereich a#introlink,
#haupttextbereich a:visited#introlink
{
margin-top:2em;
padding:0.8em;
font-weight:bold;
font-size:120%;
background-color:#edd2a7;
color:#3C2D0F;
border-width:4px;
border-style:ridge;
border-color:#3C2D0F;
}

#haupttextbereich a:hover#introlink{
color:#3C2D0F;
background-color:#DFC499;
border-width:4px;
border-style:groove;
border-color:#3C2D0F;
}

#intro{
height:480px;
width:640px;
border:4px ridge #3C2D0F;
text-align:center;
margin-left:auto;
margin-right:auto;
}

