@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
*/

 /* Zurücksetzen der Innen- und Aussenabstände*/
 * {
 	margin: 0;
 	padding: 0;
 }


 /**
 * Allgemeine Formatierungen
 */
 
  .center {
	margin: 0px auto;
}

.centerText {
	text-align: center;
}

w100{width: 100%;}

 /**
 * Grundaufbau
 */
 
html {
	height: 100%;
}

body {
	height: 100%;
}


div#marke {
    margin: 1% auto;
}

div#topMenu {
    height: 100px;
    border-top: 1px solid #d7d7d7;
    letter-spacing: 1px;
}

div#topMenu ul.menu {

}

div#topMenu ul.menu li {
    display: inline-block;
    line-height: 100px;
}

div#topMenu ul.menu li a {
    color: #7e7e7e;
    font-size: 120%;
    text-transform: uppercase;
}

div#topMenu ul.menu li a:hover {

}

div#modGallery {
    height: 100% ! important;
    max-height: 100%;
    box-sizing: border-box;
}



 /* Links und Anker allgemein */

 a img {
 	background-color: transparent;
 	border: none;
}
 
 a {
	text-decoration: none;
 	border: none;
}

a:link {

}

a:visited {

}

a:hover, a:focus {
	text-decoration: none;
	background-color: transparent ! important;
}

a:active {

}