body {
	behavior: url(../scripts/csshover.htc);

	margin: 0px;
	padding: 0px;
	background-color: white;

	font-family: arial;
	font-size: 13px;
	color: #6d6f71;
	line-height: 18px;
}

div#container {
	width: 980px;
	position: relative;
	margin-top: 15px;
}

img {
	border: 0;
}

table {
	border: 0;
}

table td {
	vertical-align: top;
}

div.hr {
	height: 0px;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #6d6f71;
}

div.redborder {
	border-bottom: 1px solid #D31044;
}

hr.strong {
	border-width: 2px;
}

ul {
	margin: 0px;
	padding: 18px;
}
li {
	list-style-type: square;
	list-style-position: outside;
}

a {
	color: #6d6f71;
	text-decoration: none;
}
a:hover, a:active, a.hot {
	color: #D31044;
	border-bottom: 1px solid #D31044;
}

a.imgLink {
	border: 0;
}

h1 {
	display: none;
}

span.title {
	color: #D31044;
}

img#logo {
	position: absolute;
	top: 20px;
	right: 0;
}

div.canvas {
	position: relative;
	width: 750px;
	margin: 0px 0px 0px 40px;
}
.contentImg {
	float: left;
	padding: 0px;
	margin: 0px;
}
#contentImg1 {
	margin-right: 3px;
}
#contentImg2 {
	margin: 0px;
}
#contentImg3 {
	margin-top: 2px;
	margin-left: 3px;
}

ul.langMenu {
	margin: 0 0 0 35px;
	padding: 0;
}
ul.langMenu li {
	float: left;
	font-size: 11px;
	padding: 6px;
	list-style-type: none;
}
ul.langMenuIntro {
	padding: 0;
	position: relative;
	top: 200px;
}
ul.langMenuIntro li {
	font-size: 15px;
	list-style-type: none;
}

ul#topNav {
	list-style-type: none;
	margin: 30px 0 0 31px;
	padding: 0;
}
ul#topNav li {
	float: left;
	padding: 9px;
	list-style-type: none;
}

div.contact_spacer {
	height: 1px;
	clear: left;
	width: 836px;
	margin: 0px 0px 9px 0px;
	padding: 0px;
	border-bottom: 1px solid #6d6f71;
}

div#paggingNav {
	clear: left;
	border-bottom: 1px solid #6d6f71;
	position: relative;
	height: 39px;
}
div#paggingNav ul {
	padding: 0;
	position: absolute;
	bottom: 2px;
	right: 0;
	font-size: 12px;
}
div#paggingNav ul li {
	padding: 0 7px 4px 7px;
	float: left;
	list-style-type: none;
}

div.content {
	text-align: justify;
	width: 796px;
	padding: 8px 0 10px 40px;
	border-bottom: 1px solid #6d6f71;
}

ul.linklist {
	border-bottom: 1px solid #6d6f71;
	list-style-type: none;
}
ul.linklist li {
	list-style-type: none;
	padding: 2px;
	padding-left: 23px;
}

div#galleryCanvas {
	position: relative;
	width: 1090px;
	margin-left: 0;
	border-bottom: 1px solid #6d6f71;
	padding-bottom: 45px;
}
#galleryImgBig {
	float: left;
	margin-left: 40px;
}
div#galleryPicturesNav {
	position: absolute;
	bottom: 5px;
	left: 245px;
}
#galleryImgSmall {
	float: left;
	margin-top: 10px;
	margin-left: 6px;
	padding-bottom: 30px;
}
table.galleryThumbnails {
	float: left;
	margin-top: 17px;
	margin-left: 9px;
}
table.galleryThumbnails td {
	padding: 3px 0 6px 4px;
	width: 95px;
	margin: 0px;
}
table.galleryThumbnails td a, table.galleryThumbnails td div {
	display: block;
	height: 74px;
	background-position: center center;
	background-repeat: no-repeat;
	border: 1px solid white;
}
table.galleryThumbnails td div.empty {
	background-color: #6d6f71;
}
table.galleryThumbnails td a:hover, table.galleryThumbnails td a:active, table.galleryThumbnails td a.hot {
	border: 1px solid #D31044;
}
div#galleryThumbnailsPaggingNav {
	position: absolute;
	bottom: 5px;
	right: 0;
}
div#galleryThumbnailsPaggingNav a {
	border: none;
}

div.download {
	display: block;
	margin: 8px 0px 0px 40px;
	height: 16px;
	padding-left: 22px;
}
div.pdfDownload {
	background-image: url('../images/pdf_document.png');
	background-repeat: no-repeat;
}

/*Form*/
form {
    margin: 10px 0 10px 0;
}
div.form_errors {
	color: red;
}
.error {
    border: 1px solid red;
}
div.indented {
    padding-left: 40px;
}
label {
}
input.textfield {
	width: 200px;
}
input, textarea {
border: 1px solid #6d6f71;
}

div.formRow {
    margin: 4px 0 8px 0;
}

textarea {
    width: 300px;
}
input.button {
	margin-top: 8px;
	margin-left: 40px;
}

.label_left {
    display: block;
    width: 190px;
    float: left;
}
div.checkboxGroup {
    magin: 8px 0 8px 0;
}