@charset "utf-8";
html, body {
	padding: 0;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	height: 100%;
	width: 100%;
	min-height:600px;
	min-width:800px;
	overflow: auto;
}
a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #87888A;
}
a:link {
	text-decoration: none;
	color: #87888A;
}
a:visited {
	text-decoration: none;
	color: #87888A;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #000;
}
h1 {
	font-size: 17px;
	line-height: 15px;
	text-align: center;
	font-weight: normal;
}
.frankcom #container {
	background-color: #FFF;
	height: 100%;
	width: 100%;
}
.frankcom #header {
	z-index: 6;
	height: 30%;
	overflow: hidden;
	position: relative;
}
.frankcom #language {
	z-index: 7;
	font-size: 18px;
	position: static;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	color: #87888A;
}
.frankcom #home {
	width: 204px;
	height: 77px;
	margin-right: auto;
	margin-left: auto;
	z-index: 7;
}
.frankcom #navigation {
	width: 625px;
	margin-right: auto;
	margin-left: auto;
	z-index: 7;
	font-size: 18px;
	line-height: 18px;
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	top: 75%;
}
.frankcom #navigation ul {
	padding: 0;
	text-align: justify;
}
.frankcom #navigation li {
	display: inline-block;
	list-style-image: none;
	list-style-type: none;
}
.frankcom #space {
	padding-left: 100%;
}
.frankcom #background01 {
	background-color: #FFFFFF;
	width: auto;
	height: 65%;
	background-image: url(bilder/startseite.jpg);
	z-index: 3;
	background-position: center center;
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat;
}
.frankcom #background02 {
	background-color: #FFFFFF;
	width: auto;
	height: 65%;
	background-image: url(bilder/definition.jpg);
	z-index: 3;
	background-position: center center;
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat;
}
.frankcom #background03 {
	background-color: #FFFFFF;
	width: auto;
	height: 65%;
	background-image: url(bilder/domaininformation.jpg);
	z-index: 3;
	background-position: center center;
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat;
}
.frankcom #background04 {
	background-color: #FFFFFF;
	width: auto;
	height: 65%;
	background-image: url(bilder/kontakt.jpg);
	z-index: 3;
	background-position: center center;
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat;
}
.frankcom #background05 {
	background-color: #FFFFFF;
	width: auto;
	height: 65%;
	background-image: url(bilder/impressum.jpg);
	z-index: 3;
	background-position: center center;
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat;
}
.frankcom #background06 {
	background-color: #FFFFFF;
	width: auto;
	height: 65%;
	background-image: url(bilder/domainkauf.jpg);
	z-index: 3;
	background-position: center center;
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat;
}
.frankcom #background07 {
	background-color: #FFFFFF;
	width: auto;
	height: 65%;
	background-image: url(bilder/rechtliches.jpg);
	z-index: 3;
	background-position: center center;
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat;
}
.frankcom #shadowabove {
	width: 100%;
	height: 180px;
	background-image: url(bilder/verlauf_oben.png);
	z-index: 4;
	background-position: center;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-bottom: 0px;
	background-repeat: no-repeat;
}
.frankcom #shadowdown {
	width: 100%;
	height: 180px;
	background-image: url(bilder/verlauf_unten.png);
	z-index: 4;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	bottom: 0px;
	background-repeat: no-repeat;
}
.frankcom #mainContent {
	width: 605px;
	height: 75%;
	margin-top: -130px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	z-index: 5;
	background-image: url(bilder/transparenz.png);
	font-size: 15px;
	text-align: justify;
	line-height: 17px;
	position: relative;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	overflow: auto;
	background-repeat: repeat-y;
}
.frankcom #footer {
	background-color: #FFF;
	height: 5%;
	z-index: 1;
	position: relative;
	overflow: hidden;
}
.frankcom #info {
	width: 625px;
	margin-top: 0.5%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	z-index: 2;
	font-size: 12px;
	color: #87888A;
}
.frankcom #info ul {
	padding: 0;
	text-align: justify;
}
.frankcom #info li {
	display: inline-block;
	list-style-image: none;
	list-style-type: none;
}
