/* -------------------------------------------------

AUTHOR          :  	Michael Kirsch
WEBSITE         :   http://www.pigate.tk/
TEMPLATE NAME   : 	PiGate 3.0 -WebUI
VERSION         :   beta1
DATE            :   02.10.2016

---------------------------------------------------- */

/* -------------------------------------------------
					HTML ELEMENTS
---------------------------------------------------- */
html {
	height: 100%;
	margin: 0px;
}

body {
	height: 100%;
	margin: 0px; 	
	background: url(../images/bg.jpg) no-repeat center center fixed;
	/*background: url(../images/wallpaper/wallpaper.jpg) no-repeat center center fixed;*/
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
	font-family: Consolas, 'Andale Mono', 'Lucida Console', 'Lucida Sans Typewriter', Monaco, 'Courier New', monospace
}

iframe {
	overflow: hidden;
}

footer {
	background: url(../images/footer_background.jpg);
}	
	
table.box {
	font-family: Consolas, 'Andale Mono', 'Lucida Console', 'Lucida Sans Typewriter', Monaco, 'Courier New', monospace;
	/* font-size:1.5ex; */
	border: 0;
}

td.footer {
	height: 80px;
	margin: 0;
	padding: 0;
	background: url(../images/footer_background.jpg);
	text-color: #fff;
}

footer {
	height: 80px;
	margin: 0;
	padding: 0;
	background: url(../images/footer_background.jpg);
	text-color: #fff;
}

div.rx1 {
	font-size: 60%;
}

div.lh1 {
	font-size: 60%;
}

div.lh2 {
	font-size: 60%;
}

div.rx2 {
	font-size: 60%;
}

/* -------------------------------------------------
					Eingabefelder
---------------------------------------------------- */

input {
	padding: .3em;
	border: 1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width: 55%;
	padding: .3em;
	font: normal 1em/1.5em Verdana, sans-serif;
	border: 1px solid #eee;
	height: 10em;
	display:block;
	color:#777;
}
input.button { 
	font: bold 1em Arial, Sans-serif; 
	margin: 0;
	padding: .25em .3em;
	color: #FFF;
	background: #A2CC00;
	border: 2px solid #8EB200;
}

td.act {
	background: rgba(192,192,0,0.5);
	text-align: center;
	font-size: 60%;
}
td.qrv {
	background: rgba(120,120,120,0.5);
	text-align: center;
	font-size: 60%;
}

/* start - table */

tr.row-a {
	background: rgba(192,192,192,0.5);
}
tr.row-b {
	background: rgba(120,120,120,0.5);
}
/* end - table */
