body {
	font-family: 'Roboto','Arial','sans-serif';
	margin: 0;
	padding: 0;
	background-color: #f1f1f1;
	max-width: 100%;
}
*:focus {
	outline: 0;
}
* {
	margin: 0;
	padding: 0;
}
input[type=text]::-ms-clear {
	display: none;
}
#shopHeadTop {
	background-color: #21314d;
	height: 76px;
}
#shopHeadContent {
	position: relative;
	margin: 0 auto 0 auto;
}
#freenetMailLogo {
	font-weight: lighter;
	padding-top: 22px;
	cursor: pointer;
}
#freenetGroupLogo {
	height: 20px;
	width: 90px;
	margin-top: 35px;
	background-position: 0px 0px;
	float: right;
	display: inline;
	cursor: pointer;
}
#freenetGroupLogo:hover {
	background-position: 0px -26px;
}
.shopHeadMenue {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}
.shopHeadMenue a:link,
.shopHeadMenue a:visited,
.shopSubmenueBoxes a:link,
.shopSubmenueBoxes a:visited,
#footer a:link,
#footer a:visited {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#shopHeadTopMenue {
	background-color: #4b4b4b;
	height: 27px;
	line-height: 27px;
}
#shopHeadWrapper,
#shopHeaderSubmenueWrapper {
	margin: 0px auto 0px auto;
	overflow: hidden;
}
#shopMenueMail {
	display: inline-block;
	text-align: center;
	width: 482px;
	float: left;
}
#shopMenueCloud {
	display: none;
	text-align: center;
	width: 482px;
	float: left;
}

#shopHeaderSubmenue {
	height: 35px;
	line-height: 35px;
	position: absolute;
	width: 100%;
	z-index: 5;
}
#shopSubmenueStarter {
	margin-left: 482px;
}
.shopHeadTrenner {
	height: 5px;
}

.shopSubmenueBoxes {
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	float: left;
}

.shopBoxes {
	max-width: 964px;
	padding: 0 30px;
}
.shopSprite {
	background: url(/img/shop/spriteShopBasic.png) no-repeat;
}

#shopMainContent {
	font-size: 22px;
	color: #333;
}
.freenetButton {
	color: #fff;
	background-color: #378cce;
	font-weight: bold;
	line-height: 54px;
	height: 54px;
	cursor: pointer;
	text-align: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
/* Login */
.loginSprite {
	background: url(/img/shop/spriteLogin.png) no-repeat;
}
#freenetLogins {
	position: absolute;
	z-index: 6;
	right: 30px;
	top: 61px;
	width: 124px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	background-color: #202020;
	display: none;
}
.freenetLoginDropdown {
	height: 32px;
	line-height: 32px;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
}
.freenetLoginDropdown.freenetBasic:hover {
	color: #32a5ff;
	background: url(/img/shop/spriteLogin.png) no-repeat;
	background-position: 0px -74px;
}
.freenetLoginDropdown.freenetPower:hover {
	color: #0865ad;
	background: url(/img/shop/spriteLogin.png) no-repeat;
	background-position: 0px -120px;
}
.freenetLoginDropdown.freenetDomain:hover {
	color: #378cce;
	background: url(/img/shop/spriteLogin.png) no-repeat;
	background-position: 0px -28px;
}
#shopLoginButton {
	width: 124px;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	float: right;
	display: inline;
	text-align: center;
	margin-top: 29px;
	font-weight: bold;
	margin-left: 20px;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#shopLoginButtonBlue {
	background-color: #378cce;
	height: 32px;
	line-height: 32px;
}
#shopLoginButton:hover #freenetLogins {
	display: inline-block;
	z-index: 500;
}
#domainLoginBox,
#freenetLoginBox {
	display: none;
	width: 342px;
	position: absolute;
	right: 30px;
	z-index: 6;
	top: 61px;
	border-right: 2px solid #378cce;
	background-color: #202020;
	color: #aaa;
	padding: 30px 20px;
}
.domainLoginBoxHelpLink {
	margin: 15px 0px 25px 0px;
}
.domainLoginBoxHelpLink a,
.domainLoginBoxHelpLink a:visited {
	font-size: 14px;
	color: #aaa;
	font-weight: normal;
	text-decoration: none;
}
#domainLoginBoxSubmit,
#freenetLoginBoxSubmit {
	border: 0;
	width: 100%;
	height: 44px;
	line-height: 44px;
	font-size: 18px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#domainLoginBox .registrationElements,
