/* CSS Document */


/*	-------------------------------------------------------------
	Global declarations
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

body {
	font-family: MS Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* enables the use of ems by using values a tenth of the target size in pixels (e.g 1.2 ems = 12px)*/
	margin: 0px;
	padding: 0px;
	background-color: #999999;
	background-image: url(../images/background.gif);
	background-position: top;
	background-repeat: repeat-x;
	}

p {
	color: #000000;
	}

img {
	border: 0;
	}

#wrapper {
	text-align: left;
	padding: 0;
	width:800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}


/*	-------------------------------------------------------------
	Header
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#headerContainer {
	display: block;
	width: 800px;
	height: 216px;
	margin-top: 47px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	}

#headerLeft {
	width: 182px;
	height: 216px;
	display: inline;
	float: right;
	background-image: url(../images/header_left.gif);
	background-repeat: no-repeat;
	}

#headerNavContainer {
	padding-top: 60px;
	}

#headerCentre {
	width: 435px;
	height: 216px;
	display: inline;
	float: right;
	}

#headerRight {
	width: 183px;
	height: 216px;
	display: inline;
	float: right;
	}



/*	-------------------------------------------------------------
	Footer
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/


#footer {
	display: block;
	width: 496px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	}

.footerImprint {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	display: block;
	float: left;
	padding-top: 10px;
	}

.footerLinks {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	display: block;
	float: right;
	padding-top: 10px;
	padding-right: 35px;
	}

#footer strong {
	color: #000000;
	font-weight: normal;
	}

#footer a {
	color: #ffffff;
	}

#footer a:link {
	text-decoration: none;
	}

#footer a:visited {
	text-decoration: none;
	}

#footer a:active {
	text-decoration: underline;
	}

#footer a:hover {
	text-decoration: underline;
	}




/*	-------------------------------------------------------------
	Main Navigation
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/


#mainNav {
	text-align: center;
	width: 800px;
	margin-left: -20px;
	}

#mainNav a {
	font-size: 1.4em;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	}

#mainNav a:link {
	text-decoration: none;
	font-size: 1.4em;
	}

#mainNav a:visited {
	text-decoration: none;
	font-size: 1.4em;
	}

#mainNav a:active {
	text-decoration: underline;
	font-size: 1.4em;
	}

#mainNav a:hover {
	text-decoration: underline;
	font-size: 1.4em;
	}

#mainNav li {
	display: inline;
	padding-left: 15px;
	padding-right: 15px;
	}

#mainNav strong {
	font-size: 1.4em;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 1.4em;
	}



/*	-------------------------------------------------------------
	Common Page Area
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/


#commonAreaContainer {
	width: 800px;
	background-image: url(../images/commonAreaBgFiller.gif);
	background-repeat: repeat-y;
	}

#commmonAreaTop {
	display: block;
	float: left;
	width: 800px;
	height: 25px;
	}

#commmonAreaBottom {
	display: block;
	float: left;
	width: 800px;
	height: 25px;
	background-image: url(../images/commonAreaBottom.gif);
	background-position: top;
	background-repeat: no-repeat;
	}

#commonArea {
	display: block;
	float: left;
	width: 800px;
	background-image: url(../images/commonAreaBg.gif);
	background-repeat: repeat-y;
	background-position: bottom;
	}

#commonAreaLeft {
	display: block;
	float: left;
	width: 250px;
	}

#commonAreaRight {
	display: block;
	float: left;
	width: 250px;
	}


/*------------------------------------*/


#commonSideContainer {
	display: block;
	float: right;
	width: 250px;
	background-image: url(../images/commonSideNavBgFiller.gif);
	background-repeat: repeat-y;
	}

#commonSideHeader {
	display: block;
	width: 250px;
	height: 72px;
	background-image: url(../images/commonSideHeader.gif);
	}

#commonSideHeader h2 {
	display: block;
	color: #333333;
	padding-top: 17px;
	padding-left: 68px;
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
	}

#commonSideBottom {
	display: block;
	float: left;
	width: 250px;
	height: 20px;
	background-image: url(../images/commonSideBottom.gif);
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	}

#commonSideNav {
	display: block;
	width: 250px;
	background-image: url(../images/commonSideBg.gif);
	padding: 0;
	margin: 0;
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.5em;
	}

#commonSideNav ul {
	list-style-type: none;	
	}

#commonSideNav li {
	display: block;
	margin-bottom: 8px;
	margin-left: 30px;
	}

.commmonSideNavLevel2 {
	padding-left: 15px;
	}

#commonSideNav a {
	color: #ffffff;
	}

#commonSideNav a:link {
	text-decoration: none;
	}

#commonSideNav a:visited {
	text-decoration: none;
	}

#commonSideNav a:active {
	text-decoration: underline;
	}

#commonSideNav a:hover {
	text-decoration: underline;
	}

#commonSideNav strong {
	color: #333333;
	}


/*------------------------------------*/


#commonAreaCentre {
	display: block;
	float: left;
	width: 300px;
	}

#commonAreaCentre h1 {
	display: block;
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	line-height: 1.9em;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	margin-top: 0px;
	}

