


/* ----- CONTENT ----- */

.content
{
	width: 100%;

	background-color: #fedbbb;

	padding: 60px 10px 60px 1px;
	text-align: left;
}

.content a				{ color: #d4805a; text-decoration: underline; }
.content a:visited		{ color: #d4805a; text-decoration: underline; }
.content a:hover		{ color: #321d0d; text-decoration: underline; }

.content_table
{

}

.content_window
{
	text-align: left;

	width: 380px;
	height: 235px;

	overflow: auto;
}

.content_gallery
{
	width: 380px;
	height: 281px;

	overflow: auto;
}



/* ----- CONTENT DOORPAGE ----- */

.doorcontent
{
	background-color: #d4805a;

	width: 100%;
	height: 312px;

	padding-top: 100px;
	padding-bottom: 0px;
}

.doortable
{
	width: 100%;

	background-color: #ffffff;
	border-bottom: 4px solid #321d0c;
}

.doortable img { display: block }

.doortable_logo
{
	background-image: url(/images/zurich_logo_blau.gif);
	width: 100%;

	padding-top: 11px;

	vertical-align: top;

	font-size: 14px;
	font-weight: bold;
}



/* ----- CONTENT SPECIAL FORMS ----- */
