#wrapper {
    margin: 0 auto;
    border: 0px solid #e6e6e6;
	border-top-right-radius: 0 !important; 
	border-bottom-left-radius: 0 !important; 
    max-width: 980px;
	box-shadow: none !important;)
    background: #ffffff !important;
	}


	  
	@media (max-width: 600px) {
	#head {display: none !important;}
	}

	
	#logo {
    width: 186px !important; 
    /* padding: 15px 0 0 0 !important; */ 
	padding: 3px 0 0 0 !important;
	box-sizing: border-box; 
	display: table-cell; }


	#head {
	display: table;
    width: 100%;
    overflow: hidden;
    background-color: white;
    border-bottom: 2px solid white;
    border-top-right-radius: 0px;
	}


	#head-text {
	display: none !important;}
	
	#head-text a {
	display: none !important;}

  
	#head-image {
	vertical-align: bottom; background: url(../img/header.png) right center no-repeat;
	}
	
    #metanavigation{
	margin: 6px auto -15px auto;
	}
  
  h1 {
     border-bottom: 0;
	 }
  
  #sidebar {
    font-size: 12px;}	
  
  #footer {
    text-align: left;
    color: #FFF;
    padding: 12px 20px !important;
    margin-top: 0 !important;
	background-color: #404040;
	}


  .content-card {
    margin: 4px 5px 5px 2px;
    background: #FFFFFF;
    padding: 20px;
    border-radius: 0 !important;
	border: 0px!important;
     }
  
  #menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    /* neu */ border-left: 4px solid #e6e6e6;
	}
  