* {
	box-sizing: border-box;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	padding: 0;
	margin: 0;
	text-align: center;
	background-image: url(/img/rauh3.jpg);
}
p {
	font-size: 11pt;
}
div.page {
  	width: 800px;
	margin: 0;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	background-color: #f4f4f4;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	border: 0px solid #000000;
	box-shadow: 10px 10px 38px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow: 10px 10px 38px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 38px 0px rgba(0,0,0,0.75);
	-o-box-shadow: 10px 10px 38px 0px rgba(0,0,0,0.75);
}
div.body {
}
div.text {
	width: 800px;
	padding: 10px;
	display: inline-block;
	background-color: #eee;
}
div.text h4 ~ h4 {
	padding-top: 8px;
}
div.header {
	width: 800px;
	height: 160px;
	text-align: center;
	border-radius: 10px 10px 0px 0px;
	background: url(/img/bruecke5.jpg);
}
div.footer {
	width: 630px;
	height: 40px;
	font-size: 9pt;
	text-align: center;
	background-color: ff0;
}
div.news {
	display: inline-block;
	width: 160px;
//	width: 146px;
	min-height: 200px;
	vertical-align: top;
//	margin-left: 5px;
	padding: 4px;
	background-color: #ccccff;
	border-radius: 0px 0px 10px 10px;
}
div.debug {
//	width: 100%;
	background-color: yellow;
}
div.info.main {
	display: none;
	max-width: 25em;
	padding: 5px;
	padding-left: 10px;
	margin:0;
	background-color: #ff8;
	border-radius: 10px;
}
div.info p {
	font-size: 9pt;
}
img.header {
	width: 800px;
	height: 160px;
	border-radius: 10px 10px 0px 0px;
	display: none;
}
#nav-news {
	display: none;
}
div.newsindex ul {
	padding: 0;
	margin: 0;
}
div.newsindex li {
	list-style-type: none;
	padding: 0;
	margin: 6pt;
	font-size: 10pt;
	color: blue;
	cursor: pointer;
}
div.news h2 {
	font-size: 12pt;
	font-weight: bold;
}
span.tel {
	position: relative;
	top: 20px;
	left: 80px;
	font-size: 16pt;
	font-weight: bold;
	padding: 10px;
	background-color: #ddddee;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	border: 0px solid #000000;
	box-shadow: 0px 0px 30px 0px rgba(0,0,255,0.75);
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,255,0.75);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,255,0.75);
	-o-box-shadow: 0px 0px 30px 0px rgba(0,0,255,0.75);
}
span.infobutton.main {
	display: inline-block;
	width: 24px;
	font-family: Courier;
	text-align: center;
	color: white;
	background-color: blue;
	border-radius: 20px;
	margin-left: 20px;
	cursor: pointer;
}
