html, body
{
margin:0;
text-align: center;
width: 100%;
background-color: #729E34;
	font-family: Arial;
	font-size: 20pt;
	color: white;
}
.wrapper
{
width:100%;
}
.top
{
width: 99%;
height: 50px;
}
td
{
	font-size:28px;


	
}

a
{
width:100%;
color: white;
text-decoration:none;
}
a:hover
{
color:  red;
text-decoration:none;
}
a:link
{
color: white;
text-decoration:none;
}
#footer
{
width: 80%;
float:right;
}
.modalDialog {
		text-align: left;
		position: fixed;
		font-family: Arial, Helvetica, sans-serif;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(0,0,0,0.8);
		z-index: 99999;
		opacity:0;
		-webkit-transition: opacity 400ms ease-in;
		-moz-transition: opacity 400ms ease-in;
		transition: opacity 400ms ease-in;
		pointer-events: none;
		overflow:scroll;
	}
.modalDialog2 {
		text-align: left;
		position: fixed;
		font-family: Arial, Helvetica, sans-serif;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(0,0,0,0.8);
		z-index: 99999;
		opacity:0;
		-webkit-transition: opacity 400ms ease-in;
		-moz-transition: opacity 400ms ease-in;
		transition: opacity 400ms ease-in;
		pointer-events: none;
		overflow:scroll;
	}
	.modalDialog:target {
		opacity:1;
		pointer-events: auto;
	}
	.modalDialog2:target {
		opacity:1;
		pointer-events: auto;
	}

	.modalDialog > div {
		width:650px;
		position: relative;
		margin: 5% auto;
		padding: 5px 20px 13px 20px;
		border-radius: 10px;
		background: #fff;
		background: -moz-linear-gradient(#66bc29, #729E34);
		background: -webkit-linear-gradient(#66bc29, #729E34);
		background: -o-linear-gradient(#66bc29, #729E34);
		overflow:scroll;
	}
	.modalDialog2 > div {
		width: 500px;
		position: relative;
		margin: 10% auto;
		padding: 5px 20px 13px 20px;
		border-radius: 10px;
		background: #fff;
		background: -moz-linear-gradient(#fff, #729E34);
		background: -webkit-linear-gradient(#fff, #729E34);
		background: -o-linear-gradient(#fff, #729E34);
		overflow:scroll;
	}
	.close {
		background: #606061;
		color: #FFFFFF;
		line-height: 25px;
		position: absolute;
		right: 5px;
		text-align: center;
		top: 5px;
		width: 24px;
		text-decoration: none;
		font-weight: bold;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		border-radius: 12px;
		-moz-box-shadow: 1px 1px 3px #000;
		-webkit-box-shadow: 1px 1px 3px #000;
		box-shadow: 1px 1px 3px #000;
	}

	.close:hover { background: #00d9ff; }
.back
{
float: left;
}
td.header
{
background-color: lightgrey;
}
input
{
border: 1px solid black;
height:30px;
font-size: 18pt;
width: 400px;
}
.orders input
{
border: 1px solid black;
height:30px;
font-size: 18pt;
width: 100%;
}
.orders1 input
{
border: 1px solid black;
height:30px;
font-size: 18pt;
width: 100%;
}
.edit_input
{

height: 30px;
}
textarea
{
border: 1px solid black;
}
.button
{
height: 50px;
width: 200px;
}


#content
{

}
div.fadehover {
	position: relative;
	left:220px;
	top:0px;
	}
div.fadehover1 {
	position: relative;
	left:670px;
	top:0px;
	}
div.fadehover2 {
	position: relative;
	left:220px;
	top:260px;
	}
div.fadehover3 {
	position: relative;
	left:670px;
	top:260px;
	}
	div.fadehover4 {
	position: relative;
	width:450px;
	left:220px;
	top:0px;
	}
div.fadehover5 {
	position: relative;
	left:670px;
	top:0px;
	}
div.fadehover_ja {
	position: relative;
	left:670px;
	top:0px;
	}
div.fadehover_nein {
	position: relative;
	left:700px;
	top:50px;
	}

	img.edit
	{
	background-image: url("img/edit.jpg");
	}
	img.edit:hover
	{
	background-image: url("img/edit_hover.jpg");
	}
div.fadehover_delete {
	position: relative;
	left:670px;
	top:0px;
	}
img.a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
        }
	
img.b {
	position: absolute;
	left: 0;
	top: 0;
	}
	table, th, td
{
border: 1px solid white;
}
.button1
{        
	display: inline-block;
	white-space: nowrap;
	background-color: #ccc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ccc));
	background-image: -webkit-linear-gradient(top, #eee, #ccc);
	background-image: -moz-linear-gradient(top, #eee, #ccc);
	background-image: -ms-linear-gradient(top, #eee, #ccc);
	background-image: -o-linear-gradient(top, #eee, #ccc);
	background-image: linear-gradient(top, #eee, #ccc);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#cccccc');
	border: 1px solid #777;
	padding: 0 1.5em;
	margin: 0.5em;
	font: bold 1em/2em Arial, Helvetica;
	text-decoration: none;
	color: #333;
	text-shadow: 0 1px 0 rgba(255,255,255,.8);
	-moz-border-radius: .2em;
	-webkit-border-radius: .2em;
	border-radius: .2em;
	-moz-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
	-webkit-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
	box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
}

.button1:hover
{
	background-color: #ddd;        
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#ddd));
	background-image: -webkit-linear-gradient(top, #fafafa, #ddd);
	background-image: -moz-linear-gradient(top, #fafafa, #ddd);
	background-image: -ms-linear-gradient(top, #fafafa, #ddd);
	background-image: -o-linear-gradient(top, #fafafa, #ddd);
	background-image: linear-gradient(top, #fafafa, #ddd);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fafafa', EndColorStr='#dddddd');        
}

.button1:active
{
	-moz-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
	-webkit-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
	box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
	position: relative;
	top: 1px;
}

.button1:focus
{
	outline: 0;
	background: #fafafa;
}    

.button1:before
{
	background: #ccc;
	background: rgba(0,0,0,.1);
	float: left;        
	width: 1em;
	text-align: center;
	font-size: 1.5em;
	margin: 0 1em 0 -1em;
	padding: 0 .2em;
	-moz-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
	-webkit-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
	box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
	-moz-border-radius: .15em 0 0 .15em;
	-webkit-border-radius: .15em 0 0 .15em;
	border-radius: .15em 0 0 .15em;
        pointer-events: none;        
}

/* Hexadecimal entities for the icons */

.add:before
{
	content: "\271A";
}

.edit:before
{
	content: "\270E";        
}

.delete:before
{
	content: "\2718";        
}

.save:before
{
	content: "\2714";        
}

.email:before
{
	content: "\2709";        
}

.like:before
{
	content: "\2764";        
}

.next:before
{
	content: "\279C";
}

.star:before
{
	content: "\2605";
}

.spark:before
{
	content: "\2737";
}

.play:before
{
	content: "\25B6";
} 
input.f_submit
{
width: 100px;
position: absolute;
top: 400px:
}
input.u_submit
{
width: 100px;
}
input.w_submit
{
width:100px;
}
input.s_submit
{
width:100px;
}
input.j_submit
{
width:100px;
}