#freenetLoginBox .registrationElements {
	line-height: 44px;
	height: 44px;
	font-size: 18px;
	vertical-align: bottom;
	padding-left: 20px;
}
#domainLoginBoxDomainwahl {
	margin-bottom: 10px;
}
#frn_DomainLoginName {
	width: 218px;
}
#domainTld {
	width: 104px;
	background: url(/img/shop/spriteLogin.png) no-repeat #fff;
	background-position: 75px -154px;
	padding-left: 10px !important;
}
#frn_DomainLoginPassword,
#passtextDomain,
#password,
#passtext {
	width: 324px;
	background: url(/img/shop/spriteLogin.png) no-repeat #fff;
	background-position: 289px -200px;
}
#username {
	width: 324px;
	margin-bottom: 10px;
}
.freenetButton:hover,
#shopHeadLoginButton:hover {
	background-color: #44a1ea;
}
select::-ms-expand {
	display: none;
}
/* Footer */
#footer {
	background-color: #4b4b4b;
	padding: 20px 0;
	color: #fff;
	font-size: 16px;
}
#footerContent {
	margin: 0px auto 0px auto;
}
#footerContentWrapper {
	overflow: hidden;
}
#footerLeft {
	margin-bottom: 16px;
	float: left;
}
#footerRight {
	width: 272px;
	float: right;
	overflow: hidden;
	border-left: 1px solid #5e5e5e;
	padding-top: 51px;
}
#footerSSLLogo {
	width: 190px;
	height: 260px;
	float: right;
	background-position: -180px -55px;
}
.footerLine {
	overflow: hidden;
	margin-top: 28px;
}
.footerIcons {
	width: 40px;
	height: 42px;
	float:left;
}
.footerLineText {
	margin-left: 25px;
	float: left;
}
.footerLineText h2 {
	font-weight: normal;
	font-size: 16px;
	text-transform: uppercase;
	color: #929292;
}
#footerHelpIcon {
	background-position: -104px 0px;
}
#footerFreenetIcon {
	background-position: -154px 0px;
}
#footerProdukteIcon {
	background-position: -204px 0px;
}
#footerZahlungIcon {
	background-position: -254px 0px;
}
#footerTexte {
	background-color: #3d3d3d;
	color: #888;
	font-size: 16px;
}
#footerTexteContent {
	margin: 0px auto 0px auto;
	padding: 60px 0px 0px 0px;
}
#footerTexteContent a,
#footerTexteContent a:visited {
	color: #888;
}
#footerTexte h3 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 18px;
}
#footerTexte p {
	line-height: 20px;
	margin-bottom: 50px;
}
.shopTrennerIcon {
	width: 78px;
	height: 78px;
	background-position: 0px -62px;
	margin: -39px 0px 0px -39px;
	left: 50%;
	position: absolute;
	cursor: pointer;
	z-index: 2;
}
/* Shop Boxen */
.shopBoxes635 {
	width: 65.87236%;
	padding-top: 36.37%;
}
.shopBoxes306 {
	width: 31.74293%;
	padding-top: 36.37%;
}
.shopBoxes964 {
	width: 964px;
	height: 350px;
}

#loginErrorMessage {
	color: red;
	font-size: 14px;
	font-weight: normal;
}

#loginErrorMessage > a {
	color: red !important;
	font-size: 14px !important;
	font-weight: normal !important;
}
