/*Formatierung für den body*/
body{
 margin:0;
 padding:0;
 background-color:black;
 font-family: sans-serif;
}

#wunsch{
 color:#a75d19;
}

/*Formatierung der Überschriften*/
h1, h2, h3 {
 margin:0;
}

h2#center{
	text-align: center;
}

/*Formatierung des Hauptframes*/
#frame{
 clear:both;
 margin-bottom:10px;
 padding: 1%;
 }

/*Formatierung des Logocontainers*/
.Dfuenf {
 min-width:12em;
 padding:1%;
 margin:1%;
}


#red{
color: #a75d19;

}

div {

}

.rein{
letter-spacing: -12px;
}


/*gemeinsame Formatierung der Unterframes D1 (Getränke und Anfahrt), D2 (Getränke und Anfahrt), D3 (Slogan), D4 (Infos), */
.Deins, .Dzwei, .Ddrei, .Dvier {
 min-width:12em;
 padding:1%;
 margin:1%;
 color:#a75d19;
 /*outline:2px solid #a00;*/
/* border: 2px solid #a00;	*/
}

.Deins, .Dzwei{
 width:17%;
 height: 600px;
}

#frame .Ddrei, .Dvier, .Dfuenf{
 width:48%;
 margin-left:auto;
 margin-right:auto;
}

#frame .Dvier{

 }

#frame .Deins{
 float:left;
}

#frame .Dzwei{
 float:right;
}

.Termin {
 color:#a75d19;
 background-color:black;
 margin: 15px;
}

/* Farben der Links*/
a:link { color: #cccccc; text-decoration:none; }
a:active { color: #cccccc; text-decoration:none; }
a:visited { color: #cccccc; text-decoration:none; }
a:hover { color: #cccccc; text-decoration:none; }
