﻿body {
    background: rgb(2,0,36);
    /*background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(59,59,59,1) 35%, rgba(126,126,126,1) 100%);*/
    background-image: url('germanmob.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.header
{
    font-family:Verdana;
    font-size:34px;
    font-weight:bold;
    color:coral;
}
.normal {
    font-family: Verdana;
    font-size: 16px;
    font-weight: normal;
    color: ghostwhite;
    line-height: 24px; /* Fester Zeilenabstand von 24 Pixeln */
}
.highlight {
    font-family: Verdana;
    font-size: 16px;
    font-weight: bold;
    color:darkorange;
}
.linkclass {
    font-family: Verdana;
    font-size: 16px;
    font-weight: normal;
    color:cornflowerblue;
}
    .linkclass:hover {
        font-family: Verdana;
        font-size: 16px;
        font-weight: normal;
        color:aqua;
    }
.linkclass2 {
    font-family: Verdana;
    font-size: 16px;
    font-weight: normal;
    color: yellow;
}

    .linkclass2:hover {
        font-family: Verdana;
        font-size: 26px;
        font-weight: normal;
        color: aqua;
    }   
.tableclass{
    width:800px;
	
}
.divclass {
    margin: auto;
    width: 800px;
    background-color:#000000;
	opacity:0.7;

}
