/* ==== Global settings ==== */
html {
    height: 90%;
    padding: 30px;
    background: #f5f5f5 url("../images/caro_bg.jpg");
}

body {
    /* round edges for most browsers */
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    background: #f7f7ef url("../images/main-bg.png");
    background-repeat: repeat-y;
    min-height: 99%;
    position:relative;
    margin-bottom: 25px;

    color: #222;
    font-family: Arial,Liberation Sans,DejaVu Sans,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
}

a, a:link, a:visited {
    color: #6d0000;
    cursor: pointer;
}
a:hover {
    text-decoration: none;
    cursor: pointer;
}
/* buttons shouldn't have default link color */
a.btn-info, a.btn-warning, a.btn-success {
    color: white;
}
a.btn-default {
    color: #666;
}
p {
    padding: 0;
    margin: 5px 0;
}

/* ==== header and logo ==== */
#logo {
    padding: 5px;
    background: url("../images/light-tile.gif");

    /* round edges for most browsers */
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -khtml-border-top-right-radius: 15px;
    -webkit-border-top-left-radius: 15px;
    -khtml-border-top-left-radius: 15px;
    -moz-border-top-left-radius: 15px;
    -moz-border-top-right-radius: 15px;

    height: 102px;
    overflow: hidden;
}
.header ul {
    margin: 0;
    padding: 0.5rem 0;
}
.header li {
    display: inline-block;
}
.header .nav {
    border: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
    width: 100%;
    padding: 5px;
    background-color: #ffffff;
}

/* ==== page main/content area ====*/
.main {
    display: table;
    width: 100%;
    min-height: 75%;
    border-right: 1px solid #ddd;
    padding: 20px;
    padding-top: 0;
    padding-bottom: 50px;
    background: url("../images/dinkel.png");
    background-repeat: no-repeat;
    background-position: bottom right;
}
#sideImage {
    float: left;
    display: block;
    margin-top: 25px;
    margin-left: 25px;
    margin-right: 25px;
    width: 350px;
    height: 400px;
    border-radius: 250px;
    -webkit-border-radius: 250px;
    -moz-border-radius: 250px;
    background: url(../images/roundimages/maus.jpg) no-repeat;
}
#content {
   margin-top: 50px;
   text-align: justify;
}

/* ==== news area === */
.newsTitle {
    margin-top: 75px;
    display: block;
    font-size: 27px;
    font-family: "Indie Flower";
    margin-bottom: 15px;
    color: darkorange;
    font-style: italic;
    text-align: right;
}

.news {
    text-align: justify;
    font-size: 17px;
    display: block;
    margin-bottom: 25px;
    padding: 5px;
    border: 1px dotted darkred;
    background-image: url(../images/news_bg.png);
}

.date {
    font-family: Indie Flower;
    color: orange;
    font-size: 26px;
    margin:  5px;
    padding: 2px;
}


/* ==== page footer area ==== */
.footer {
    width: 100%;
    text-align: center;
    color: black;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
    padding: 5px;
    position: absolute;
    bottom: 15px;
}

.impressumContent {
    width: 500px;
    height: 500px;
}



/* ==== settings for index/main page ==== */
.indexLinks {
    list-style: none;
}
.indexLinks li {
    margin-bottom: 25px;
}
.indexLinks a, .indexLinks a:link, .indexLinks a:visited {
    font-family: 'Indie Flower';
    color: #6d0000;
    font-size: 1.8em;
}
.indexLinks a i {
    font-size: 0.7em;
}
.indexLinks a span {
    white-space: nowrap;
}

#nojswarning {
    margin-left: 500px;
    width: 700px;
}
/* index/main navigation links */
#dinkelmaus {
    margin-left: 0;
}
#preis {
   margin-left: 50px;
}
#bilder {
    margin-left: 100px;
}
#anwendung {
    margin-left: 50px;
}
#kontakt {
    margin-left: 25px;
}

/* share dropdown menu */
.sharelinks li {
    width: 100%;
    padding-left: 5px;
}
.share-google {
padding:2px 0 0 25px; height:16px;
background:url(../images/google.gif) no-repeat top left;
}
.share-mail {
    padding:2px 0 0 25px; height:16px;
    background:url(../images/mail.gif) no-repeat top left;
}
.share-twitter {
    padding:2px 0 0 25px; height:16px;
    background:url(../images/twitter.gif) no-repeat top left;
}
.share-addthis {
    padding:2px 0 0 25px; height:16px;
    background:url(../images/addthis.gif) no-repeat top left;
}
.share-facebook {
    padding:2px 0 0 25px;
    height:16px;
    background:url(http://static.ak.facebook.com/images/share/facebook_share_icon.gif?6:26981) no-repeat top left;
}

/* ==== mail form settings ==== */
#mailform {
    margin-bottom: 15px;
    margin-top: 15px;
}
#mailform .alert-danger, #mailform .alert-success {
    display: table;
}

#mailform .input-group input, #mailform .input-group textarea {
    margin: 5px;
}
.formTable {
    background-color: white;
    border: 1px dashed darkred !important;
    color: #666;
    border: none;
    margin-left: 405px;
    margin-bottom: 25px;
}
.formTable td, .formTable th {
    padding: 5px;
}

/* ==== article related settings ==== */
.checkTable td {
    vertical-align: top;
    padding: 15px;
}
.checkTable {
    width: 500px;
    margin: 0;
    border: none;
}
.leftimg {
    float:left;
    margin-right: 25px;
}
.anwendungTable {
    text-align: left;
    border: none;
}
.anwendungTable ul li {
    margin-left: 5px;
}


.preisTable th {
    color: darkred;
    font-family: 'Indie Flower';
    font-size: 17px;
    text-align: center;
}
.preisTable td, .preisTable th {
    margin: 7px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    border-left: 2px dashed #ccc;
}



/* Helper classes */
.hidden {
    display: none;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.middle {
    text-align: center;
    width: 100%;
}
.linkcolor {
    color: #6d0000;
}
.fLeft {
    float: left;
    white-space: normal;
}
.fRight {
    float: right;
    white-space: normal;
}
.notDisplayed {
    display: none;
}
.smallfont {
    font-size: 12px;
}
.bigfont {
     font-size: 18px;
 }
.mousefont {
    font-family: 'Indie Flower';
}
.biglink {
    font-size: 30px;
}
.mouseicon{
    font-size: 20px;
}
.imageGroup {
    display: table;
    margin: 5px;
}


/* nailthumb jquery plugin */
.square-thumb {
    width: 150px;
    height: 100px;
}

.thumbnail {
    float: left;
    margin-right: 3px;
}


/* boxer jquery dialog plugin */
#boxer.mobile {
    color: #fff;
}
#boxer.mobile a,#boxer.mobile a:link, #boxer.mobile a:visited, #boxer.mobile a:hover  {
    color: #ccc;
}
