@CHARSET "UTF-8";

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	background: #333;
	padding: 1em 0 0 0;
	font: 1.2em normal Arial,Ubuntu;
	color: #ffffff;
}

.tright {
	text-align: right;
}

.tcenter {
	text-align: rcenter;
}

.wrap {
	width: 1080px;
	margin: 0 auto;
	background: url('../images/pinsel.png') no-repeat 320px 30px;
}

.main {
	display: table;
	width: 100%;
}

.mail {
	font-size: 0.9em;
}

.caption {
	caption-side: top;
	display: table-caption;
}

.caption_bottom {
	text-align: center;
	caption-side: bottom;
	background: #666;
	background: rgba(255,255,255, 0.3);
	padding: .3em;
	margin: 1.8em 0 0 0;
	box-shadow: 0 0 10px 0 #fff;
	border: 1px solid #777;
}

p.bold {
	font-size: 1.2em;
	font-weight: bold;	
}

.row {
	display: table-row;
}

.cell {
	display: table-cell;
	vertical-align: top;
}

.cell_middle {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}

.timeblock {
	display: block;
	width: 280px;
	background: #666;
	background: rgba(255,255,255, 0.3);
	padding: .3em .6em;
	height: 85px;
	margin:  0 0 20px 295px;
	box-shadow: 0 0 10px 0 #fff;
	border: 1px solid #777;
}

.ferien {
	margin:  0 0 0 295px;
}

.address {
	display: block;
	width: 280px;
	background: #666;
	background: rgba(255,255,255, 0.3);
	padding: .8em;
	height: 300px;
	min-height: 300px;
	margin:  0;
	float: right;
	box-shadow: 0 0 10px 0 #fff;
	border: 1px solid #777;
}

.cell ul {
	margin: 0;
	background: #666;
	background: rgba(255,255,255, 0.3);
	max-width: 240px;
	height: 300px;
	min-height: 300px;
	padding: .8em;;
	box-shadow: 0 0 10px 0 #fff;
	border: 1px solid #777;
}

.cell ul li {
	list-style: none;
	margin: .1em .3em;
}

h2 {
	height: 80px;
	line-height: 80px;
	font-size: 32px;
}

#impressum {
	text-align: center;
	font-size: .8em;
	height: 50px;
	line-height: 50px;
}

#impressum a {
	color: #fff;
	text-decoration: none;
}

#impressum a:hover {
	text-decoration: underline;
}

/*.logos {
	overflow-y: hidden;
	overflow-x: scroll;
	height: 120px;
	width: 680px;
	border: none;
	margin: .8em auto;
	background: rgba(255,255,255, 0.3);
	white-space: nowrap;
}

.logos img {
	display: inline;
	margin: 10px;
}*/

#scroll {
width: 1040px;
height: 80px;
position: relative;
background: rgba(255,255,255, 0.3);
margin: .2em auto;
}
		
#scroll div.scrollableArea img{
position: relative;
float: left;
margin: 10px 0 0 0;
padding: 0 .3em;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
}
