/*
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 : 14.12.2014, 10:08:41
    Author     : GS
*/


body {
    text-align: left;
    font-family: "Levenim MT", arial;
    font-size: 1.5em;
    color: #1f3a55;
}

h1, .h1 {
    font-size: 1.2em;
    font-weight: bold;
}

.h1 {
    margin-top: 0px;
}

h2 {
    font-size: 1.5em;
    font-weight: bold;
}

.img-responsive {
    margin: 0 auto;
}

.marginbottom {
    margin-bottom: 10px;
}

ul.haken li { 
    list-style-image: url(/img/haken.png); 
    margin: 2px 0px 0px 10px; 
    padding: 0px 0px 0px 2px; 
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: left;
    }
    .nav>li>a {
        padding: 10px 10px;
    }
}
@media (min-width: 1000px) {
    .form-horizontal .control-label {
        text-align: right;
    }
}


/*


nav ul,nav ul li{
    background-color: #d4d7df;
}
nav ul li {
    list-style      : none;
    float           : left;
}
nav ul li a {
    text-decoration : none;
    display         : block;
    color           : #1f3a55; 
    padding         : 3px 15px; 
}
nav ul li:hover > ul {
    visibility      : visible;
}
nav ul li ul {
    visibility      : hidden;
    position        : absolute;
    padding         : 0px;
}
nav ul li ul li{
    float           : none;
    text-align      : left;
}
nav ul li ul li a:hover{
    color           : white;
    background-color: #1f3a55;
}

nav ul li.cat*:hover a, nav ul li.cat*:hover > ul li a  {
    text-decoration : none;
    background-color: #1f3a55;
    color           : #FAFAFA;
}

nav ul li:hover > a {
    color           : #FAFAFA;
    background-color: #1f3a55;
    text-align      : left;
}

nav ul li a:link {
    text-decoration : none;
}

a {
    color           : #1f3a55;
}

a:link, a:active {
    text-decoration: underline;
}

a:visited, a:hover {
    text-decoration: none;
}


#id-site-info {
    float           : left;
    width           : 180px;
    padding         : 10px 0 0px 10px;
    height          : 380px;
    background      : linear-gradient(#d4d7df, white)
}

#id-site-info-address {
    padding-bottom  : 10px;
}

#id-site-info-days {
    float           : left;
}
#id-site-info-hours {
    text-align      : right;
    margin-left     : 60px;
}

#id-site-info-3dcode {
    margin-top      : 10px;
    width           : 120px;
    height          : 120px;
    margin-left     : auto; 
    margin-right    : auto; 
    background-image: url('/img/3dcode.png') ;
    background-size : 100% ;
}

.div-header-upper {
    letter-spacing  : 5px;
    font-weight     : bold;
    font-size       : 12pt;
    text-transform  : uppercase;
    margin          : 10px 0;
}

#id-site-content {
    margin-left     : 230px;
    padding-top     : 20px;
    width           : 640px;
}

.div-content-header {
   font-weight: bold; 
}

#id-site-footer {
    width       : 100%;
    padding     : 5px 0;
    margin      : 5px 0;
    word-spacing: 5px;
    text-align  : center;
    font-size   : 9pt;
}

.team_photo {
    width: 200px;
    float : left;
}
.team_text.p {
    line-height: 30px;
}
.team_item {
    height: 240px;
    float : none;
}



.div {
    border: #000 solid 1px;
}

.field {
    width: 100px;
}

text {
    width: 100%;
}
*/
