.frontedit {
    height: 20px;
    position: absolute;
    right: 190px;
    top: 200px;
    width: 150px;
}
#sitemap {
    font-size: 0.8em;
}
div.sitemap li {
    line-height: 115%;
}
div.sitemap ul ul {
    margin-bottom: 6px;
}
.content li {
    line-height: 20px;
}
html {
background: url("./images/opizzi-background.jpg") no-repeat center center fixed;
    background-attachment: fixed;
    background-size: auto;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-attachment: fixed;
}
body {
    /*background-color: #000;*/
    color: #3a393e;
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 12px;
    line-height: 125%;
    margin: 0;
    padding: 0;
	box-sizing: content-box;
}
div.link a::before {
    content: ">";
}
div.link a::after {
    content: "<";
}
a:link, a:visited, a:active {
    color: #0022aa;
    text-decoration: none;
}
a:hover {
    color: red;
    text-decoration: none;
}
a:focus {
    outline: medium none;
}
img {
    border: 0 none;
}
hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #999999 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-right: 0 none;
    border-style: solid none none;
    border-width: 1px 0 0;
    color: #ededed;
    height: 1px;
    margin: 5px 0;
}
h1, h2, h3, h4, h5, h6 {
    font-family: verdana,arial,helvetica,sans-serif;
    font-weight: bold;
}
h1 {
    border-bottom: 1px solid #003399;
    font-size: 15px;
    margin-bottom: 20px;
    padding-bottom: 5px;
}
h2 {
    border-bottom: 1px dashed #003399;
    font-size: 13px;
    margin-bottom: 15px;
    padding-bottom: 3px;
}
h3 {
    font-size: 12px;
    margin-bottom: 5px;
}
h4 {
    font-size: 10px;
}
h5 {
    font-size: 9px;
}
h6 {
    font-size: 8px;
}
form {
    margin: 0;
}
input, textarea, select {
    background: none repeat scroll 0 0 #f9f9ff;
    border: 1px solid #c0c0c0;
    color: #3a393e;
}
#verborgen, .verborgen {
    display: none;
}
abbr {
}
acronym {
    cursor: help;
}
address {
}
cite {
}
strong {
}
em {
}
.anker {
    float: right;
    margin: 10px 0 20px;
}
.container {
background-color:#eaeaeabf;
/*    min-height: calc(77vh - 50px);*/
    margin: 0px auto;
    width: 1000px;
}
.trenner_top {
    background-image: url("./images/opizzi_header.jpg");
    background-repeat: repeat-x;
    background-color: #484848;
    height: 100px;
    width: 100%;
}
.navContainer {
    background-color: #313131;
    height: 24px;
    width: 100%;
}
.nav_links {
    float: left;
    height: 20px;
    width: 150px;
}
#nav {
    border-top: 0 none;
    float: left;
    font-family: arial,verdana,sans-serif;
    font-size: 14px;
    padding: 0;
}
.trenner_content {
    clear: both;
    height: 3px;
    width: 100%;
}
.container_content {
    float: left;
	height: 100%;
}
.content_left {
    float: left;
    height: 100%;
    width: 40px;
}
.content_oben {
    float: left;
    height: 20px;
    padding: 0;
    width: 707px;
}
.content {
    float: right;
	height: calc(100vh - 215px);
    overflow: auto;
    padding: 0 40px 0 0;
    width: 920px;
}
.content_ende {
    float: left;
    height: 20px;
    padding: 0;
    width: 707px;
}
.content_right {
    float: left;
    height: 525px;
    width: 88px;
}
.trenner_unten {
    clear: both;
    height: 0px;
    width: 100%;
}
.trenner_subnavi {
    clear: both;
    height: 45px;
    margin: 0 auto;
    width: 100%;
}
.container_subnavi {
/*	background-color: #4646466b;*/
/*	background: url("./images/subnav.png");*/
    clear: both;
    height: 45px;
    width: 100%;
}
.trenner_footer {
    clear: both;
    height: 0px;
    width: 100%;
}
.footer {
    background-color: #464646bd;
    clear: both;
    color: #ededed;
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 10px;
    height: 18px;
	padding-top:2px;
    text-align: center;
    width: 100%;
}
.footer a:link, .footer a:visited, .footer a:active {
    color: #ededed;
    text-decoration: none;
}
.footer a:hover {
    color: #ededed;
    text-decoration: underline;
}
.copy {
    color: #ededed;
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 9px;
    height: 15px;
    text-align: center;
    width: 100%;
}
.copy a:link, .copy a:visited, .copy a:active {
    color: #ededed;
    text-decoration: none;
}
.copy a:hover {
    color: #ededed;
    text-decoration: underline;
}
.counter {
	visibility: hidden;
	height: 0px;
}
.timer {
    background-color: transparent;
    border: medium none;
    width: 30px;
}
* html .clearfix {
    height: 1%;
    overflow: visible;
}
* + html .clearfix {
    min-height: 1%;
}
.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
