/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 19.08.2017, 00:01:34
    Author     : Michael
*/

html{
    background-color: #fafafa;
}

body{
    margin: auto;
    background-color: #fafafa;
    font-family: Arial, sans-serif; 
    font-size: 0.82em;
    line-height: 125%;
    color: #333333;
    min-height: 480px;
}

hr{
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
}

a:link{
    color: #333333;
    text-decoration: none;
}

a:visited{
    color: #333333;
    text-decoration: none;
}

a:focus{
    color: #333333;
    text-decoration: none;
}

a:active{
    color: #333333;
    text-decoration: none;
}

a:hover{
    color: #333333;
    text-decoration: underline;
}

img{
    
}

h1{
    
}

h2{
    padding-top: 15px;
    padding-left: 5px;
    padding-bottom: 5px;
    font-weight: 600;
}

h3{
    
}

p{
    padding-bottom: 10px;
}

textarea{
    width: 100%;
}

#header{
    position: fixed;
    height: 45px;
    left: 0;
    top: 0;
    right: 0;
    background-color: #efefef;
    text-align: left;
    font-size: 35px;
    line-height: 1;
    padding-top: 5px;
    padding-left: 10px;
    font-weight: 600;
    color: #0059b3;
    font-family: "Lucida Console", Monaco, monospace;
    white-space: nowrap;
    z-index: 1000;
}

main{
    padding-top: 60px;
    padding-bottom: 60px;
    /*width: 80%;*/
    margin: auto;
}

#footer-container{
    position: fixed;
    width: 100%;
    bottom: 0px;
    z-index: 1000;
}

#footer{
  position: relative;
  height: 50px;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 5px;
  background-color: #efefef;
  text-align: center;
  margin: 0 auto;
  width: 1000px;
}

.footer_text {
    padding-top: 7px;
    font-size: 12px;
    color: #333;
}

.center{
    width: 950px;
    margin: auto;
    display: block;
}

.center800{
    width: 800px;
    margin: auto;
    display: block;
}

.center-video{
    display: block;
    margin: auto;
}

.img_slide{
    width: 800px;
    margin: auto;
    display: block;
}

.kontakt_tbl{
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}

.kontakt_tbl td{
    vertical-align: middle;
    padding-top: 5px;
    padding-left: 5px;
}

.info_tbl{
    width: 825px;
    font-size: 12px;
    margin: auto;
}

.info_box{
    width: 469px;
    float: left;
    padding: 3px;
}

.info_box ul{
    padding-left: 20px;
    list-style-type: disc;
}

.info_box li{
    list-style-type: disc;
}

.it-list{
	list-style-type: none !important;
}

.info_head{
    background-color: #CCCCCC;
    padding: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: 600;
}

.wrapper{
    width: 864px;
    margin: auto;
}

.web-link{
    width: 800px;
    font-size: 18px;
    text-align: center;
    height: 30px;
}

.description {
    width: 600px;
    margin: auto;
    margin-bottom: 5px;
    border-width:1px;
    border-style:solid;
    border-color:#959595;
    background-color: #FFFFFF;
    border-collapse: separate;
    padding: 3px;
}

.desc-title {
    width: 115px;
}

.legal{
    width: 550px;
    margin: auto;
    font-size: smaller;
}

.back-to-top {
    background: white;
    border: 1px #333333 solid;
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 1em;
}
