
/*body {*/
/*    background-color: #EFEFEF;*/
/*}*/

.body-container
{
    width: 1400px;
    margin: 20px auto;
    padding: 0;
    z-index: 0;
}

h3 {
    font-size: 30px;
    margin: 15px 0px;
    line-height: 110%;
}
h3 small {
    color: #939393;
    font-family: monospace, monospace;
}
button {
    width: 100%;
    padding: 20px;
    cursor: pointer;
}
code {
    font-size: 16px;
    color: red;
    font-family: monospace, monospace;
}

section {
    /*border: 1px solid red;*/
    height: 700px;
    /*width: 100% !important;*/
    padding: 0px 10px 0 20px;
    margin: 0px auto;
}


.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 3px;
}
.panel {
    transition: all 0.2s linear;
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}
    .panelHover:hover {
        transition: all 0.2s linear;
        transform: translate(1px, -1px);
        -webkit-transform: translate(1px, -1px);
        -moz-transform: translate(1px, -1px);
        -o-transform: translate(1px, -1px);
        -ms-transform: translate(1px, -1px);
        box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.5);
    }

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}
.circle {
    width: 80px;
    /*height: 50px;*/
    border-radius: 50%;
}    
    
#brand {
    position: relative;
    width: 250px;
    text-decoration: none;
    margin: 10px 0 0 0;
    font-size: 20px;
    /*font-family: serif;*/
}
    #brand a {
        text-decoration: none;
    }
    #brand img {
        margin: -4px 5px 0 0;
        padding: 0;
    }
    #brand a span {
        /*font-family: serif;*/
    }
    #brand a div {
        position: absolute;
        top: 20px;
        left: 57px;
        font-size: small;
        color: silver;
    }

/*#hero-area {*/
/*    !*background: url('/permulta.com/images/cafe2.jpg') bottom left;*!*/
/*    !*background: url('/assets/abk/img/portfolio/img6.jpg') bottom left;*!*/
/*    !*background: url('/ueffing.net/images/fotolia_78146226.jpg') bottom left;*!*/
/*    !*background: url('/ueffing.net/images/fotolia_101829425.jpg') bottom left;*!*/
/*    !*background: url('/ueffing.net/images/interior-design-828545_1280.jpg') bottom left;*!*/
/*    background: url('/ueffing.net/images/office-583839_1280.jpg') bottom left;*/
/*    !*background: url('/ueffing.net/images/write-593333_1280.jpg') top left;*!*/
/*    !*background: url('/ueffing.net/images/background-1245229_1280.jpg') top left;*!*/
/*    background-size: cover;*/

/*    text-shadow: 0px 0px 10px #000;*/
/*}*/
.bgimg {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  z-index: -1;

  display: block;
  background-image: url('/ueffing.net/images/write-593333_1280.jpg');
  background-size:cover;
  width: 100%;
  height: 100%;

  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

#about {
    background: url('/ueffing.net/images/cafe2.jpg') top left;
}
#copyright {
    padding: 0 0 750px 0;
}
            .topShadow, .shadow {
                box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
            }
            .logo-menu .navbar {
                background-color: white;
            }
            #navbar ul li a {
                color: #334455;
            }
            #navbar ul li a:hover {
                color: white;
            }
            #navbar ul li.active a {
                color: white !important;
            }
#table {
    width: 90%;
}
#subMenu {
    width: 300px;
    max-width: 300px;
    padding: 20px 20px 0 0;
    vertical-align: top;
    border-right: 1px solid silver;
}
#mainContent {
    vertical-align: top;
    padding: 0 20px 20px 20px;
}
#chatMenu {
    width: 300px;
    max-width: 300px;
    padding: 20px 0 20px 20px;
    vertical-align: top;
    border-left: 1px solid silver;
}
blockquote {
    font-style: italic;
    font-size: medium;
}

.noborder {
    border: none !important;
}
.displayNone {
    display: none;
}
.padding5 {
    padding: 5px;
}
.padding10 {
    padding: 10px;
}
.padding20 {
    padding: 20px;
}
.textShadowNone {
    text-shadow: none;
}
.text-black {
    color: #303030;
}
.bg-lightgray {
    background-color: #EFEFEF;
}







