body {
    font-family: verdana;
    background: url('../img/bg.jpg');
}

p {
    font-size: 16px;
    text-align: justify;
}
@media (max-width: 979px) and (min-width: 768px){
    *,p,td,tr,li,a {
        font-size: 12px;
    }
}

hr {
    border-top: 1px dashed black!important;
    margin: 0;
}

h1 {
    color: #663333;
    font-weight: bold;
    font-size: 20px;
}

h2 {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 0px;
}

a {
    color:#663333;
    text-decoration:underline;
}

a:hover{
    color:black;
}

img.nofull {
    max-width:none;
}

.imgLehrer {
    float: left;
    height: 170px;
    margin-right: 20px;
    margin-bottom: 5px;
}
li:active {
    color:#663333;

}

.span7 {
    width: 680px;
    margin-left: 0;
    background: #f9f9f9;
    padding: 20px;
}
.header .span7 {
    padding-top: 0 !important;
    padding: 20px;
}
@media (min-width: 1200px){
    .span7 {
        width: 714px;
    }
}
@media (max-width: 979px) and (min-width: 768px){
    .span7 {
        width: 518px;
    }
}
@media (max-width: 767px){
    .span7 {
        width: auto;
    }
}
h2.beschriftung{
    background-color: #ece0da;
    color:#823643;
}


/* *************************
HEADER
************************* */
.header {
    -moz-box-shadow: inset 0 8px 8px -8px rgba(9,9,9,0.6), inset 0 -8px 8px -8px rgba(9,9,9,0.6);
    -webkit-box-shadow: inset 0 8px 8px -8px rgba(9,9,9,0.6), inset 0 -8px 8px -8px rgba(9,9,9,0.6);
    box-shadow: inset 0 8px 8px -8px rgba(9,9,9,0.6), inset 0 -8px 8px -8px rgba(9,9,9,0.6);
    padding: 3px;
}


.well.logo {
    min-height: 290px;
    padding: 0;
    margin-bottom: 0;
    background: #eadac3;
    text-align: center;
}


/* *************************
NAVBAR
************************* */
.navbar {
    margin-bottom: 0;
}

.navbar-inner {
    background: none;
    border: none;
    padding-left: 10px;
    padding-right: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.navbar.container > .navbar-inner {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.navbar a {
    font-size: 16px;
}



.navbar .nav > li > a:focus, .navbar .nav > li > a:hover, .navbar .nav > li > a {
    color: #000;
    text-shadow: none;
}

.navbar.container.bottom a {
    font-size: 12px;
}

.navbar.container.bottom > .navbar-inner {
	height: 0 !important;
	min-height: 0 !important;
}

.navbar.container.bottom .nav {
    margin: 5px 0 0 0;
}
.navbar.container.bottom .nav > li {
    line-height: 13px;
}
.navbar.container.bottom .nav > li > a{
    border-left: 1px solid black;
    } 
    .navbar.container .nav > li > a{ border-left: 1px solid #d5d0c9; }
    .navbar.container.bottom .nav > li:first-child > a, .navbar.container .nav > li:first-child > a{
        border-left: none;
        margin-left: 5px;
    }


    .navbar .nav > li > a {
        margin: 10px 0px 10px 10px;
        padding: 0 0 0 10px;
    }



    .navbar.container > .navbar-inner {
        /*height: 56px;*/
    }

    .navbar.container .nav {
        margin: 0 0 0 0;
    }

    .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
        color: #000;
        text-decoration: none;
        background-color: none;
        background: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
        height: 11px;
        padding: 8px 10px;
        margin-top: 6px;
        font-size: 11px;
        width: 190px;
    }

    .search-query {
		-webkit-border-radius: 0px !important;
		-moz-border-radius: 0px !important;
		border-radius: 0px !important;
	}
        .textbox {
		-webkit-border-radius: 0px !important;
		-moz-border-radius: 0px !important;
		border-radius: 0px !important;
        height: 35px;
	}

    @media (min-width: 1200px){
        select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
            height: 11px;
            padding: 8px 10px;
            margin-top: 6px;
            font-size: 11px;
            width: 240px;
        }
    }

    li.active a {
        color: #663333 !important;
    }

/* *************************
SIDEBAR
************************* */
.well.sidebar-nav a{
    text-decoration:   none;
}
#ctl00_updMenuKursgruppen a li{
    margin-top: 30px;
}
#ctl00_updMenuKursgruppen a:first-of-type li{
    margin-top: 20px;
}
.well.sidebar-nav li {
    margin-top: 10px;
}
.well.sidebar-nav li a:before
{ 
    content:"> ";
}


