@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
 */
 
.displayNone {
	display: none;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.center {
	margin: 0px auto;
}

.centerText {
	text-align: center;
}

.absolute {
	position: absolute;
}

.relative {
	position: relative;
}

.noMargin {
	margin: 0px ! important;
}

.marginR2 {
    margin-right: 20px ! important;
}

.marginT2 {
    margin-top: 2%;
}

.shadow {
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}



 /**
 * Grundaufbau
 */
 
html {
	height: 100%;
	overflow-y: scroll;
}

body {
	height: 100%;
}


div#containterTop {
    background-image:url(/templates/wallimann/images/wallimann-wellen.png);
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 10px;
}

div#modPicHeader {
    position: relative;
    text-align: right;
    z-index: -5;
}

div#marke {
    padding: 60px 0px 40px 0px;
}

div#modRight {


}


/* Haupt-Container */

div#containerMiddle {
    background-color: #c86d5b;
    width: 100%;
    padding:20px 0px 20px 0px;
}

div#wave {
    background-image:url(/templates/wallimann/images/wallimann-wellen.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 22px;
}


/* Menu top */

div#menuTop {
    text-align: center;
    margin-top: -10px;
    height: 80px;
}

div#menuTop ul.menu {
    margin: 0% 0% 0% 0%;
}

/* Für alle Menüpunkte */

div#menuTop ul.menu li {
    display: inline-table;
    font-family: 'Libre Baskerville', serif;
    font-weight: 400;
    font-style: italic;
    font-size: 150%;
    margin: 0px 35px 0px 0px;
}

div#menuTop ul.menu li:last-child {
    margin: 0% 0% 0% 0%;
}

div#menuTop ul.menu li a {
    line-height: 90px;
    color: #795b51;
}

div#menuTop ul.menu li:hover {
    color: #c86d5b;
}

div#menuTop ul.menu li a:hover {
    color: #c86d5b;
    background-image:url(/templates/wallimann/images/menu-hover.png);
    background-repeat: no-repeat;
    background-position: center;
    background-position: top;
}

div#menuTop ul.menu li.current.active a {
    color: #c86d5b;
    background-image:url(/templates/wallimann/images/menu-hover.png);
    background-repeat: no-repeat;
    background-position: center;
    background-position: top;
    
}

div#menuTop ul.menu li.active.deeper.parent a {
    color: #c86d5b;
    background-image:url(/templates/wallimann/images/menu-hover.png);
    background-repeat: no-repeat;
    background-position: center;
    background-position: top;
}



/* Inhalt */

div#content {
    min-height: 250px;
}



/* Fusszeile */

div#containerBottom {
    margin-top: 30px;
    padding-bottom: 15px;
}


div#footer th, #footer td  {
    color: #c86d5b;
}

div#footer a {
    color: #c86d5b;
}



/* Menu bottom */

div#menuBottom {    
    text-align: right;
}

div#menuBottom ul.menu {    

}

div#menuBottom ul.menu li {    
    font-family: 'Libre Baskerville', serif;
    font-weight: 400;
    font-style: italic;
}

div#menuBottom ul.menu li a {    
    color: #795b51;
}


div#menuBottom ul.menu li.current a {    
   
}



/* Links und Anker allgemein */

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

a:link {
    color: #ffffff;
    font-style: italic;
    letter-spacing: 0.5px;
}

a:visited {
    color: #ffffff;    
}

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

a:active {
    color: #ffffff;	
}