*{
    box-sizing: border-box;
    font-family: Verdana,Arial,SunSans-Regular,sans-serif;
    font-size: 11px;
}
body{
    background: #E0E0E0;
}
.outer-frame{
    max-width: 920px;
    margin: 20px auto;
    background: #fff;
    padding: 0px;
}
ul{
    list-style: none;
}
/*FOOTER*/
footer ul{
    padding-left: 0px;
}
footer li{
    display: inline-block;
}
footer{
    max-width: 920px;
    margin: 0px auto;
    text-align: center;
}
footer ul li{
    margin: 0px 15px;
}

/*LINKS*/
footer a, #divMain a{
    text-decoration: underline;
    color: #000;
}

footer a:hover, #divMain a:hover, footer a:active, #divMain a:active, footer a:focus, #divMain a:focus{
    text-decoration: underline;
    color: #9FA66F;
}

/*QUOTE*/
.quotes{
    font-size: 80px;
    font-weight: bold;
}
blockquote{
    background: transparent url("../img/quote2.gif") no-repeat scroll 0 0;
    color: #696969;
    font-size: 11px;
    font-style: italic;
    line-height: 140%;
    margin: 22px 20px -30px 20px;
    min-height: 40px;
    padding-left: 35px;
    border-left: 0px;
}

/*NAV*/
#navMain{
    background: #9FA66F;
    border-radius: 0px;
    border: 0px;
    height: 80px;
    margin-bottom: 0px;
}
#navMain li a{
    color: #fff;
}
.nav{
    font-size: 12px;
    font-weight: bold;
}
.navbar-brand{
    padding: 10px 14px;
}
.navbar-right{
    margin: 30px 0 0 0;
    padding: 0px;
}
#navMain .navbar-toggle{
    border: 2px solid #fff;
    border-radius: 0px;
}
#navMain .navbar-toggle:hover, #navMain .navbar-toggle:active, #navMain .navbar-toggle:focus{
    background: transparent;
}
#navMain .navbar-toggle .icon-bar{
    background-color: #fff;
}
#navStack{
    padding-top: 20px;
}
.nav-pills .active>a{
    color: #a66b49 !important;
}
.nav-pills .active .active a{
    color: #000 !important;
}
.nav-pills li a{
    color: #401915;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
}
.nav-pills li a:hover{
    background: transparent;
}
.nav-pills li a:active, .nav-pills li a:focus{
    color: #a66b49;
    background: transparent;
}
.nav-pills li ul{
    list-style: none;
}
.nav-pills li li a{
    color: #a66b49;
    font-size: 12px;
    line-height: 22px;
    font-weight: bold;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background-color: transparent;
    color: #000;
}

.caret{
    float: right;
    margin-right: 15px;
    margin-top: 18px;
}

/*SEARCHBAR*/
#inputSearch{
    margin-top: 13px;
    width: 160px;
}
.form-field:hover, .form-field:focus, .form-field:active{
    background: #EBDBCB;
}

/*FORMS*/
.form-field{
    border: medium none;
    color: #401915;
    letter-spacing: 1px;
    font-size: 11px;
    padding: 5px;
    border-radius: 0px;
    height: auto;
    background: #E0E0E0;
}
#formNewsletter{
    margin-bottom: 10px;
    width: 100%;
}
#formNewsletter .form-field{
    max-width: 150px;
    display: block;
    width: 100%;
}

#formNewsletter input[type="submit"]{
    font-size: 11px;
    padding: 3px 0px;
    width: 150px;
    margin: 10px 0px 5px 0px;
    background: #9fa66f;
    font-weight: bold;
    color: #fff;
    border-radius: 0px;
}

#inputName{
    background-image: url("../img/newsletter_user.png");
    background-position: 130px 6px;
    background-repeat: no-repeat;
    margin-bottom: 5px;
}

#inputEMail{
    background-image: url("../img/newsletter_email.png");
    background-position: 130px 6px;
    background-repeat: no-repeat;
}

aside.col-md-3{
    padding-right: 0px;
}

/*HEADINGS*/
h1,h2{
    font-weight: bold;
}

