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


body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

#ContentWrapper {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	position: absolute;
}

#ContentWrapper #MainFrame {
	height: 300px;
	width: 600px;
	margin-top: -150px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -300px;
	left: 50%;
	top: 50%;
	position: absolute;
	text-align: center;
	line-height: 20px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
	border: 1px inset #ccc;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#ContentWrapper #MainFrame #Kontakt {
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 50px;
}

#ContentWrapper #Text {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	position: relative;
	top: 130px;
	width: 600px;
	background-color: #999;
}

h1 {
	color: #ccc;
	font-size: 20px;
	font-weight: normal;
	text-shadow: 1px 1px 1px #000;
	text-transform: uppercase;
}

a {
	font-weight: normal;
	color: #EEE;
	text-decoration: none;
	text-shadow: 1px 1px 1px #000;
}

a:hover {
	font-weight: normal;
	color: #369;
	text-decoration: none;
	text-shadow: 1px 1px 1px #000;
}
