@charset "utf-8";
/**
* @version 1.0
* @author http://www.eventlokal.net
* @copyright Copyright (C) 2012 Lokal für Werbung und Event GmbH All rights reserved
*/


 /**
 * Schriftgrösse kontrollieren
 */

body, td, th { font: 300 115%/140% 'Open Sans Condensed', sans-serif; color: #ffffff;}
td, th { font-size: 100%; }


 /**
 * Allgemeine Formatierungen
 */

.fontOswald {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
}

.brown {
    color: #795b51;
}

.versal {
    text-transform: uppercase;
}
  
h1 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 160%;
    line-height: 120%;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0px 0px 10px 0px;
}

h2 {
    font-family: 'Libre Baskerville', serif;
    font-weight: 400;
    font-style: italic;
    font-size: 400%;
    color: #ffffff;
    margin: 30px 0px 20px 0px;    
}

h3 {

}