/*
	Author	  : Stefan Malkwitz
	Mail		: stm (at) f-s.de
*/
html, body, div, p, a, img, ul, h1, h2, h3, form {
	margin: 0;
	padding: 0;
}

html {
	font-size: 16px;
}

html, body {
	height: 100%;
	font-family: Arial, sans-serif;
	background-color: #e5e5e5;
}

#bodywrapper {
	/*width: 980px;*/
	max-width: 980px;
	margin: 0 auto;
}

/* ------------ LINKS start --------- */
a {
	text-decoration: none;
	background: none;
/*	font-size: 0.9em;*/
}

a:visited {
	color:blue;
}

a.black {
	color: black;
}

a.black:hover {
	text-decoration: underline;
	font-weight: bold;
}

a.black:visited {
	color: black;
}

/* ------------ LINKS ende --------- */



/*-----------------------------------------*/
/* -------------- HEADER ----------------- */
div#header {
	padding: 5px 10px 5px 10px;
	margin: 0 10px 0 10px;
	position: relative;
	top:0px;
	left: 0px;
	height: 40px;
	background:#ffffff;
	border: 1px solid #cdcdcd;
}

div#headercontent {
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: nowrap;
}

div#header .logo {
	height: 100%;
	padding-top: 0px;
	display: inline-block;
}
/*-----------------------------------------*/

/*-----------------------------------------*/
/* ------------- CONTENT ----------------- */
div#content {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

div#content-data {
	position: relative;
}
/*-----------------------------------------*/

/* ------------- FOOTER ----------------- */
div#footer {
	padding-top: 80px;
	padding-left: 10px;
	padding-right: 10px;
}
/*-----------------------------------------*/


/* ------------- Menu ----------------- */
img.round {
	border-radius: 10px;
}

img.border {
	border: 1px solid #cdcdcd;
}

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;   
}

.adrs {
	/*font-style: italic;
	color: #a60012;*/
/*	color: #c8081d;*/
	font-weight: bold;
}

h1, h2, h3, h4, h5 {
	color: black;
}


input {
	font-family: Arial, sans-serif;
	font-size: 16px;
}

td input {
/*	width: 100%;*/
	padding: 5px;
	margin: 0px;
	box-sizing: border-box;
}

input.highlight {
	background-color: yellow;
/*	border: 5px solid black;*/
}

button {
	
}