/* Standardmäßiges CSS-Stylesheet für ein neues Webanwendungsprojekt */

BODY, TD, INPUT, SELECT
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
	color: #074F8C;
}

BODY
{
	background-color: #EBEBEB;
	color: #074F8C;
}


INPUT, SELECT, TEXTAREA
{
	color: #074F8C;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
	width: 100%;
	background-color: #FFFFFF;
	border-width: 1px;
	border-color: #EBEBEB;
	border-style: solid;
}


TABLE
{
	empty-cells: show;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
	display: inline;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
	color: #074F8C;
}


TFOOT, THEAD
{
	font-size: 1em;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
}

TH
{
	vertical-align: baseline;
	font-size: 1em;
	font-weight: bold;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
}


A:link
{
	text-decoration: underline;
	color: #074F8C;
}

A:visited
{
	text-decoration: underline;
	color: #074F8C;
}

A:active
{
	text-decoration: underline;
	color: #074F8C;
}

A:hover
{
	text-decoration: underline;
	color: #E52619;
}

SMALL
{
	font-size: .7em;
}

BIG
{
	font-size: 1.17em;
}

BLOCKQUOTE, PRE
{
	font-family: Courier New, monospace;
}

LI
{
	list-style-type: square;
}


UL LI
{
	list-style-type: square;
}

UL LI LI
{
	list-style-type: disc;
}

UL LI LI LI
{
	list-style-type: circle;
}

OL LI
{
	list-style-type: decimal;
}

OL OL LI
{
	list-style-type: lower-alpha;
}

OL OL OL LI
{
	list-style-type: lower-roman;
}

IMG
{
	border: 0px;
	margin: 0px;
}


.FooterText
{
	color: #FFFFFF;
	font-size: 9px;
}

.FooterText:link
{
	text-decoration: none;
	color: #FFFFFF;
}

.FooterText:visited
{
	text-decoration: none;
	color: #FFFFFF;
}

.FooterText:active
{
	text-decoration: none;
	color: #FFFFFF;
}

.FooterText:hover
{
	text-decoration: underline;
	color: #FFFFFF;
}


.HeaderText
{
	color: #606060;
	font-size: 9px;
}
.HeaderText:link
{
	text-decoration: none;
	color: #606060;
}

.HeaderText:visited
{
	text-decoration: none;
	color: #606060;
}

.HeaderText:active
{
	text-decoration: none;
	color: #606060;
}

.HeaderText:hover
{
	text-decoration: underline;
	color: #606060;
}

.LineSpacer
{
	height: 3px;
}

.FormSpacer
{
	height: 10px;
}

.OuterTable
{
	table-layout: fixed;
	width: 750px;
	background-color: #FFFFFF;
}

.InnerTable
{
	table-layout: fixed;
	width: 748px;
}

.ContentTable
{
	table-layout: fixed;
	width: 688px;
}

.FactTable
{
	table-layout: fixed;
	width: 688px;
}

.OuterBorderCell
{
	background-color: #AFAFAF;
}

.ContentColumn
{
	width: 688px;
}

.MenuImage
{
	margin-bottom: 20px;
}

.SubMenuImage
{
	margin-top: 10px;
	margin-bottom: 10px;
}

.TextGray
{
	color: #979797;
}

.TextGraySmall
{
	color: #979797;
	font-size: 9px;
}

.TextBlue
{
	color: #074F8C;
}

.PopupMainHeadLine
{
	font-size: 13px;
	color: #074F8C;
	font-weight: bold;
}

.PopupHeadLine
{
	background-color: #e6edf3;
	font-size: 12px;
	color: #074F8C;
	font-weight: bold;
}


.PopupContent
{
	font-size: 11px;
	color: #074F8C;
	font-weight: normal;
	padding-left: 20px;
}


.HeadLineMain
{
	font-size: 18px;
	color: #074F8C;
	line-height: 20px;
	font-weight: bold;
	padding-top: 18px;
	padding-bottom: 12px;
}
.HeadLineMain2
{
	font-size: 12px;
	color: #074F8C;
	line-height: 18px;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 2px;
}

.HeadLineSub
{
	font-size: 11px;
	color: #074F8C;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 0px;
	background: #e6edf3;
	border-width: 1px;
	border-color: #FFFFFF;
}

.ButtonDescription
{
	font-size: 11px;
	line-height: 13px;
	color: #074F8C;
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 2px;
}

.SavingsText
{
	font-size: 12px;
	color: #074F8C;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	background: #e6edf3;
	border-width: 1px;
	border-color: #e6edf3;
}

.Savings
{
	font-size: 14px;
	color: #e52619;
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 2px;
}


.TextAreaWeiteres
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	width: 100%;
	background-color: #EBEBEB;
	color: #074F8C;
	border-width: 1px;
	border-color: #CDCDCD;
	border-style: solid;
}

.FormCheckBox
{
	width: auto;
}

.ButtonWhite
{
	background-color: #FFFFFF;
}


.Branchen
{
	/*background-color: #e6edf3;*/
	font-size: 11px;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
	line-height: 13px;
	padding: 1px;
	text-align: justify;
}

.BranchenHeadline
{
	background-color: #e6edf3;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
	line-height: 13px;
	padding: 1px;
	text-align: justify;
}


.AGB
{
	font-size: 11px;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
	line-height: 14px;
	padding: 2px;
	text-align: justify;
}


.ImageButton
{
	border-width: 0px;
	width: auto;
	background-color: white;
}

.RadioButton
{
	border-width: 0px;
	width: auto;
	background-color: #FFFFFF;
	border-color: #FFFFFF;
	color: #FFFFFF;
}

.CheckBox input
{
	color: #FFFFFF;
	width: auto;
	background-color: #EBEBEB;
	border-width: 0px;
	border-color: #FFFFFF;
	border-style: none;
	border: none;
}


.POPUP
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
	line-height: 15px;
	background-color: #E6EDF3;
	color: #074F8C;
}

.ErrorMessage
{
	font-size: 9px;
	color: #E52619;
}

.WhiteText
{
	font-size: 1px;
	color: #FFFFFF;
}


.WhiteText a
{
	font-size: 1px;
	color: #FFFFFF;
}

.WhiteText a:link
{
	font-size: 1px;
	color: #FFFFFF;
}

.WhiteText a:visited
{
	font-size: 1px;
	color: #FFFFFF;
}

.WhiteText a:hover
{
	font-size: 1px;
	color: #FFFFFF;
}

.MainPanel
{
	background-position: right top;
	background-repeat: no-repeat;
}

.TextBlack
{
	color: #000000;
	font-size: 10px;
}

.FormName
{
	background-color: #EBEBEB;
	padding-left: 2px;
	padding-right: 2px;
}

.TableBorder
{
	border-width: 1px;
	border-color: #EBEBEB;
	border-style: solid;
}

.ButtonAutoSize
{
	width:auto;
	vertical-align:middle;
}

.ButtonAutoSize input
{
	width:auto;
	vertical-align:middle;
	border-width:0px;
}

.Button
{
	width:100%;
	border-width:0px;
}

.TextSmall
{
	font-size: 9px;
}
