/* Camfile Template CSS */
body{
  background-color: #000;
  text-align: center;
  }
   #wrapper{
   width: 950px;
   margin: 0px auto;
   }
   #wrapper h1{
   color: #fff;
   }
   #wrapper p{
   color: #fff;
   text-align: left;
   
   }
   .toplink{
   float: left;
   margin-left: 90px;
   height:120px;
   width:200px;
   border-left: 2px solid orange;
   text-align:center;
   }
   .toplink a{
   color:#000;
   }
   .link{
   width:100%;
   height:25px;
   background-color:orange;
   }
   .link a{
   color:#000;
   }
   .toplink p{
   margin-left: 5px;
   font-size: 14px;
   color: #fff;
   }
   #untertext{
   width:700px;
   float:right;
   font-size:17px;
   margin-right:15px;
   text-align:justify;
   }
   #untertext p{
   text-align:justify;
   font-size:19px;
   }
   #untertext p a{
    color:rgb(184,134,11);
    font-weight:bold;
   }
   #untertext p a:hover{
      color:orange;
   }
   #sidebar{
   padding-top:20px;
   width:215px;
   float:left;
  }
  #sidebar h3{
  color:#fff;
  text-align:center;  
  }
   #sidebar ul{
   padding-left:0px;
   list-style-type:none;
   float:left;
   margin-left:10px;

   }
   #sidebar ul li{
   text-align:left;
   width:200px;
   margin: 15px 0px 0px 0px;
      border-bottom: 2px solid orange;
   }
   #sidebar ul li a{
   font-size:20px;
   font-family:tahoma;
   color:#fff;
   text-decoration:none;
    margin-left:10px;
line-height:20px;

    }
    #sidebar ul li a:hover{
    color:orange;
    }
   .right{
   float:right;
   border: 2px solid #fff;
   margin-left: 10px;
   }
   .left{
   float:left;
   border: 2px solid #fff;
   margin-right: 10px;
   }
   h1 a{
   color:#ffffff;
   }
   h1 a:hover{
   color:orange;
   }
