@charset "utf-8";

body	{
		background-color:#333333;
		color:#FFFFFF;
		font:Georgia, "Times New Roman", Times, serif;
		font-size:14px;
		border:none;
		overflow-X: hidden;
		}

.Titel	{
		font-family: Vivaldi;
		font-size: 25px;
		color: #FFFFFF;
		
		
		}

.Under	{
		text-align: justify;
		font-family: vivaldi;
		font-size: 19px;
		color: #FFFFFF;
		}

.subtitel
		{
		text-decoration:underline;
		}
		
.copyrights
		{
		font-size:10px;
		color:#999999;
		}

#Box	{
				
		width:700px;
		height:500px;
		background-color:#333333;
		border:none;
		margin-left:auto;
		margin-right:auto;
		}
		
a:link { color: #FFFFFF}
a:visited { color: #FFFFFF}
a:active { text-decoration: underline; color: #FFFFFF}
a:hover { text-decoration: underline; color: #FFFFFF;}


		

.overflow {
	overflow: hidden;
}

