body
{
	background-color: #F6F4EB;
	margin-top: 0px;
	font-size: 11px;
}

/****************************************************
	F O N T
****************************************************/
body, input, select, textarea, table, tr, td, th, h1, h2, h3, h4 {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000;
}
img
{
	border: 0px;	
}
a
{
	color: #831205;	
}

#container
{
	margin-left: auto;
	margin-right: auto;
	width: 720px;
	text-align: left;
	background-color: #ffffff;
}
/* Header, logo, top menu & building */
#header
{
	width: 680px;
	background-color: #ffffff;
	height: 53px;	
}
#logo
{
	padding-left: 12px;
	width: 180px;
	float: left;	
}
#topmenu
{
	color: #948A7C;
	font-size: 11px;
	width: 400px;
	float: right;
	text-align: right;
	padding-right: 24px;
	padding-top: 24px;	
}
#topmenu a
{
	color: #948A7C;
	text-decoration: none;	
}
#topmenu b
{
	color: #831205;	
}
.building
{
	background-color: #ffffff;
	width: 680px;
	height: 34px;
}
#buildingname
{
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #55758D;
	padding-left: 16px;
	padding-top: 5px;
	float: left;
    width: 180px;
}
#buildingaddress
{
	text-align: right;
	padding-top: 5px;
	padding-right: 16px;
	font-size: 10px;
	float: right;
    width: 411px;	
}
#buildingaddress a
{
	color: #000000;
	text-decoration: none;	
}
#buildingaddress a:hover
{
	text-decoration: underline;	
}
/* Content area */
.contentarea
{
	background-color: #ffffff;
	width: 100%;
}
html>/**/body #contentarea
{
	height: 620px;
}

#menu
{
	padding-top: 33px;
	padding-left: 16px;
	width: 196px;
	float: left;
	display: none;
}
#menu .SectionHeader
{
	height: 40px;
	padding-top: 6px;
}
#menu .SectionHeader a
{
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #55758D;	
	text-transform: uppercase;
	padding-left: 26px;
	height: 30px;
}
#menu ul
{
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 0px;
	list-style-type: none;	
}
.MenuItem
{
	padding-left: 12px;
}
.MenuItem a
{
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
	color: #55758D;
	text-decoration: none;
}
.SelectedMenuItem
{
	padding-left: 12px;	
}
.SelectedMenuItem a
{
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
	color: #9E4022;
	text-decoration: none;
}

#content
{
	width: 664px;
	float: right;	
	text-align: left;
	padding-right: 16px;
}

#content h1
{
	color: #55758D;
	font-size: 12px;
	margin-bottom: 12px;
}

#content h2
{
	color: #000000;
	font-size: 11px;
	margin-bottom: 0px;
	text-transform: uppercase;
}

#content p
{
	margin: 0px;
}

#content td
{
	font-size: 10px;	
}

#content .DownloadLink
{
	color: #92250E;
}

#content .PictureText
{
	font-size: 9px;	
}

#footer
{
	width: 100%;
	background-color: #ffffff;
	height: 25px;
}
#footer_replacement
{
	display: none;
	width: 100%;
	height: 25px;
	background-color: #ffffff;
}

/* Form */

.FormTextBox
{
	width: 250px;	
	border: solid 1px #52738C;
	font-size: 10px;
}
.FormTextBoxZipCode
{
	width: 50px;	
	border: solid 1px #52738C;
	font-size: 10px;
}
.FormTextBoxCity
{
	width: 191px;	
	border: solid 1px #52738C;
	font-size: 10px;
	margin-left: 5px;
}
.FormTextBoxNewsletter
{
	width: 230px;	
	border: solid 1px #52738C;
	font-size: 10px;
}
.FormButton
{
	border: solid 1px #52738C;
	background-color: #52738C;
	font-size: 11px;
	color: #FFFFFF;	
	cursor: pointer;
}
.FormError
{
	color: Red;
	padding-left: 5px;	
}

/* Page Gallery */
.GalleryImage
{
	padding-bottom: 10px;	
	padding-left: 5px;
	padding-right: 5px;
	filter:alpha(opacity=35);
	moz-opacity:.35;
	opacity:.35;
}
.GalleryImageSelected
{
	padding-bottom: 10px;	
	padding-left: 5px;
	padding-right: 5px;
}

