h1 {
	font-size: 15px;
	padding: 0px;
	margin: 0px;
}
h2 {
	font-size: 10px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

/*----------------------------------------*/
/* BUTTONS */
/*----------------------------------------*/

.cssbutton{
background-color: #f99963;
border: 2px #f99963 outset;
padding: 1px 4px;
color: black;
text-decoration: none;
font: Verdana, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
}

.cssbutton:visited{
color: black;
}

.cssbutton:hover{
border-style: inset;
background-color: #ffba92;
padding: 2px 3px 0 5px; /*shift text 1px to the right and down*/
}

.cssbutton:active{
color: black;
}

/*----------------------------------------*/
/* INPUTS */
/*----------------------------------------*/
.inputs{
	 text-align:left;
	 width: 300px;
	 font-family: Verdana;
	 font-size: 10pt;
	 color: #eb5400;
	 background-color: #edecf4;
	 border: 1px solid #b26138;
	 margin: 3px;
	 padding: 2px 3px;
}
.alarm {
		font-family: verdana, arial, helvetica, sans-serif;
		color:red;
		font-size: 10px;
		background:white;
}
.ok {
	 font-family: verdana, arial, helvetica, sans-serif;
	 font-size: 10px;
	 color:green;
	 background:white;
}
/* ---------------------- */
/* ---- UPLOAD INFO ----- */
/* ---------------------- */

.uploadinfotable {
	background: #FFFFFF;
	width: 400px;
	border:1px solid #000000;
	text-align: left; 
}

/* ---------------------- */
/* ---- INFO LEISTE ----- */
/* ---------------------- */

.infoleistetable {
	background: #FFFFFF;
	height: 5px;
	font-size: small;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #07466a;
	border-bottom:1px solid #808080;
}

.ainfo {
	font-family         : verdana, arial, helvetica, sans-serif;
	color               : #07466a;
	text-decoration     : none;
}

.ainfo:visited {
	font-family         : verdana, arial, helvetica, sans-serif;
	color               : #07466a;
	text-decoration     : none;
}

.ainfo:hover {
	font-family         : verdana, arial, helvetica, sans-serif;
	color               : #0a91de;
	text-decoration     : none;
}
		
/* ---------------------- */
/* NACH-LOGIN INDEX SEITE */
/* -------- NL ---------- */
/* ---------------------- */

.td {
	font-size: 12px;
	font-family: verdana;
	
}
.nltable {
	background: #F2F2F2;
}
