﻿body
{
	font-family: Arial, Verdana;
}

html
{
	background: url(../images/BackgroundS.jpg) repeat-x center top;
	background-color: #eef1fa;
	font-size: 12px;
	font-family: Arial;
	vertical-align: top;
	width: 100%;
	position: absolute;
	height: 100%;
	text-align: center;
}
.Titel
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #000000;
}
.BlueText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #0066CC;
}
.PNameTB
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 200px;
	height: 20px;
	border-width: 1px;
	border-color: #003399;
}
.TitelTextBig
{
	font-size: 12px;
	color: #024d87;
	font-family: Arial, Verdana;
	position: relative;
	font-weight: bold;
}
.DomainText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}
.BlackLB
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}
.CheckBT
{
	font-family: Arial, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	border-color: #808080;
	border-width: 1px;
	width: 120px;
	height: 20px;
}
.HyperLinkText
{
	font-size: 11px;
	cursor: hand;
	color: #003399;
	font-family: Arial, Verdana;
	text-decoration: underline;
	position: relative;
}
A.HyperLinkText:hover
{
	font-size: 11px;
	cursor: hand;
	color: #FF6600;
	font-family: Arial, Verdana;
	text-decoration: none;
}
/**
 * 
 *Shop InfoControl
 **/
.BoxT
{
	background-image: url(../images/BigBoxT.png);
	width: 720px;
	background-repeat: no-repeat;
	height: 11px;
	background-color: transparent;
}
.BoxM
{
	background-image: url(../images/BigBoxM.png);
	width: 720px;
	background-repeat: repeat-y;
	height: 100%;
	background-color: transparent;
	background-attachment: scroll;
}
.BoxD
{
	background-image: url(../images/BigBoxD.png);
	width: 720px;
	background-repeat: no-repeat;
	height: 9px;
	background-color: transparent;
}