body {
    margin-top: 20px;
    font-family: Arial, Helvetica, sans-serif;

    background: #70737c;
}

table{
	border: 5px;
	border-style: hidden;	
	width: 100%;
}

th, td{
	padding: 15px;
	text-align: left;
	height: 20px;
	border-style: hidden;
}

.tbl-hover:hover {
	background-color: coral;
}

#button{
	background-color: blue;
}

.boxen{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
	height: auto;
	border-spacing: 0px;
	border-bottom: 1px solid #000;
}

.menue-box {
	border: 1px solid #000;
}

.form-submit-button {
	padding-left: 5px;
	padding-right: 5px;
	background: #0066A2;
	color: white;
	border-style: outset;
	border-color: #0088A2;
	border-radius: 10px;
	height: 30px;
	width: auto;
	font: bold 20px arial,sans-serif;
	text-shadow: none;
}

.form-submit-button:hover {
	background: #016ABC;
	color: #fff;
	border: 1px solid #eee;
	border-radius: 20px;
	box-shadow: 5px 5px 5px #eee;
	text-shadow: none;
}	
	
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	background-color: #fefefe;
	padding: 40px;
}

#Meldungen {
    width: auto;
	color: white;
    background-color: white;
	font: bold 20px arial,sans-serif;
    padding: 10px;
}

.shadow {
    -webkit-box-shadow: 0px 0px 10px #000;
    -moz-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
}

.shadow-menu {
    -webkit-box-shadow: 0px 0px 3px #000;
    -moz-box-shadow: 0px 0px 3px #000;
    box-shadow: 0px 0px 3px #000;
}

#popup {
    width:160px;
    height:80px;
    padding:20px;
    background-color:gray;    
    position:absolute;
    top:100px;
    left:100px;
    display:none;
}

