﻿body 
{
	font-family: Arial;
	font-size: 12pt;
	color: black;
	padding-top:5px;
	margin-top: 0px;
	/*background-image: url(images/changetheworld.jpg);*/
	background-repeat: repeat-x;
	
}

.master_tabelle
{
	width:990px;
	height:100%;
}
.text_mitte
{
	/* top rechts unten links */
	padding: 20px 50px 10px 50px;
	text-align: justify;
}

a
{
	color: black;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

.copyright
{
	padding: 20px 50px 10px 50px;
	color: Gray;
}