
html {
    font-size: 16px;
    font-family: arial;
    color: #000000;
}
h1{
    font-size:18px
}
h2{
    font-size:16px
}
.footprint{
    font-size:14px;
    text-align:right;
}

.imprint {
    font-size: 14px;
}

table {
    color: #000000;
    outline-style: none;
    line-height: 150%;
    border-spacing: 0;
    border: 0 solid;
    margin: auto;
}
/*thead{
    position:sticky;
    top:0;
    background-color:#ffffff;
}*/
td{
	padding: 2px;
}

select{
	font-size: 14px;
	font-family: arial;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #8d558d;
	border-radius: 0;/*rem;*/
}

.center{	
	margin-left: auto;
	margin-right: auto;
}

.emphasize{
	color: #ff00ff;  
	text-decoration: none; 	
	font-weight: bold;  
}

.hlink{  
	color: #8d558d;  
	text-decoration: underline;  
	font-weight: bold;  
} 

.hlink:hover{
	color: #ff00ff;    
} 

.hlinksmall{  
	color: #8d558d;  
	text-decoration: underline;  
	font-weight: normal;  
} 

.hlinksmall:hover{
	color: #ff00ff;    
}

img{
	border:0;
	display:block;
	margin-left: auto;
	margin-right: auto;
}

body{
    background-image: url('pics/background.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

/*The dimensions of the canvas is here defined, because of the margin-left 
  parameter is set here:*/
/*

canvas {
    position: fixed;
    position: relative;
    top: 1%;
    left: 50%;
    margin-left: -300px;
    pointer-events: none;
    z-index: -1;
}
*/