#commonAreaCentre p {
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.5em;
	color: #ffffff;
	font-weight: normal;
	text-align: left;
	}

#commonAreaCentre img {
	margin-top: 10px;
	margin-bottom: 10px;
	}

#commonAreaCentre li {
	color: #ffffff;
	margin-bottom: 1.1em;
	}

#commonAreaCentre h2 {
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: -1em;
	}

#commonAreaCentre a {
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.5em;
	color: #ffffff;
	}

#commonAreaCentre a:link {
	font-weight: normal;
	color: #ffffff;
	text-decoration: none
	}

#commonAreaCentre a:visited {
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	}

#commonAreaCentre a:active {
	color: #ffffff;
	font-weight: normal;
	text-decoration: underline;
	}

#commonAreaCentre a:hover {
	color: #ffffff;
	font-weight: normal;
	text-decoration: underline;
	}




/*	-------------------------------------------------------------
	Home Display Area
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/


#homeDisplayContainer {
	width: 800px;
	height: 453px;
	display: block;
	float: left;
	background-image: url(../images/home_display_bg.png);
	background-repeat: no-repeat;
	}

#homeContact {
	display: block;
	float: left;
	width: 138px;
	height: 138px;
	padding-left: 219px;
	padding-top: 286px;
	}

#homeContact img {
	border: 0;
	}

#homeInfo {
	display: block;
	width: 435px;
	float: right;
	margin-top: 205px;
	}

#homeInfo p {
	color: #ffffff;
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.4em;
	text-align: center;
	margin-top: 0px;
	margin-left: 30px;
	margin-right: 50px;
	}

#homeFooter {
	display: block;
	float: left;
	width: 800px;
	}

.homeFooterImprint {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	display: block;
	float: left;
	padding-top: 10px;
	}

.homeFooterLinks {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	display: block;
	float: right;
	padding-top: 10px;
	padding-right: 35px;
	}

#homeFooter a {
	color: #ffffff;
	}

#homeFooter a:link {
	text-decoration: none;
	}

#homeFooter a:visited {
	text-decoration: none;
	}

#homeFooter a:active {
	text-decoration: underline;
	}

#homeFooter a:hover {
	text-decoration: underline;
	}



/*	-------------------------------------------------------------
	Links
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/


#links h2 {
	font-size: 1.4em;
	line-height: 1.6em;
	font-weight: bold;
	color: #9bc797;
	margin-left: 0;
	margin-bottom: -1em;
	margin-top: 2em;
	}

#links h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #9bc797;
	margin-left: 2em;
	margin-bottom: -1em;
	margin-top: 2em;
	}

#links p {
	font-size: 1.1em;
	font-weight: normal;
	color: #ffffff;
	margin-left: 2em;
	margin-bottom: -1em;
	}

#links a:link {
	font-weight: bold;
	}

#links a:visited {
	font-weight: bold;
	}

#links a:active {
	font-weight: bold;
	}

#links a:hover {
	font-weight: bold;
	}



/*	-------------------------------------------------------------
	Testimonials
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/


#testimonials {
	display: block;
	float: left;
	width: 300px;
	}

#testimonials b {
	display: block;
	padding-bottom: 10px;
	font-weight: bold;
	}

#testimonials h1 {
	display: block;
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	line-height: 1.9em;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	margin-top: 0px;
	}

#testimonials p {
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.5em;
	color: #ffffff;
	font-weight: normal;
	text-align: left;
	}




/*	-------------------------------------------------------------
	Contact
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/


#contactContainer {
	display: block;
	float: left;
	width: 300px;
	padding-left: 250px;
	}

#contactContainer h1 {
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.7em;
	color: #ffffff;
	}

#contactContainer p {
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.3em;
	font-weight: normal;
	color: #ffffff;
	}

#contactContainer a {
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.3em;
	font-weight: normal;
	color: #ffffff;
	}

#contactContainer a:link {
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.3em;
	font-weight: normal;
	text-decoration: none;
	}

#contactContainer a:visited {
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.3em;
	font-weight: normal;
	text-decoration: none;
	}

#contactContainer a:active {
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.3em;
	font-weight: normal;
	text-decoration: underline;
	}

#contactContainer a:hover {
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.3em;
	font-weight: normal;
	text-decoration: underline;
	}

#contactContainer div {
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.3em;
	font-weight: normal;
	color: #ffffff;
	display: block;
	padding-top: 5px;
	}

.formField {
	margin: 0.5em;
	border: 0;
	background-color: #ffffff;
	}

.formButton {
	border: 0;
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	}


/*	-------------------------------------------------------------
	Site Map
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/


#siteMap ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
#siteMap li {
	display: block;
	width: 100%;
	background-color: #89588d;
	padding: 5px;
	}
.siteMapIndentSingle {
	text-indent: 20px;
	}
.siteMapIndentDouble {
	text-indent: 40px;
	}


/*	-------------------------------------------------------------
	Accessibility
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/


#accessTable {
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #ffffff;
	}

#accessTable caption {
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	height: 2em;
	}

#accessTable td {
	background-color: #89588d;
	height: 2em;
	}








