﻿@charset "utf-8";
/* CSS Document */

.Hintergrund {
	font-family: Verdana;
	font-size: 16px;
	background-color: #000000;
	background-repeat: no-repeat;
	color: #EEEEEE;
	}


#main {
        width: 60%;
	margin-left: auto;
	margin-right: auto;
        min-height:50%;
        height: 90%;
        z-index: 100;
        top: 250px;
	background-color: #000000;
        text-align: center;
	}

#content {
        width: 90%;
	margin-left: auto;
	margin-right: auto;
        min-height:80%;
        height: 100%;
        z-index: 100;
        top: 250px;
	background-color: #000000;
        text-align: center;
	}


a:link {color: #FFFFFF;}
a:visited {color: #FFFFFF;}
a:hover {color: #FFFFFF;}
	
	
	



