/* 
- - - - - - - - - - - - - - - - - - - - -
Titel: Schule für Tanz & Bewegung CSS (screen)
Autor: Dumrath & Fassnacht KG
URL: http://www.duf-online.de/

Erstellt: 2007-11-01
Bearbeitet: 2007-11-06
- - - - - - - - - - - - - - - - - - - - - 
*/

/* - - - Grundeinstellungen - - - */

/* Normalisiert margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

/* Normalisieren der Schriftgrößen für Überschriften */
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

/* Listenelemente von Listen entfernen */
ol, ul {
    list-style: none;
}

/* Normalisieren von font-style und font-weight */
address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

/* Normalisieren der Tabelle */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Ränder von fieldset und img entfernen */
fieldset, img {
    border: 0;
}

/* Linksbündigkeit bei caption und th */
caption, th {
    text-align: left;
}

/* Entfernt Anführungszeichen von q */
q:before, q:after {
    content: '';
}

html {
    text-align: center;
}

body {
    background: #BBB url(img/body-bg.png) repeat-x 0 0;
    color: #000;
    direction: ltr;
    font: 75%/1.5 verdana, helvetica, arial, sans-serif;
    margin: 0 auto;
    text-align: left;
}

/* - - - IDs - - - */


#container {
	width: 1020px;
	margin: 0 auto;
}

#header {
    height: 165px;
    margin-top: 6px;
    position: relative;
    width: 760px;
}

#header h1 {
    background: url(img/logo.png) no-repeat 0 0;
    height: 165px;
    width: 200px;
}

#header h1 a {
    display: block;
    height: 165px;
    text-indent: -1000em;
    width: 200px;
}

#navigation {
    position: absolute;
    right: 0;
    top: 15px;
}

#navigation li {
    float: left;
}

#navigation a:link, #navigation a:visited {
    color: #000;
    float: left;
    margin: 0 30px 0 0;
    text-decoration: none;
}

#navigation a:hover, #navigation a.aktiv {
    border-bottom: 4px solid #880B13;
}

#imgbar {
    height: 57px;
	background-color: #971911 !important;
}

#page-index #imgbar {
    background: url(img/bildleiste-1.jpg) no-repeat 0 0;
}

#page-kurse #imgbar {
    background: url(img/bildleiste-2.jpg) no-repeat 0 0;
}

#page-galerie #imgbar {
    background: url(img/bildleiste-3.jpg) no-repeat 0 0;
}

#page-kontakt #imgbar {
    background: url(img/bildleiste-4.jpg) no-repeat 0 0;
}

#content {
    background: #BBB url(img/content-bg.png) repeat-x 0 0;
    min-height: 100px;
}

#primary-content {
    margin: 0 30px 0 200px;
    padding: 60px 0 1px 0;
    width: 560px;
}

.vcard {
    margin-bottom: 1.5em;
}

#map {
    border: 2px solid #880B13;
    height: 250px;
    margin-bottom: 1.5em;
    width: 540px;
}

#stundenplan { 
    margin: 0 1.5em 0 1.5em;
    background: #ddd;
    color: #000;
    border: 2px solid #880B13;
    float: right;
    width: 150px;
    padding: 2em;
}

#content #stundenplan a:hover {
    padding: 0;
}

#content #stundenplan p {
    margin-bottom: 0;
}

#stundenplan img {
    float: right;
    margin: 0 0 1em 0;
}

#stundenplan h4 {
    color: #880B13;
}

#footer {
    background: url(img/footer-bg.png) repeat-x 0 0;
    height: 146px;
}

/* - - - Ueberschriften - - - */

h2, h3, h4, h5, h6 {
    color: #FFF;
    font-weight: bold;
}

h2 {
    font-size: 1.6667em;
    margin-bottom: 1.5em;
}

h3 {
    font-size: 1.3334em;
    margin-bottom: 0.5em;
}

h4 {
    font-size: 1em;
    margin-bottom: 0.25em;
}

/* - - - Absaetze - - - */

#content p {
    margin-bottom: 1.5em;
}

/* - - - Listen - - - */

#content ul, ol {
    margin-bottom: 1.5em;
}

#content ul li {
    list-style-type: square;
}

/* - - - Trennllinien - - - */

hr {
    display: none;
}

/* - - - Textauszeichnung - - - */

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

#content blockquote p {
    color: #880B13;
    font-family: Palatino, Georgia, Times, sans-serif;
    font-size: 2.5em;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 0.5em;
}

/* - - - Links - - - */

#content a {
    color: #880B13;
}

#content a:hover {
    color: #FFF; 
    padding: 0.2em;
    text-decoration: none;
    background: #880B13;
}

#galerie a:hover {
    background: none;
    padding: 0;
}


#galerie-nav {
	display: block;
	padding-bottom: 2.5em;
}

#galerie-nav li {
    list-style-type: none !important;
    float: left;
	margin-right: 1.5em;

}

#galerie-nav a:link, #galerie-nav a:visited {
	text-decoration: none;
}

#galerie-nav a:hover, #galerie-nav a.aktiv {
	color: #880B13;
    border-bottom: 4px solid #880B13;
	background:transparent;
	padding: 0 0 2px 0;
}

#galerie-nav + h3 {
	clear:both;
}
