@charset "utf-8";
* {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Myriad Pro";
	font-size: medium;
	color: #9c9d9f;
}
a {
	text-decoration: none;
	color: #9c9d9f;
}
h1 {
	color: #9c9d9f;
	font-size: x-large;
	text-align: left;
	margin-left: 25px;

}
h2 {
	font-size: 1em;
	margin-left: 25px;
	margin-top: 15px;
}



body {
	background-color: #fdf8fc;
}


/* CSS Document */

#container {
	height: 739px;
	width: 900px;
	margin: 25px auto 0 auto;
	background-color: #C8D7EC;
	background-image: url(../images/homepage.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
}
#text {
	height: 300px;
	width: auto;
	margin-top: 300px;
	bottom: 0px;
	text-align: left;
}

#mail {
	position: relative;
	right: 0px;
	bottom: 0px;
	background-color: #BDBDBD;
	height: 120px;
	width: 15px;
	float: right;
}
#text p {
	margin-left: 25px;
	margin-top: 25px;
	line-height: 25px;
}
#text .Stil2 a:link {
	color: #009897;
	font-size: x-large;
}
#footer {
	font-family: "Myriad Pro", Verdana, Arial, Helvetica, sans-serif, Futura-Heavy;
	text-align: center;
	margin-top: 15px;
}
#footer a {
	text-decoration: none;
	color: #9c9d9f;
	font-size: small;
}

#footer a:link {
	color: #9c9d9f;
	text-decoration: none;
	font-size: x-small;
}
