/*contains the standard body definitions*/
body
{
	background: #d6def2 url(../web/img/ip/fbs_left.gif) repeat-y;
	font-family: Verdana, Arial, Helvetica, XHelvetica, sans-serif;
	font-size: 13px;
	color: #243261;
}

/*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: Verdana, Arial, Helvetica, XHelvetica, sans-serif;
	font-size: 13px;
	color: #243261;
}

/*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
{
	text-decoration: none;
}

td.content a
{
	color: #309;
}

td.content a:link, td.content a:visited, td.content a:hover
{
	color: #309;
	text-decoration: none;
}

td.content a:hover
{
	color: #000;
}

/*fbs td 1 and 2*/
td.fbs_td_1
{
	background: url("../web/img/ip/fbs_td_1.gif") repeat-x;
}

td.fbs_td_2
{
	background: url("../web/img/ip/fbs_td_2.gif") repeat-x;
}

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

/*left navigation*/
a.normal:link, a.normal:visited, a.normal:hover
{
	display: block;
	width: 100%;
	font-weight: bold;
	color: #336;
} 

a.normal:hover
{
	color: #003;
}

a.subNavNormal:link, a.subNavNormal:visited, a.subNavNormal:hover
{
	display: block;
	width: 100%;
	font-weight: bold;
	color:  #d6def2;
}

a.inPath:link, a.inPath:visited, a.inPath:hover
{
	display: block;
	width: 100%;
	font-weight: bold;
	color: #336;
}

a.inPath:hover
{
	color: #003;
}

b.here
{
	color:  #000;
}


/*search field*/
input.searchField
{
	font-size: 13px;
	width: 300px;
}

form.searchFieldForm
{
	margin: 0px;
	padding: 0px;
}

table.searchFieldTable
{
	margin: 0px;
}

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

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

span.panelContentTitle
{
	font-weight: bold;
	font-size: 13px;
}

/*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: 13px;
}

span.teaserTitle, span.teaserMore
{
	display: block;
	font-weight: bold;
	margin: 3px 4px 3px 4px;
}

span.teaserMore
{
	font-weight: normal;
	margin-top: 1px;
	margin-bottom: 2px;
}

span.teaserMore a:link, span.teaserMore a:visited, span.teaserMore a:hover,
a.teaserListelement:link, a.teaserListelement:visited, a.teaserListelement:hover,
a.teaserParagraph:link, a.teaserParagraph:visited, a.teaserParagraph:hover
{
	color: #309;
} 

span.teaserMore a:hover, 
a.teaserListelement:hover,
a.teaserParagraph:hover
{
	color: #000;
} 

.teaserListelement
{
	font-size: 11px;
}

.teaserParagraph
{
	font-size: 11px;
}

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


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

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

/*pager*/
td.pagerItem
{
	color: #369;
}

td.pagerItem b
{
	color: #003;
}

/* participants */
h2.participantName
{
	margin-top: 20px;
}

h2.participantName a
{
	font-size: 18px;
}

/* form fields */
h1.registrationForm
{
	margin-top: 20px;
}

input.narrowTextfield
{
	width: 260px;
}

input.wideTextfield
{
	width: 350px;
}

textarea.textarea
{
	font-family: Verdana, Arial, Helvetica, XHelvetica, sans-serif;
	overflow: auto;
	width: 550px;
}