.SelectorLeftPadding
{
	width: 5px;
	height: 10px;	
}

.ImageDescriptionPositioner
{
	/*height: 75%;*/
	height: 346px;
	position: relative;
	width: 325px;	
}

.ImageDescription
{
	position: absolute; 
	bottom: 0;
	color: #ffffff;
	margin-bottom: 14px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-top: 4px;
	/* transparancy now in own css-files - default.aspx - in code */
}


/* Front page */

table.frontpageLayouter
{
	border-collapse: collapse;
	margin-top: 50px;
	z-index: 0;
}

table.frontpageLayouter td
{
padding: 0px;
margin: 0px;
vertical-align: top;
}


#mainImage
{
width: 515px;
height: 295px;
padding-left: 10px;
}

/* Menu thumbs */

#menuThumbsContainer
{
position: relative;
margin-bottom: -115px;
/*position: absolute;*/
left: 328px;
top: 0px;
background-color: #ffffff;
z-index: 150;
border-collapse: collapse;
width: 560px;
}

#menuThumbsContainer table
{
border-collapse: collapse;
}

.menuThumb
{
padding-top: 7px;
padding-bottom: 0px;
padding-left: 10px;
}

.menuThumbLeftMost
{
padding-left: 10px;
}

.menuThumb .title
{
text-transform: uppercase;
padding-top: 4px;
padding-bottom: 8px;
padding-left: 6px;
}


#menuThumbsContainer .whiteSpacer
{
width: 550px;
background-color: #ffffff;
}

.menuThumb a
{
color: black;
text-decoration: none;
}


/* Expo boxes with round corners */

.frontpageBoxSection
{
	position: relative;
	display: none;
}

.frontpageBoxSection .headline
{
text-transform: uppercase;
color: #1e1e1e;
margin-bottom: 2px;
}

.frontpageBoxSection .bullet
{
font-size: 10px;
color: #738ea4;
margin-bottom: 3px;
}

img.bullet
{
vertical-align: 15%;
}

.frontpageBoxSection .bullet a
{
color: #738ea4;
text-decoration: none;
}

/* wide/horizontal box */

.frontpageBoxSection .headlineWide
{
	float: left;
}

.frontpageBoxSection .bulletSectionWide
{
	float: right;
	/*padding-left: 150px;*/
}


#leftFrontpageBoxSection
{
	padding-left: 15px;
	display: none;
}

#bottomFrontpageBoxSection
{
	display: none;
	padding-left: 15px;
}

#bottomRightWelcomeBox
{
position: relative;
left: 660px;
top: 220px;
z-index: 100;
}

table.boxExpo
{
border-collapse: collapse;
}

table.boxExpoLeftMenu
{
margin-top: 10px;
width: 207px;
}

table.boxExpoLeftMenuTopMost
{
margin-top: 0px;
}

table.boxExpoRightWelcome
{
width: 215px;
margin-top: 10px;
}

table.boxExpoBottomWide
{
width: 495px;
margin-top: 15px;
}

.boxExpo td
{
padding: 0px;
margin: 0px;
}

.boxExpo .topLeft
{
width: 5px;
height: 5px;
}

.boxExpo .topRight
{
width: 5px;
height: 5px;
}

.boxExpo .bottomLeft
{
width: 5px;
height: 5px;
}

.boxExpo .bottomRight
{
width: 5px;
height: 5px;
}

.boxExpo .left
{
}
.boxExpo .right
{
}

.boxExpo .spacer
{
}

.boxExpo .content
{
padding: 5px;
height: 100%;
vertical-align: top;
}

.content
{
}



.contentareasimple
{
	background-color: #ffffff;
	width: 100%;
}
.buildingsimple
{
	background-color: #ffffff;
	width: 100%;
	height: 34px;
}



.ImageDescription
{
	background-color: #ffffff;
	color: #000000;
}

.boxExpo .topLeft
{
}


.boxExpo .topRight
{
}

.boxExpo .bottomLeft
{
}

.boxExpo .bottomRight
{
}


.tblMyTable
{
	position: relative; 
	margin-top: 200px; 
	margin-right: 230px;
}


.imgMainImage
{
	position: absolute; 
	top: 50px; 
	left: 30px;
}

.divMenuThumbsContainer
{
	background-color: #ffffff;
	width: 300px;
	margin-left: -200px;
}

.leftBottomCorner
{
	display: none;
}