body {
	margin: 0px;
	position: absolute;
    left: 50%;
	transform: translateX(-50%);
	width: 1000px;
	box-shadow: 0 0 10px 0 gray;
	font-family: Arial, Helvetica, sans-serif;
}

nav, content, footer {
	width: 1000px;
}
#head {
	height: 207px;
}
#menu {
	height: 40px;
}
#content {
	float: left;
	width: 730px;
	padding: 10px;
}

#sidebar {
	float: right;
	width: 250px;
	text-align: center;
}
.module {
	font-size:12px;
	font-family:Verdana;
	font-weight:500;
	vertical-align:middle;
	text-align:center;
	color:#990000;
	width:200px;
	background-color:#efefef;
	border:3px solid #ff0000;

	border-radius: 10px;
	box-shadow: 5px 5px 10px grey;
	margin-bottom: 20px;
	padding: 5px;
	display: inline-block; 
 
	
	
}
footer {
	  position: absolute;
  bottom: 0;
}
#bild {
box-shadow: 10px 10px 30px grey;
border-width:1px;
  border-style:solid;
  border-color:black;
  padding:2px;
  text-align:justify;

}

.zebra {
	box-shadow:  0px 0px  10px grey;
	border-spacing: 0;
	

}
.zebra td {
	padding: 5px;
}
.zebra tr:nth-child(even) {
	background-color: salmon;
}
.zent {
	text-align: center;
}
a:visited {
text-decoration:none;
color:#0000FF;
}
a:link {
text-decoration:none;
color:#0000FF;
}

.mega{
	width:100px;
	padding:10px;
	position:absolute;
	visibility:hidden;
	border:2px solid black;
	border-top-width:1px;
	background:white;
-webkit-box-shadow: 5px 5px 5px #c8c8c8; /*css 3 shadows*/
-moz-box-shadow: 5px 5px 5px #c8c8c8;
	box-shadow: 5px 5px 5px #c8c8c8;
	border-top-color: #990000;
}

.mega .column{ /*each link column within a mega menu*/
float:left;
width:49%;
}

.mega a{
text-decoration:none;
}

.mega a[rel]:after{ /*add "down.png" to anchor links, or those with a rel attribute */
content:" " url(down.png);
}

.mega .column ul{
margin:0;
margin-left:5px;
padding:0;
list-style:none;
}

.mega .column ul li{
margin-bottom:30px;
}

.mega .ulmenu{ /*style any UL within mega menu with class="ulmenu"*/
margin:0;
padding:0;
padding-top:0px;
padding-bottom:0px;
border:1px solid gray;
border-bottom-width:0;
list-style:none;
}

.mega .ulmenu a{
display:block;
border-bottom:1px solid gray;
padding:1px;
}

.mega .ulmenu a:hover{
background:lightyellow;
}

/* ######### Style for Solid Block Mega Menu ######### */

.solidblocktheme{ /*additional mega drop down menu style for this theme*/
border:1px solid #cd0000;
padding:0; /*remove default padding inside mega menu*/
}

.solidblocktheme p, .solidblocktheme .column{
padding:15px; /*add padding inside p and .column elements within mega menu*/
width:auto;
}

.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
overflow: hidden;
margin-bottom: 1em;
border: 1px solid #625e00;
border-width: 1px 0;
background: red url(pics/menuoff.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 10px 10px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li a.selected{ /*Selected Tab style*/
color: white;
background: transparent url(pics/menuon.gif) center center repeat-x;
}
td.main {
border-right:1px dashed blue;
padding-left: 25px;
padding-right: 25px;

}
td.durchsfeuer {
padding-left: 25px;

}


