/*contains the standard body definitions*/
html, body
{
	height: 100%;
}

body
{
	background: #eaebec;
	font-family: Arial, Verdana, Helvetica, XHelvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

/*kills the pixels line height in the mozilla browser*/
img.block
{
	display: block;
}

/*standard fonts for the following elements*/
a, p, td, em, b, i, span, div, dt, dd, dl, h1, h2, h3 ,h4
{
	font-family: Arial, Verdana, Helvetica, XHelvetica, sans-serif;
	font-size: 12px;
}

/*delete the p top margin*/
p
{
	margin-top: 0px;
}

/*standard headline font sizes*/
h1
{
	font-size: 22px;
	margin: 0px 0px 13px 0px;
}

h2
{
	font-size: 18px;
	margin: 0px 0px 10px 0px;
}

h3
{
	font-size: 15px;
	margin: 0px 0px 8px 0px;
}

h4
{
	font-size: 13px;
	margin: 0px 0px 13px 0px;
}

/*the standard link definition*/
a
{
	color: #2088bc;
}

a:link, a:visited, a:hover
{
	color: #2088bc;
	text-decoration: none;
}

a:hover
{
	color: #069;
}

/*top navigation*/
td.topNavPrompt
{
	color: #fff;
	font-weight: bold;
}

/*left navigation*/
a.inPath:link b, a.inPath:visited b, a.inPath:hover b
{
	color: #2088bc;
}

a.inPath:hover b
{
	color: #2088bc;
}


/*search field*/
input.searchFieldScale
{
	font-size: 10px;
	width: 98%;
}

input.searchFieldStandard
{
	font-size: 12px;
	width: 300px;
}

form.searchFieldForm
{
	margin-top: 0px;
	margin-bottom: 0px;
}

table.searchFieldTable
{
	margin: 0px;
}

/*search result*/
span.searchResult
{
	background: #c3f6c0;
}

/*trail*/
table.trailShell
{
	margin: 0px;
}

/*panel*/
td.panelTitleBar
{
	font-weight: bold;
	font-size: 12px;
}

div.panelSubTitle
{
	font-weight: bold;
	font-size: 12px;
}

/*paragraph*/
td.paragraphImageText
{
	font-size: 11px;
}

span.paraSubtitle
{
	display: block;
	font-style: normal;
	font-weight: bold;
	font-size: 15px;
	padding-top: 6px;
	margin-bottom: 5px;
}

img.clearAll
{
	display: block;
	clear: both;
	visibility: hidden;
}

table.imageTable
{
	margin: 0px;
}

ul
{
	list-style-type: square;
}

table td.content p
{
	margin: 0px;
	margin-bottom: 10px;
}

/*teaser*/

td.teasers p span.teaserParagraph
{
	font-size: 11px;
}

.teaserTitle
{
	font-size: 12px;
}

.teaserListelement
{
	font-size: 11px;
}

.teaserParagraph
{
	font-size: 11px;
}

.teaserMore, a.teaserMore
{
	font-size: 11px;
}

/*footer*/
td.footer
{
	font-size: 10px;
	color: #000;
}

/*news overview*/
em.newsTableItem
{
	font-style: normal;
	font-weight: bold;
}

/* news detail */
td.newsHeadline
{
	font-size: 18px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #000;
}

td.newsDate
{
	font-size: 15px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #000;
}

/*FAQ*/
em.faqGroupTitle
{
	display: block;
	font-size: 15px;
	color: #000;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 3px;
}

/*sitemap*/
em.sitemapElementLink
{
	font-style: normal;
	font-weight: bold;
}

/*pager*/
a.pagerItemNormal
{
	font-size: 11px;
}

span.pagerItemHere
{
	color: #003;
	font-size: 11px;
}

/*loginBox Is In*/
form.loginBoxIsIn
{
	margin: 0px;
	padding: 0px;
}

input.loginBoxIsIn
{
	font-size: 11px;
}

/*Square and rectangle*/
div.squareHeadline
{
	font-size: 18px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #000;
}






