#slogan {
    padding-top: 10px;
    color: white;
}

#slogan a {
    text-decoration: none;
}

#slogan h2,#slogan h5 {
    margin: 0 0 .2em 0;
    color: #FED54D;
}

#topnav, #bottomnav {
    border-radius: 0;
    margin-bottom: 0;
    color: white;
}

#bottomnav {
    padding-bottom: 50px;
}

#userstuff { /* oben rechts unten links */ /*padding: 5em 0 0 0;*/
    margin-top: 20px;
}



#logo {
    margin-top: 5px;
}

#logo h1 {
    margin: 0px;
}

#logo img {
    max-height: 60px;
}

#main {
    /*margin: auto;
    width: 75%;
    min-width: 800px;*/
    padding-bottom: 1em;

    background: none repeat scroll 0 0 #FFFFFF;
}

a, .navbar-inverse .navbar-brand {
    color: #eea236;
}

#main {
    padding-right: 0px;
    padding-left: 0px;
}

.content-padding {
    padding-left: 15px;
    padding-right: 15px;
}

#searchbox #search-info {
    margin-top: 1em;
    color: #74abe3;
}

.panel-primary,a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    border-color: #eb9316;
    text-shadow: 0 -1px 0 #eb9316;
}
.panel-primary > .panel-heading, a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    background-color: #eb9316;
    background-image: linear-gradient(to bottom,#f0ad4e 0,#eb9316 100%);
}

#searchbox #powered-by {
    float: right;
    margin-top: 1em;
}

#main-content {
    min-height: 200px;
    margin-bottom: 20px;
}

#searchquery {
    border-color: rgba(255,127,0,.8);
    outline: 0;
    outline: thin dotted \9;
    -moz-box-shadow: 0 0 8px rgba(255,127,0,.6);
    box-shadow: 0 0 8px rgba(255,127,0,.6) !important;
}

#searchbox-inner {
    background: url("../images/content-bg.gif") repeat scroll 0 0
        transparent;
    color: #034086;
    margin: auto;
    width: 90%;
    padding: 1% 5%;
    margin: auto;
}


.book-image {
    margin: 5px; /*float:right;*/
    text-align: center;
}

.book-image img {
    max-width: 150px;
    margin-top: 20px;
}

#cites {
    min-height: 450px;
}

.citeform {
    float: right;
    width: 700px;
}

.citeform textarea {
    resize: none;
    width: 100%
}



.textbox {
    width: 70%;
}

.formtable {
    width: 100%;
}

.formtable .inputtext {
    width: 90%;
    font-size: 1.4em;
    margin-left: 40px;
}

.formtable td {
    margin: 5px;
}

.formtable tr {
    height: 45px;
}

#bookmarks {
    text-align: right;
    padding-top: 1em;
    float: right;
}


#adsense-right {
    position: absolute;
    right: 10px;
    top: 210px;
}

.blue-background {
    background: url("../images/search-bg.gif") repeat scroll 0 0 transparent;
    color: white;
}

.two-col-layout .right-col h2 {
    color: white;
}


.adsense {
    text-align: center;
}


#paypal form {
    float: right;
}



#amazon-left {
    position: absolute;
    left: 0;
    top: 130px;
}

.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#bookmarks {
    max-height: 15px;
    max-width: 220px;
}

.disabled {
    z-index: 1000;
    background-color: lightgrey;
    opacity: 0.6;
    pointer-events: none;
}

