/* @override
	https://nextgenerationglasses.de/style.css */


@charset "UTF-8";

html, body, div {
	height:auto;
    margin: 0 auto;
	font: 14px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: black;
	width: 800px;


}

h1 {
	color: black;
}


body {
	background-color: white;
}

#info {
	width: 800px;
	text-align: center;
	margin-top: 8em;
}

#arbeit {
	text-align: center;
	color: #000000;
	font-style: italic;
}


#logo {
	text-align: center;
	margin-top: 6em;
}

.clearfix:after {
  clear: both;
}

/* unvisited link */

.a{
	text-decoration:none;
}

a:link {
    color: black;
}

/* visited link */
a:visited {
    color: #b0b0b0;
}

/* mouse over link */
a:hover {
    color: #8a8a8a;
}

/* selected link */
a:active {
    color: #8a8a8a;
}
