* {
	margin: 0px;
	padding: 0px;
}

body {
	/*font-family: "Verdana", "Lucida console", "Arial narrow", "sans-serif";*/
    /*font-family: "Lucida console", "Arial narrow", "sans-serif";*/
    font-family: Arial, Helvetica, "sans-serif";
    /*font-family: "Lucida Console", Monaco, monospace;*/
	font-size: 13px;
	background-color: #FFFFFF;
	color: #000000;
}

img {
	border: 0px;
    display: block;
}

input, textarea, select {
    font-family: "Lucida console", "Arial narrow", "sans-serif";
    font-size: 13px;
}

label, input[type="radio"], input[type="checkbox"] {
    font-size: 13px;
    vertical-align: middle;
}

label {
    padding-left: 5px;
}

table {
    border-spacing: 0px;
}

table td {
    vertical-align: top;
}

ul {
    display: block;
    /*list-style-type: square;*/
    /*list-style-position: inside; */
    /*margin-left: 15px;
    text-indent: -12px;*/
    padding-left: 15px;
}

#centeredContainerTable {
    margin-left: auto;
    margin-right: auto;
}

#centeredContainer {
    width: 1130px;
    margin-left: 20px;
    margin-right: 20px;
}

#headerDiv {
    /*width: 1126px;*/
    margin-top: 100px;
    margin-left: -3px; /* to align the headline text with the image below */
    padding-bottom: 102px;
    font-size: 28px;
}

#topNavigationDiv {
    /*width: 1126px;*/
    padding-left: 326px;
    padding-bottom: 28px;
    font-size: 13px;
}

#mainDiv {
    /*width: 1126px;*/
    margin-bottom: 100px;
}

#mainImagesDiv {
}

#mainImagesDivRightAligned {
    float: right;
}

#contactDiv {
    /*font-size: 18px;*/
}

#aboutDiv table td{
    line-height: 18px;
}

#bottomNavigationAndInfoDiv {
    /*width: 1157px;*/
    padding-top: 28px;
}

.greyText {
    color: #6e6e6e;
}

.topNavigationLink {
    margin-right: 16px;
}

.mainDivImg {
    height: 349px;
    float: left;
}

.mainDivImgSpacer {
    width: 20px;
    height: 349px;
    float: left;
}

.bottomNavigationLink {
    margin-right: 8px;
}

.bottomInfoText {
    margin-left: 22px;
}

.additionalBottomText {
    float: right;
}

.nowrap {
    white-space: nowrap;
}

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

.vat {
    vertical-align: top;
}

.vab {
    vertical-align: bottom;
}

.tdl {
    padding: 1px 6px 1px 0px;
}

.tdm {
    padding: 1px 6px 1px 6px;
}

.tdr {
    padding: 1px 0px 1px 6px; 
}

.tableHdr {
    font-weight: bold;
    border-bottom: 1px solid #5b5e60;
}

.wideTable {
    width: 100%;
}

a:link       { color: #5b5e60; text-decoration:none; font-weight: normal; }
a:visited { color: #5b5e60; text-decoration:none; font-weight: normal; }
a:active   { color: #5b5e60; text-decoration:none; font-weight: normal; }
a:hover     { color: #714d17; text-decoration:none; font-weight: normal; }

.cursorHand {
    cursor: pointer;
    cursor: hand;
}

.clear {
    clear: both;
    display: block; 
    height: 0; 
    visibility: hidden; 
}