@charset "UTF-8";
/* CSS Document */

a:hover{
	color:#999999;
	text-decoration:underline;
}

a{
	color:#660000;
	text-decoration:none;
}

.title {
	font-size: 16px;
	color: #FFFFFF;
}
	
.standard {
	font-size:14px;
	color:#FFFFFF;
	font-style:normal;
	}

.small {
	font-size:12px;
	color:#FFFFFF;
	}

.style1 {font-size: 24px}

.style2 {font-size: 10px}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #white;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #black;
/*	background-image: url(Bilder/Asylabwehramt_Seal_800x800.png);
	background-repeat: repeat;   */
	margin-top: 40px;
