/* generelles */

* {
	font-family: 'Frutiger Next', Frutiger,	'Segoe UI',	Verdana, sans-serif;	
	font-size: 13px; line-height: 22px;	color: black;
	font-weight: normal;
	
	padding: 0px; margin: 0px;
}

a {
	color: blue;
	white-space: nowrap;
}

a:hover {
	color: #D60035;
}

h2 {
	/* wird nur für den claim beutzt */
	font-style: italic;	
}

.message {
	color: #CC003D;
}

.errorMessage {
	color: #FF5400;
	text-align: left;
}


/* überschriften allgemein */

h3, h4 {
	font-size: 18px; line-height: 22px;
	font-style: italic; font-weight: bold;
	color: #D60035;
}

h3 a, h4 a {
	font-size: 18px; line-height: 22px;
	font-weight: bold;
}

/* überschriften breite linke spalte */

.Content h3 {
	margin: 0px 0px 0px 10px;
}

.Content p {
	margin: 6px 0px 11px 54px;
}

/* rechte schmale Spalte */

#RightColumn h3 {
	/* firefox bug */
	line-height: 22px;
}

#HeadingVideo {
	margin: 0px 0px -2px 0px;
}

#HeadingBlog {
	margin: 24px 0px -1px 0px;
}

#RightColumnContent p {
	margin: 6px 0px 0px 0px;
}

/* Ausnahmen für die anderen Seiten */

#RightColumnContentTemplate p {
	margin: 8px 0px 0px 0px;
}

#RightColumnContentTemplate #HeadingBlog {
	margin: 24px 0px 0px 0px;
}

/* Ausnahmen Ende */

#Examples {
	padding-top: 42px;
}

/* die zwei wege zu barcoo */

.OptionContent h4 {
	margin: 4px 0px 6px 0px;
}

/* templates */
#TemplateHeading {
	color: #444444;
	margin-bottom: 15px;
}

/* support page */
.question {
	color: #CC003D;
	font-style: italic;
	font-weight: bold;
}
.questionItem {
	padding-top: 15px;
}

/* normal intent for non paragraphs */
.normalIntent {
	padding-left: 60px;
}

/* press page */
.portrait {
 padding-top: 6px;
 padding-right: 5px;
}