#Layout {
	width: 100%;
}

/* die erste formatgebende zeile */
.GraySpacer {
	background-color: #E5E5E5;
	border-left: 1px #E5E5E5 solid;
}

.LeftIndentGray {
	width: 45px;
	background-color: #E5E5E5;
}

.LeftIndentWhite {
	width: 28px;
	background-color: white;
}

.RightIndentGray {
	width: 45px;
	background-color: #E5E5E5;
}

.RightIndentWhite {
	width: 28px;
	background-color: #E5E5E5;
}

#LogoHeader {
	width: 637px;
	background-color: white;
}

.Content {
	width: 609px;
	background-color: white;
}

.RightColumn {
	width: 300px;
	background-color: white;
	margin-right: 40px;
}

#TopLabel {
	background-image: url('../resources/LabelTopBeta.png');
	background-repeat: no-repeat;
	background-position: 150px top;
}

#LogotypeContainer {
	margin: 5px 0px 10px 15px;
}

#Claim {
	padding: 16px 0px 0px 30px;
}

/* zweite zeile mit der hauptillu und dem deckel des fernsehers */
#MainIllustration {
	width: 609px;
	height: 167px;
	background-color: #D60035;
}

#TVIllustrationRight {
	margin-left: 60px;
	width: 210px;
	height: 184px;
	background-image: url('../resources/TVIllustrationTop.png');
	background-repeat: no-repeat;
	background-position: bottom right;
}

.Content {
	
}

/* rechte Spalte auf der Startseite */
#RightColumnContent {
	width: 210px;
	margin-left: 60px;
	background-image: url('../resources/TVIllustrationBottom.png');
	background-repeat: no-repeat;
	background-position: top right;
}

/* rechte Spalte auf allen anderen Seiten */
#RightColumnContentTemplate {
	width: 210px;
	margin-left: 60px;
	background-image: url('../resources/TVIllustrationBottom.png');
	background-repeat: no-repeat;
	background-position: top right;
}

#BlogIllustration {
	width: 210px;
	height: 96px;
	margin-top: 10px;
	background-image: url('../resources/BlogIllustration.png');
	background-repeat: no-repeat;
	background-position: top right;
}

/* die zwei Boxen / Zugänge zu barcoo */
#OptionSMS table,#OptionSite table {
	height: 100%;
}

#OptionSMS {
	float: right;
	width: 330px;
	height: 100px;
	background-color: #EEEEEE;
}

#OptionSite {
	width: 270px;
	height: 100px;
	background-color: #EEEEEE;
}

#OptionSMSContent {
	width: 310px;
}

#OptionSiteContent {
	width: 260px;
}

.OptionContent {
	background-image: url('../resources/OptionBackground.png');
}

.OptionCornerLeft {
	background-image: url('../resources/OptionCornerLeft.png');
	background-repeat: no-repeat;
	width: 10px;
}

.OptionCornerRight {
	background-image: url('../resources/OptionCornerRight.png');
	background-repeat: no-repeat;
	width: 11px;
}

.SubmitButtonContainer td {
	vertical-align: middle;
}

.smsOutboundReceiver {
	width: 205px;
	background-color: gray;
	font-weight: bold;
	color: white;
}

.SubmitButton {
	margin: 1px 0px 0px 5px;
}

/* und das $*!?& linke label neben den boxen */
#LabelLeft1 {
	background-image: url('../resources/LabelLeft1.png');
	background-repeat: no-repeat;
	background-position: right 10px;;
}

#LabelLeft2 {
	background-image: url('../resources/LabelLeft2.png');
	background-repeat: no-repeat;
	background-position: left 10px;;
}

/* footer */
#Footer {
	margin: 60px 0px 10px 0px;
	border-top: 1px #D60035 solid;
}

#FooterRight {
	float: right;
}

#FooterLeft dd {
	padding: 0px 10px 0px 10px;
}

#FooterRight dd {
	padding: 0px 10px 0px 10px;
}

.containerSources {
	width: 609px;
	border: 0px;
	padding-top: 10px;
	padding-left: 54px;
}

.sourceItem1 {
	float: left;
	width: 120px;
	padding-top: 12px;
	text-align: center;
}

.sourceItem2 {
	float: left;
	width: 489px;
}