html{
	padding: 0;
	margin: 0;
	border: 0;
	position: relative;
	height: 100%;
	width: 100%;
}

body{
	font-family: Verdana;
	font-size: 18px;
	color: #000;
	position: relative;
	height: 100%;
	width:100%;
	/*Die Hintergrundfarbe wird als PHP-Injektion aus den PHP-Variablen gesetzt*/
    /*background-color: #b1a499; /*Hintergrund blassbraun*/
    /*background-color: #E6E6E6; /*Hintergrund blassgrau*/
    /*background-color: #ceefbd; /*Hintergrund frischgrün*/
	/*background-color: #B7C4FF; /*Hintergrund innoman-blau*/
	padding: 0;
	margin: 0;
	border: 0;
	overflow-x: scroll;
	overflow-y: scroll;
}

div, img, table, tr, td, select, form, iframe {
	font-family: inherit;
	font-size: inherit;
	position: relative;
	color: inherit;
	background-color: inherit; 
	padding: 0;
	margin: 0;
	border: 0;
}

table.eingabe {
		font-size: inherit;

}
input {
	/*color: inherit;*/
	/*background-color: inherit; */
    /*font-family: Arial,Helvetica,sans-serif;*/
	font-family: inherit;
	font-size: inherit;
    font-weight: normal;
    /*line-height: 32px;*/
    text-decoration: none;
    white-space: nowrap;
    color: #000;
	/*background-color: #084f9a;*/
    /*background-image: -moz-linear-gradient(center top , #0b7ebd 0px, #01408f);*/
    border: 1px solid gray; 
    border-radius: 5px;
    box-shadow: 1px 1px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    display: inline-block;
    outline: 0 none;
 	position: relative;
    padding: 3px 7px;
	margin: 0;
}

input[type=text] {
    cursor: text;
}

input[type=submit] {
    cursor: pointer;
}

input.sendlink[type=submit] {
    /*color: red; --> über PHP-Variable*/
	background-color: inherit;
	font-family: inherit;
	font-size: inherit;
    font-weight: normal;
    /*text-decoration: ...;*/
    white-space: nowrap;
    border: 1px solid gray; 
    border-radius: 5px;
    box-shadow: 1px 1px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    display: inline-block;
    outline: 0 none;
 	position: relative;
    padding: 3px 7px;
	margin: 0;
}

p {
	text-align: justify;	
}

p.fehlerNachricht {
	color: red;	
	font-family: inherit;
	font-size: inherit;
    font-weight: normal;
}


/* ERGÄNZUNG FÜR DEN PWA-TEST */

/* body {
    font-family: Arial, sans-serif;
    margin: 20px;
}
*/
textarea {
    width: 100%;
    height: 100px;
}

button {
    display: block;
    margin-top: 10px;
}

#notesList div {
    margin: 10px 0;
    padding: 10px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
}