h1{
    font-size: 16px;
    color: #9FA66F;
}

h2{
    font-size: 14px;
}

h3{
    font-size: 12px;
    text-decoration: underline;
}

/*DIVMAIN*/
#divMain{
    padding-bottom: 15px;
}

/*SPEECHBUBBLE*/
.speechbubble{
    background-color: #ebdbcb;
    background-image: url("../img/box_corner.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    margin: 22px 0 10px 0;
    padding: 10px 10px 15px;
    width: 150px;
}
.speechbubble p{
    padding-bottom: 5px;
}

/*BAR*/
#divBar{
    clear: both;
    float: none;
}
#divBar .col-md-3{
    background: #CC916F;
    height: 20px;
}

#ulNavDefault{
    display: none;
}

#navStack .dropdown-menu .active a{
    background-color: transparent;
    color: #a66b49;
}

/*TYPO3 FRAMES*/
.frame{
    margin-bottom: 20px;
}
.frame-type-html{
    margin-bottom: 50px;
}
.ce-below .ce-gallery{
    margin-top: 0px;
}

/*TABLES*/
.standard-table{
    border: 1px solid #000;
}
.standard-table tbody tr:nth-child(even){
    background-color: #d8dbc5;
}
.standard-table td{
    padding: 8px 10px;
    border-right: 1px solid #000;
}
.standard-table thead{
    border-bottom: 1px solid #000;
}
.standard-table thead td{
    background-color: #d8dbc5;
}

/*SEARCHBAR*/
#traktat_search{
    position: relative;
    background: #CC916F;
    padding: 10px 15px 10px 12px;
}
#keyword {
    float: left;
    height: 29px;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #efefef;
    border-color: currentcolor currentcolor black;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    font-family: Verdana,Arial,SunSans-Regular,sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
    padding: 4px;
    width: 100%;
}
#keyword_help {
    background: transparent url("../img/help_keyword.png") no-repeat scroll 3px 3px;
    border: medium none;
    cursor: help;
    float: left;
    height: 26px;
    margin-left: -28px;
    margin-top: 0px;
    position: relative;
    width: 25px;
}
#tab_traktat_search{
    width: 70px;
    background: #CC916F;
    padding: 5px 12px 0px 12px;
    font-weight: bold;
}
#submit_traktatsearch {
    margin-top: 10px;
    width: 125px;
}
#submit_traktatsearch:hover {
    background: #ebdbcb;
    font-weight: bold;
}
#submit_traktatsearch, button, input[type="submit"] {
    background-color: #efefef;
    border: medium none;
    cursor: pointer;
    font-size: 11px;
    letter-spacing: 1px;
    padding: 4px;
}
#toggle_advanced_search {
    cursor: pointer;
    float: right;
    margin-top: 15px;
    text-decoration: underline;
}
#toggle_advanced_search:hover{
    color: #000 !important;
}

/*ADVANCED SEARCH*/

/*TOOLTIP*/
#divTooltip{
    display: none;
    position: absolute;
    z-index: 2;
    width: 450px;
    height: 470px;
    background: #fff;
    border: 2px solid #b9b9b9;
    color: #000;
}
#keyword_help:hover #divTooltip{
    display: block;
    left: 28px;
    top: -3px;
}
#divTooltipContent{
    padding: 10px;
}
#divTooltip #divTooltipHeader{
    background: #b9b9b9;
    padding: 5px 10px;
}
#divTooltip #divTooltipHeader p{
    font-weight: bold;
    margin-bottom: 2px;
}
#divTooltip table tr{
    border-bottom: 1px solid #000;
}
#divTooltip table tr td{
    border-right: 1px solid #000;
    min-width: 100px;
    padding: 5px 8px;
}

#divTooltip table{
    margin-bottom: 10px;
}

#divTooltip table thead td{
    font-weight: bold;
}

#traktat_search select {
    height: 25px;
    margin-top: 10px;
}
#category{
    width: 100%;
}
#category:hover, #category:active, #date_from:hover, #date_to:hover, #date_from:active, #date_to:active{
    background: #EBDBCB;
    box-shadow: 0px transparent;
}
#date_to{
    margin-bottom: 5px;
}
#label_available, #label_iscurrent{
    display: inline-block;
    width: 200px;
}

