/*
	Standard stylesheet
	
	1. COMMON
	2. BODY
	3. TABLE
	4. DIV
	5. SPAN
	6. P
	7. FORM
	8. IMG

*/

/*--- COMMON ---*/
	body, div, span, td, input, textarea, select
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #333333;
	}
	
/*--- BODY ---*/
	body
	{
		margin: 0px;
		background-color: #EEEEEE;
	}

/*--- A ---*/
	a
	{
		text-decoration: none;
		color: #294179;
	}
	
	a:hover
	{
		color: #294179;
		text-decoration: underline;
	}

/*--- TABLE ---*/

/*--- DIV ---*/
	div.headline
	{
		font-size: 24px;
		color: #294179;
		margin-bottom: 15px;
	}
	
	div.headlineNoMargin
	{
		font-size: 24px;
		color: #294179;
	}
	
	div.introduction
	{
		font-weight: bold;
		margin-bottom: 10px;
	}
	
	div.introHeadline
	{
		margin-bottom: 5px;
		font-size: 13px;
		font-weight: bold;
		color: #294179;
	}

	div.introText
	{
		line-height: 16px;
		color: #294179;
	}
	
	div.text
	{
		line-height: 16px;
	}
	
	div.imageHeadline
	{
		margin-bottom: 15px;
	}

	div.imageHeadlineNoMargin
	{
		margin-bottom: 0px;
	}
	
	div.smallHeadline
	{
		font-size: 13px;
		font-weight: bold;
		color: #294179;
		padding-bottom: 3px;
	}
	
	div.contactsName
	{
		font-size: 14px;
		font-weight: bold;
		color: #294179;
		padding-top: 6px;
	}

/*--- SPAN ---*/
	span.searchResultHighlight
	{
		background-color: #FFFF99;
	}

/*--- P ---*/

/*--- FORM ---*/
	/*		All styles are declared in the COMMON-section.		*/	

/*--- IMG ---*/

/*--- OTHER ---*/
	.blueText
	{
		color: #294179;
	}