/*
Diverses
red: #9A2222
yellow: #F9BD05
*/

/*Fonts*/

body {margin: 0px}
p, td, li {color: #000; background-color:#fff; font-family: Arial; font-size: 14px; font-weight: normal; line-height:130%; padding: 0px; margin: 0px;}
h1 {color: #555; font-family: Arial; font-size: 20px; margin: 0px; padding: 0px;}
div.footer {color: #000; background-color:#fff; font-family: Arial; font-size: 11px; font-weight: normal; padding: 0px; margin: 0px; border-width: 1px 0px 0px 0px; border-style: solid; border-color: #F9BD05}
a.footer {color: #000; background-color:#fff; font-family: Arial; font-size: 11px; font-weight: normal; text-decoration: underline; padding: 0px; margin: 0px;}
a.text {color: #000; background-color:#fff; font-family: Arial; font-size: 14px; font-weight: normal; text-decoration: underline; padding: 0px; margin: 0px;}
a.menularge  {color: #9A2222; font-family: Arial; font-size: 12px; font-weight: normal; text-decoration: none; background-color: #F9BD05;}
a.menulargewhite  {color: #fff; font-family: Arial; font-size: 12px; font-weight: normal; text-decoration: none; background-color: #F9BD05;}
a  {color: #9A2222; font-family: Arial; font-size: 14px; font-weight: bold; text-decoration: none; background-color: #F9BD05;}
img {border-style: none;}
ul.links {list-style-type: none; margin: 20px 0px 0px 0px; padding: 0px;}
li.links {margin: 0px 0px 7px 0px; padding: opx; line-height: 100%}

/*Layers Design*/

#head {background-color: #F9BD05;
  position:absolute; 
  top:0px; 
  left:0px; 
  height:90px;
  width:100%;
  z-index:3;
 background-image:url(Images/fox.jpg);
 background-position: right;
 background-repeat: no-repeat; }
 
 #logo {background-color: #F9BD05;
  position:absolute; 
  top:30px; 
  left:188px; 
  height:50px;
  width:315px;
  z-index:4; }

  #logo_v2 {background-color: #F9BD05;
  position:absolute; 
  top:30px; 
  left:150px; 
  height:50px;
  width:315px;
  z-index:4; }
  
  #menu {background-color: #F9BD05;
  position:absolute; 
  top:0px; 
  left:0px; 
  height:100%;
  width:150px;
  z-index:4;}
  
 #corner {
  position:absolute; 
  top:90px; 
  left:150px; 
  height:31px;
  width:31px;
  z-index:3; } 
  
 
  #shade {
  position:absolute; 
  top:0px; 
  left:150px; 
  height:100%;
  width:15px;
  z-index:2; 
 background-image:url(Images/shade.jpg);
 background-position: left;
 background-repeat: repeat; }  
   
 #background {
  position:absolute; 
  top:0px; 
  left:0px; 
  height:100%;
  width:100%;
  z-index:2;
 background-image:url(Images/spuren_background.gif);
 background-position: left top;
 background-repeat: repeat; }  
 
 
 /* Layers Content */
   
  #title {position:absolute; 
  top:110px; 
  left:190px; 
  height:30px;
  width:600px;
  z-index:3;}
  
  #content {position:absolute; 
  top:146px; 
  left:400px; 
  width:350px;
  z-index:3;}
  
   #content_ohnebild {position:absolute; 
  top:170px; 
  left:190px; 
  width:550px;
  z-index:3;}
  
  #image {position:absolute; 
  top:150px; 
  left:190px; 
  height:265px;
  width:195px;
  z-index:3;}

  #footer {position:absolute; 
  top:460px; 
  left:190px; 
  height:20px;
  width:555px;
  z-index:3;}
  
  #footer_backlink {position:absolute; 
  top:460px; 
  left:190px; 
  height:20px;
  width:90px;
  z-index:3;}


/*Navigation*/

ul.menu {
position:absolute; 
top:100px; 
list-style-type: none;
margin: 0px;
padding: 0px;}

li {
margin: 15px 0px 0px 15px;
}

li.menularge {
margin: 0px 0px 5px 55px;
background-color: #F9BD05;
}

li .aleft{
padding: 0px 0px 0px 30px;
display: block;
height: 30px;
background-image: url(Images/pfote_sl.gif);
background-repeat: no-repeat;
background-position: left;}

li .aright{
padding: 0px 0px 0px 30px;
display: block;
height: 30px;
background-image: url(Images/pfote_sr.gif);
background-repeat: no-repeat;
background-position: left;}

li .aleft:hover{
padding: 0px 0px 0px 30px;
display: block;
height: 30px;
background-image: url(Images/pfote_wl.gif);
background-repeat: no-repeat;
background-position: left;}

li .aright:hover{
padding: 0px 0px 0px 30px;
display: block;
height: 30px;
background-image: url(Images/pfote_wr.gif);
background-repeat: no-repeat;
background-position: left;}

li .aleftactive{
padding: 0px 0px 0px 30px;
display: block;
height: 30px;
background-image: url(Images/pfote_wl.gif);
background-repeat: no-repeat;
background-position: left;}

li .arightactive{
padding: 0px 0px 0px 30px;
display: block;
height: 30px;
background-image: url(Images/pfote_wr.gif);
background-repeat: no-repeat;
background-position: left;}
