html {
	padding: 0px;
	margin: 0px;
	}
	body {
	background-color: #aebdd4;
	-webkit-transform: perspective(1400px) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform-style: preserve-3d;
	font-size: 14px;
	font-family: Roboto+Condensed;
	color: #564b47;
	padding: 0px;
	}
	.mugshot {
        position: absolute;
        left: 52px;
        top: 29px;
        #-webkit-transform-origin: 90.5px 110.5px 0px;
        #-webkit-transform: matrix3d(0.7456414404, -0.2825374823, -0.6034827367, 0, -0.0279419977, 0.891603727, -0.4519535804, 0, 0.6657612839, 0.3538578319, 0.6569220254, 0, 0, 0, 0, 1);
        #-webkit-transform-style: preserve-3d;
      }
	#menu {
		  font-family: Amaranth;
          background-image: url(../images/schmerl-banner.png);
	}
	
	#menu h1 {
	font-size: 64px;
	font-family: Amaranth;
	text-transform: lowercase;
	text-align:right;
	color: #ffffff;
	padding: 1px 15px 5px 10px
	letter-spacing: -5px;
	margin: 0px;
	}
	
	#menu ul {
	  margin: 0px;
	  list-style: none;
	  font-size: 18px;
	  padding-top: 3px;
	  padding-bottom: 3px;
	  text-align: right;
	}
	
	#menu li {
	display: inline;
	font-family: Amaranth;
	
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	}
	
	#menu li.active {
	color: #ffffff;
	text-decoration: none;
	margin-bottom: -2px;
    border-bottom: 4px solid #000000;
	}
	
	#menu li.active a {
	color: #fffff;
	}
	
	#menu a, #navigation a:visited {
	color: #ae00001;
	text-decoration: none;
	margin-bottom: -2px;
	}
    
    #menu a:hover {
	border-bottom: 4px solid #0093a3;
	color: #0093a3;
	}
	#menu li.active a:hover {
	color: #ffffff;
	}
	
	#top{
	margin: 25px;
	background-color: #ffffff;
	}
	
	#leftcol {
	width: 240px;
	float: left;
	background-color: #ffffff;
	padding: 120px 0px 10px 25px;
	margin: 0px -1px -0px 0px;
	border-right: 1px solid #999999;
	}
	
	#content h1 {
	  font-size: 150%;
	  color: #ae0001;
	  font-family: "Roboto Condensed";
	}
	
	#content h2 {
	  font-size: 125%;
	  color: #653916;
	  font-family: "Roboto Condensed";

	}
	#content h3 {
	  font-size: 100%;
	  font-family: "Roboto Condensed";
	}
	#inhalt {
	  padding: 0px 10px 10px 20px;
	  margin: 0px 0px 0px 260px;
	  background-color:#ffffff;
	}
    #footer {
      background-color: #536687;
      font-size: 12px;
      font-family: Georgia;
      color: #ffffff;
      bottom: 0px;
      padding: 5px;
      clear: left;
      text-align: right;
    }
    
    .order {
      float : right;
    }
    
    .subtit {
      text-align : center;
      font-weight: bold;
      font-family: Amaranth;
      font-size: 150%;
      width : 100%;
      clear : right;
      background-color: #aebdd4;
    }
    
    .container {
      width : 100%;
    }
    
    .top_btn {
      float : right;
    }
    
    .pub_list_entry {
      margin-bottom: 15px;
      font-family: "Roboto Condensed";
    }