/*ORDER BAR*/
#tab_order {
    background-color: #ebdbcb;
    border: medium none;
    cursor: pointer;
    float: left;
    margin-top: 2px;
    padding: 5px 10px;
    position: relative;
}
#jcart table {
    background: #ebdbcb none repeat scroll 0 0;
    border: medium none;
    border-spacing: 0;
    clear: left;
    float: left;
    padding: 0;
    width: 260px;
}

#jcart {
    clear: right;
    float: right;
    margin-bottom: 40px;
    width: 260px;
}

#jcart th, #jcart td {
    border: medium none;
    padding-left: 10px;
    padding-top: 10px;
    text-align: left;
    vertical-align: top;
}
#jcart input#jcart-checkout {
    float: left;
    margin-bottom: 10px;
    padding: 4px;
    width: 125px;
    font-weight: normal;
}
#jcart input#jcart-checkout:hover {
    font-weight: bold;
}
#jcart span#jcart-subtotal {
    float: right;
    padding-right: 10px;
    padding-top: 4px;
}
#jcart td{
    padding-bottom: 6px;
}

#search_container{
    width: 260px;
}

/*TRAKTAT CONTAINER*/
#divMain .row .row .col-md-3 {
    float: left;
    margin-bottom: 25px;
}
.col-md-3 a img{
    max-width: 135px;
    margin-bottom: 8px;
}
#divMain article .col-md-3 hr{
    border-color: #000;
    margin: 2px 0 4px 0;
    max-width: 135px;
}

/*IMGs*/
.ce-gallery .image img{
	width: 100%;
	height: auto;
}

/*MEDIA QUERIES*/

@media(max-width: 991px){
    #jcart{
        float: left;
        margin-top: 15px;
    }
	.checkboxes{
		display: block;
	}
	#label_available, #label_iscurrent{
		width: auto;
		margin-right: 5px;
	}
	#available, #iscurrent{
		margin-right: 30px;
	}
}

@media(max-width: 768px){
    .outer-frame{
        margin: 0px;
    }
    #navMain{
        height: auto;
    }
    #navMain li a{
        color: #9FA66F;
    }
    #ulNavDefault{
        display: block;
    }
    #ulNavDefault>li{
        border-bottom: 1px solid #9FA66F;
    }
    #ulNavDefault li li a{
        font-weight: bold;
    }
    .navbar-header{
        padding-bottom: 22px;
    }
    #divNavSide{
        display: none;
    }
    #bs-example-navbar-collapse-1{
        background: #fff;
        border-bottom: 2px solid #9FA66F;
    }
    .navbar-right{
        margin: 0px -15px;
    }
    #inputSearch{
        margin: 0px;
        width: 100%;
        padding: 10px 15px;
    }
    footer{
        padding-top: 15px;
    }
}

@media(min-width: 769px){
    #navStack{
        margin-bottom: 15px;
    }
    #navStack .active .dropdown-menu{
        display: block;
        position: relative;
        margin-bottom: 15px;
        box-shadow: none;
        border: 0px;
        border-radius: 0px;
        padding-left: 20px;
        margin-top: 0px;
        padding-top: 0px;
        z-index: 5;
        width: 100%;
    }
}

@media(max-width: 500px){
	.col-xs-4{
		clear: both;
		float: none;
	}
}

@media(max-width: 400px){
    .row .col-xs-6{
        clear: both;
        float: none;
    }
	#divMain .row .col-md-6{
		padding: 0px;
	}
	#traktat_search{
		height: 240px;
	}
	#toggle_advanced_search{
		float: none;
		display: block;
	}
	#c44{
		margin-left: -15px;
	}
}

.tract-preview {
	height: 300px;
}

.pagination > .active  > a {
	background-color: #cc916f;
	color: white;
}

.btn-primary {
	background-color: #9fa66f;
	border-color: #ebdbcb;
}

.btn-primary:hover {
	background-color: #ebdbcb;
	border-color: #ebdbcb;
}