/*****************************************************************************/
/* = Container																 */
/*****************************************************************************/

#container {
	width: 960px;
	min-height: 550px;
	height: auto !important;
	height: 550px;
	margin: auto;
	padding-top: 24px;
	text-align: left;
}

/*****************************************************************************/
/* = Main (Background bottom)												 */
/*****************************************************************************/

#main {
	min-height: 465px !important;
	height: auto !important;
	height: 465px;
	background: url(../img/bgBottomShort.gif) bottom repeat-x;
}

.bgBottom {
	background: url(../img/bgBottom.png) bottom repeat-x;
}

/*****************************************************************************/
/* = Contact																 */
/*****************************************************************************/

#contact .formTableDescription {
	text-align: center;
}

#contact select {
	width: 219px;
}

#contact input {
	width: 215px;
}

#contact textarea {
	width: 449px;
	height: 90px;
}

#contact #contactImage {
	width: 200px;
	height: 250px;
	background: url(../img/contact.gif) right top no-repeat;
}


/*
#contact .caption {
	white-space: nowrap;
}

#contact #contactMessage {
	width: 480px;
	float: left;
}

#contact h3 {
	margin-top: 10px;
}

#contact #contactMessage select {
	width: 300px;
}

#contact #contactMessage textarea {
	width: 460px !important;
	width: 455px;
	height: 120px;
}

#contact #contactImage {
	float: right;
	width: 200px;
	height: 250px;
	background: url(../img/contact.gif) right top no-repeat;
}

#contact #contactAddress, #contact #contactContacts {
	width: 350px;
	float: left;

}

#contact #contactAddress {
	margin-right: 6px;
}

#contact #contactCaptcha {
	width: 350px;
	float: left;
	text-align: right;
}

#contact #contactCaptcha div {
	line-height: 25px;
}

#contact #contactCaptcha #captchaImage {
	height: 55px;
}

#contact #contactCaptchaText {
	width: 340px;
	float: right;
}
*/

/*****************************************************************************/
/* = Registration															 */
/*****************************************************************************/

#registrationForm .options {
	color: #F48000;
}

#requestpw,
#suggestpw {
	display: none;
}

.loginRegistrationFormContent {
	width: 460px;
	clear: both;
	float: left;
	margin: 0;
}

.loginRegistrationDescription {
	width: 460px;
	float: right;
	margin: 0;
}

/*****************************************************************************/
/* = Press																	 */
/*****************************************************************************/

#pressContent {
	line-height: 18px;
}

#pressContent a {
/*	color: #3F769D;*/
	font-weight: bold;
}

#pressContent hr {
	border: none;
	margin: 10px 0 0 0;
	height: 10px;
	background: #3F769D;
}

#pressContent #pressMaterial {
	margin-top: 10px;
}

#pressContent #pressMaterial .pressMaterial {
	width: 160px;
	height: 120px;
	line-height: 20px;
	text-align: center;
	margin-top: 15px;
	margin-right: 22px;
	float: left;
}

#pressContent #pressMaterial .lastMaterial {
	margin-right: 0;
}

#pressContent #pressMaterial .pressMaterial .img {
	width: 150px;
	height: 50px;
	margin: 15px auto;
	background: #FFF;
	border: 2px solid #3F769D;
}

#pressContent #pressReport .pressReportImage {
	width: 180px;
	height: 60px;
	margin-top: 10px;
	margin-right: 26px;
	float: left;
}

#pressContent #pressReport .pressReportText {
	width: 500px;
	height: 60px;
	margin-top: 10px;
	float: left;
}

/*****************************************************************************/
/* = Imprint																 */
/*****************************************************************************/

#imprintContent {
	min-height: 415px;
	height: auto !important;
	height: 415px;
}

#imprintContent .caption, #imprintContent .field {
	line-height: 20px;
	float: left;
}

#imprintContent .caption {
	/* width: 120px; */
	margin-right: 5px;
	clear: left;
}

/*****************************************************************************/
/* = Services																 */
/*****************************************************************************/

#services table td, #services table th {
	border-bottom: 2px solid #E5EFFA;
	border-right: 2px solid #E5EFFA;
}

#services table#servicesTable tr td.info {
	width: 80px;
	background: #FFF;
}

#services table#servicesTable tr td.info img {
	width: 13px;
	height: 12px;
	display: block;
	margin: 4px auto;
}

#services table#costsTable tr td.info,
#services table#costsTable2 tr td.info {
	width: 252px;
	text-align: center;
	background: #FFF;
}

#services table#costsTable tr.subhead td.info {
	text-align: center;
	background: #5FBEF3;
}

#services table#costsTable2 {
	border-top: 2px solid #E5EFFA;
}
#services table#costsTable2 tr td {
	border-top: none;
}

#services table#costsTable2 tr td.info {
	width: 166px;
	text-align: center;
	background: #5FBEF3;
	background: #FFF;
}

/*****************************************************************************/
/* = Misuse																	 */
/*****************************************************************************/

#misuse ul {
	list-style-type: decimal;
	font-weight: bold;
}

#misuse ul li span {
	font-weight: normal;
}

#misuse .chkbox {
	width: 10px;
	height: 10px;
	float: left;
	margin-right: 10px;
}

/*****************************************************************************/
/* = FAQ Content															 */
/*****************************************************************************/

#help .section {
	line-height: 18px;
}

/*****************************************************************************/
/* = SSL Table																 */
/*****************************************************************************/

#sslTable {
	width: 80px;
	height: 120px;
	float: right;
	text-align: center;
}

#sslTable a {
	font-weight: bold;
	font-size: 8px;
}

/*****************************************************************************/
/* = Footer																	 */
/*****************************************************************************/

#footer {
	height: 90px;
	line-height: 14px;
	font-size: 0.75em;
	text-align: center;
	font-weight: bold;
	color: #45748D;
}

#footer hr {
	height: 4px;
	border: none;
	background: url(../img/sepBg.gif);
	margin-bottom: 10px;
}

#footerContent {
	margin-top: 10px;
}

#footer a, #footer a:visited, #footer a:active, #footer a:link {
	color: #79A2B8;
	text-decoration: underline;
}

#footer a:hover {
	color: #F48000;/*#5FBEF3;*/
	text-decoration: underline;
}

	#footer div#errorReport{
		width: 140px; height: 40px;
		margin-top: -45px; padding: 5px;
		position: relative;
		left: 808px;
		font-size: 1.4em;
		background: #FEF2E5;
		border: 1px solid #F47F00;
		color: #000;
	}

		#footer div#errorReport a{
			color: #F47F00;
			text-decoration: none;
			display: block;
			margin-top: 5px;
		}
/***************************************/
/* Dim / Loading                       */
/***************************************/

#dim, #loading {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
	z-index: 500;
}

#dim {
	margin: 0px;
	padding: 0px;
	background: #FFF;
}

#loading {
	background: url(../img/ajax-loader.gif) center center no-repeat;
	z-index: 550;
}
/* the semi-opaque befairy logo that sits in the bottom-right of tiles*/
.toastyFairy{
	height:0;
}

	.toastyFairy div{
		position:relative;
		top:-179px;
		right:4px;
		text-align:right
	}