/* *************************
CONTENT
************************* */
.content {
    -moz-box-shadow: inset 0 8px 8px -8px rgba(9,9,9,0.6), inset 0 -8px 8px -8px rgba(9,9,9,0.6);
    -webkit-box-shadow: inset 0 8px 8px -8px rgba(9,9,9,0.6), inset 0 -8px 8px -8px rgba(9,9,9,0.6);
    box-shadow: inset 0 8px 8px -8px rgba(9,9,9,0.6), inset 0 -8px 8px -8px rgba(9,9,9,0.6);
    padding: 3px;
}

.header.container > .row {
    height: 259px;
    overflow: hidden;
}

.well {
    min-height: 20px;
    padding: 10px;
    margin-bottom: 0;
    background-color: #e8dfd9;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 100%;
}

.sidebar-nav li, .sidebar-nav li a {
    font-size: 14px;
    text-shadow: none;
}

.nav-header {
    color: #663333;
    font-weight: bold;
    text-transform: none;
    padding: 0 15px;
}

.well a {
    color: #666;
}

.nav-list > .active > a, .nav-list > .active > a:hover, .nav-list > .active > a:focus {
    color: black;
    text-shadow: none;
    background-color: none;
    background: none;
    text-decoration: underline;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: underline;
    background-color: none;
    background: none;
}


/* *************************
Aktuell
************************ */
.aktuell {
    display: block;
    height: auto;
    border-top: 1px dashed black!important;
    border-bottom: 1px dashed black!important;
    margin: 20px 0;
    padding: 15px 15px 0;
}
.aktuell img{
    float: left; 
    width: 97px;
    height: auto;
    margin: 0 10px 0 10px;
}
.aktuell p{
    font-size: 15px;
}
.aktuell p.both{
    clear: both;
}

/*
<span class="aktuell">
<img src="/Styles/img/Aktuell.png">
<p><strong>Sommer-Intensivkurse:</strong>
<br>
<br>
Grundkurs/Salsa und karibishe Tänze<br>
Täglich von Montag bis Freitag, vom 5.-9. August 2013 <a href="#">&gt; weiterlesen</a>
</p>

<p class="both"></p>
</span>
*/



/* *************************
FOOTER
************************ */
hr {
    margin-top: 0;
    border: none;
}

footer {
    text-align: left;
}

footer p {
    font-size: 11px;
}

footer .nav-collapse.collapse a {
	margin: 0 0 10px 10px !important;
}

.footer-link ul{
	margin: 0 0 0 0 !important;
}

@media (min-width: 1200px){
    .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
        width: 1024px;
    }
}


/* *************************
TABLE
************************ */
.table thead tr.success {
    background-color: #ece0da;
    color:#823643;
}
.table-bordered {
    border: 1px solid white !important;
    border-collapse: separate;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.table-bordered th, .table-bordered td {
    border-left: 1px solid white;
}
.table th, .table td {
    border-top: 1px solid white;
}
.table-bordered thead:first-child tr:first-child>th:first-child, .table-bordered tbody:first-child tr:first-child>td:first-child, .table-bordered tbody:first-child tr:first-child>th:first-child {
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
}
.table-bordered thead:first-child tr:first-child>th:last-child, .table-bordered tbody:first-child tr:first-child>td:last-child, .table-bordered tbody:first-child tr:first-child>th:last-child {
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
}