/*****************************/
/*** GrundTemplate         ***/
/*****************************/


html, body {
	height: 96%;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #000000;
}

body 	{
	margin:0px;
	padding:0px;
	text-align: center;
	font-size: 14px;
	font-family: verdana, arial, sans-serif;
	background: #848484;
	color: #000000;
}

.button-3d{
	overflow: auto;
	padding: 5px;
	margin: 10px 10px 10px;
	border: 1px solid #eeeeee;

	
	border-radius:5px;
	background:#dddddd;		
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	transition: all 0.1s;

	-webkit-box-shadow: 0px 6px 0px #d8d8d8;
	-moz-box-shadow: 0px 6px 0px #D8D8D8;
	box-shadow: 6px 6px 10px #aaaaaa;
}

#kopf {
	position: fixed;
	top: 0px;
	left: 100px;
	right: 100px;
	width: auto;
	font-size: 30px;
	font-weight: bold;	
	text-align: center;	
	padding-bottom: 25px;
	z-index: 95;
}

#kopf1 {
	position: fixed;
	top: 50px;
	left: 200px;
	right: 100px;
	width: auto;
	font-size: 20px;
	font-weight: bold;	
	text-align: center;
	z-index: 96;
}


#main {
	position: absolute;
	top: 85px;
	left: 5px;
	right: 5px;
	width: auto;
	border: 0px solid red;	
}

.ow {
	position: fixed;
	top: 100px;
	bottom: 50px;
	height: auto;
	left: 25px;
	right: 25px;
	width: auto;
	padding: 5px;
	border: 0px solid yellow;	
}

.ow table {
	width: 100%;
}

.ow td {
	text-align: center;
}
