@charset "UTF-8";
@font-face {
    font-family: "Yozakura";
    src: url('../Fonts/YozakuraJP-Regular.otf') format("truetype");
	font-family: "Lovely";
    src: url('../Fonts/lovely_eunike_hans.otf') format("truetype");
}


body {
	/*background: url('images/MarbleX2.jpg') transparent repeat;
	background-size: 500px 332px;*/
	background: url('images/stein.jpg') transparent repeat;
	/*background: url('images/marble3.jpg') transparent repeat;*/
	margin-right: auto;
	margin-left:auto;
	font-family: Verdana;
	font-size: 11px;
}

#wrapper{
	margin-left:50px;
	margin-top:30px;
	max-width:700px;
	margin-right:20px;
	font-size: 10px;
}

#schrift {
	font-family: Lovely;
	font-size:50px;
	float: left;
	color:#333333;
	margin-top:25px;
}

#top {
	background-color: rgba(255, 255, 255, 0.4);
	width:300px;
	height:auto;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	float:right;
}
#top p{
	padding-left:1em;
	padding-right:1em;
}

#mural {
	background-color: #e2e2e2;
	clear:both;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
	margin-left:0px;
	position: fixed;
	top: 60%;
	transform: translateY(-60%);
	
	/*scrollbar-color: #0A4C95 #C2D2E4;*/
}

#mural img {
vertical-align:bottom;
}

table.muh {
	padding:0px;
	border:none;
	border-spacing: 0px;
    border-collapse: separate;
}
table.muh td {
		/*background-color:#bbbbbb;*/
		border:0px;
		width:800px;
    }
	
	
tr.abstand>td {
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  padding-left:0.5em;
}

/* Link Styles */

a:link, a:visited, a:active { /* Normal Link, Visited Link, Active Link */
color:#373052;
text-decoration:none;
}

a:hover { /* Link Hover */
color:#fff;
text-decoration:none;
border-bottom:none;
text-shadow:0 0 0.2em #000;
}


.button {
	background-color: #bbbbbb; /* Green */
	border: none;
	color: white;
	padding: 10px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 12px;
	bottom: 0px;
	width:100%;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
	cursor: crosshair;
}

.button:hover {
  background-color: #bbbbbb; /* Green */
  color: white;
}

