body {
	margin: 0;
	padding:0px;
	background-color:#FFFFFF;
 background-repeat: repeat-y;
	margin-left: 0px;
	margin-top: -15px;

	width:auto;
	height:auto;
	background-image:url('../bilder/cont1.jpg');
  

   
   }

     .format{
    color: #000000;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	padding-left:50px;
    padding-top:20px;
  }

#content a:link { 
	color: #3c3c3c;
	font-weight: bold;
	text-decoration: none;
}
	
#content a:visited { 
	color: #3c3c3c;
	font-weight: bold;
	text-decoration: none;	
}
	
#content a:hover, #navigation a:active { 
	color: #3b3b3b;
	font-weight: bold;
	text-decoration: underline;
	}


    #footer-cookie,
    #footer-cookie * {
      box-sizing: border-box;
    }

    #footer-cookie {
      display: none;
      position: fixed;
      bottom: 0px;
      left: 0px;
      width: 100%;
      height: 60px;
      padding-left: 30px;
      padding-right: 30px;
      line-height: 60px;
      background: #303030;
      color: #fff;
    }
    
    #footer-cookie a {
      color: #fff;
    }

    #footer-cookie #description {
      float: left;
    }

    #footer-cookie #accept {
      float: right;
    }

    #footer-cookie #accept a {
      border: 1px solid #fff;
      padding: 5px 10px;
      text-decoration: none;
    }

    @media (max-width: 1200px) {
      #footer-cookie {
        padding-top: 30px;
        padding-bottom: 30px;
        line-height: inherit;
        height: auto;
      }

      #footer-cookie #description {
        width: 100%;
      }

      #footer-cookie #accept {
        width: 100%;
        margin-top: 15px;
      }

      #footer-cookie #accept a {
        width: 100%;
        display: block;
        text-align: center;
      }
