HTML {
  margin: 0px;
	padding: 0px;
	height: 100%;
}

BODY {
  margin: 0px;
	padding: 0px;
	height: 100%;
  background-color : #000000;
  overflow:scroll;
  overflow-x : hidden;
}

div.container {
	position: relative; /* needed for footer positioning*/
	margin: 0px auto; /* center, not in IE5 */
	width: 900px;
	font-size : 12px;
	font-family : Arial;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
	z-index : 4;

}

table.contentTable{
  border : 0px;
  width : 500px;
}


td.contentTableTdLeft{
  width : 410px;
  padding-left : 20px; 
  padding-top : 20px;
}

td.contentTableTdLeftNoPadding{
  width : 430px;
}

td.contentTableTdRight{
  width : 450px;
  padding-left : 20px; 
  padding-top : 20px;
}

td.contentTableTdRightBottomPadding{
  width : 450px;
  padding-left : 20px; 
  padding-top : 20px;
  padding-bottom : 20px;
}

div.divIntroLogo{
  position: relative;
  z-index: 20;
}

/* --- background styles --- */

#supersize{
	position:fixed;
	left : 0px;
	top : 0px;
}

#loading{
  background-image: url('../images/progress.gif');
  left: 49.5%;
  position: absolute;
  width : 32px;
  height : 32px;
  top: 49.5%;
  z-index: 0;
}

#supersize img, #supersize a{
	height:100%;
	width:100%;
	position:absolute;
	z-index: -3;
}

#supersize embed{
  height: 100%;
  width: 100%;
}



#supersize .prevslide, #supersize .prevslide img{
  z-index: -2;
}
#supersize .activeslide, #supersize .activeslide img{
  z-index: -1;
}

#content{
	margin:0px auto;
	height:80px;
	width:100%;
	bottom: 0px;
	z-index: 10;
	background:#FFFFFF no-repeat 90%;
	position:absolute;
}
#contentframe{
	overflow: hidden;
	height: 100%;
	text-align:left;
	z-index : 10;
}
#slidecounter{
	float:left;
	color:#000000;
	font: 15px  Arial;
	font-weight:bold;
	margin:18px 20px;	
}
#slidecaption{
	overflow: hidden;
	float:left;
	color:#000000;
  font: 15px  Arial;
	font-weight:bold;
  margin:18px 0px;	
}

#prevslide{
  color : #919191;
  font: 15px  Arial;
  text-decoration : none;
}

#nextslide{
  color : #919191;
  font: 15px  Arial;
  text-decoration : none;
}

/*Supersized Stamp*/
.stamp{
	float: right;
	margin: 25px 20px 0 0;
}
/*Supersize Plugin Styles*/
#navigation{
	position : absolute;
	left : 180px;
	top : -30px;
	width : 220px;
	height : 43px;
	padding-top : 7px;
	padding-left : 10px;
	text-align : center;
  background: url('../images/galleryNavBack.png') no-repeat;
  z-index : 10;
}


#endeLink{
  position : absolute;
	left : 110px;
	top : -20px;
	color : #FFFFFF;
	font: 15px  Arial;
	text-decoration : none;
	text-transform: uppercase;
}

div.whiteBar{
  position : absolute; 
  left : 0px; 
  top : 0px;
  height : 50px;
  width : 100%;
  background-color : #FFFFFF;
  z-index : 2; 
}

div.whiteOverlayLeft{
  position : absolute;
  top : 0px;
  left : 0px;
  width : 180px;
  height : 80px;
  background-color : #FFFFFF;
  z-index : 12;
}

div.whiteOverlayRight{
  position : absolute;
  top : 0px;
  left : 250px;
  width : 60%;
  height : 80px;
  background: url('../images/whitetrans.png');
  z-index : 12;
}

table.galleryTableStyle{
  position : absolute; 
  left : 181px; 
  top : 10px; 
  z-index : 10;
}

.galleryThumb{
  width: 60px;
  height: 60px;
  cursor: pointer;
}


/* --- menu styles --- */

div.menuHolderDiv{
  position : absolute;
  width : 400px;
  height : 100%;
  z-index : 9;
  left : 0px;
}

.top_menu {
  width : 305px;
  list-style: none;
  margin : 0px;
  padding : 0px;
  font-family : Tahoma;
  z-index : 2;
} 

.top_menu li {
  padding-top : 5px;
 } 

ul.sub_menu_1 {
  position : relative;
  border-top : 1px dashed #FFFFFF;
  border-bottom : 1px dashed #FFFFFF;
  list-style: none;
  margin : 0px;
  padding : 0px;
  padding-bottom: 5px;
}

.sub_menu_1 li{
  padding-top : 5px;
}

.sub_menu_1_link{
  font-family : Arial;
  font-size : 12px;
  text-decoration : none;
  color : #FFFFFF;
  text-transform : capitalize;
}

.sub_menu_1_link_Active{
  font-family : Arial;
  font-size : 12px;
  text-decoration : none;
  color : #FFFFFF;
  text-transform : capitalize;
}


ul.sub_menu_2 {
  position : relative;
  list-style: none;
  margin : 0px;
  padding : 0px;
  padding-left : 20px;
}

a.sub_menu_2_link{
  font-family : Arial;
  font-size : 12px;
  text-decoration : none;
  color : #FFFFFF;
  text-transform : capitalize;
}

.sub_menu_2_link_Active{
  font-family : Arial;
  font-size : 12px;
  text-decoration : none;
  color : #FFFFFF;
  text-transform : capitalize;
}


.sub_menu_3 {
  position : relative;
  list-style: none;
  margin : 0px;
  padding : 0px;
  padding-left : 20px;
}

a.sub_menu_3_link{
  font-family : Arial;
  font-size : 12px;
  text-decoration : none;
  color : #AAAAAA;
  text-transform : capitalize;
}

a.sub_menu_3_link_Active{
  font-family : Arial;
  font-size : 12px;
  text-decoration : none;
  color : #FFFFFF;
  text-transform : capitalize;
}

div.topMenu{
  position : absolute;
  top : 0px;
  left : 500px;
  width : 400px;
  height : 125px;
}

a.menu_link {
  font-family : Arial;
  font-size : 13px;
  text-decoration : none;
  color : #FFFFFF;
  text-transform : uppercase;
}

a.menu_link_Active{
  color :  #FFFFFF;
  font-size : 14px;
  text-decoration : none;
  text-transform : uppercase;
}


/* --- header ---- */

table.menuHolder{
  width : 250px;
}
div.langHolder{
  position: absolute;
  top: 35px;
  right: 75px;
}
td.tdFlag{
  padding-left: 5px;
}
table.TableTopMenu{
  left : 280px;
  top : 20px;
  color : #FFFFFF;
}

a.searchInput{
  color : #FFFFFF;
  text-decoration : none;
}

td.tdTopMenu{
  color : #FFFFFF;
  padding-right : 7px;
  font-size : 13px;
  padding-left : 7px;
}

td.menuTdHolder{
  padding-top : 10px;
  padding-left : 30px;
  padding-bottom : 20px;
  width : 220px;
  background-image : url('../images/menuGradient.png');
  background-repeat :repeat-y;
}
td.menuTdHolderEnd{
  padding-top : 10px;
  padding-left : 30px;
  padding-bottom : 20px;
  width : 220px;
  height: 200px;
  background-image : url('../images/menuGradientEnd.png');
  background-repeat :no-repeat;
}
table.flagTable{
  position : absolute;
  display : none;
  z-index : 10;
}


table.flagTable:hover{
  position : absolute;
  display : block;
}

td.topMenuTd:hover table.flagTable{
  display : block;
}

a.flagLink{
  color : #FFFFFF;
  text-decoration : none;
}

a.flagLink:hover{
  color : #FFFFFF;
  text-decoration : underline;
}

div.logoHolder{
  padding-left : 29px;
  padding-top : 20px;
  height : 110px;
  width : 350px;
  /*background-image : url('../images/logoBack.png');*/
}

/* --- search --- */


table.tableSearchRes{
  margin-top : 10px;
  color : #FFFFFF;
}




/* --- Content --- */

div.contentHolder{
   position : absolute;
   right : 0px;
   width : 500px;
   min-height : 100%;
   font-family : Arial;
   font-size : 11px;
   z-index : 9;
}

tr.trConent {
  background-image : url('../images/blacktrans.png');
}
tr.trContent {
  background-image : url('../images/blacktrans.png');
}
tr.trContentDark {
  background-image : url('../images/blacktransdark.png');
}
td.tdContentEnd{
  height : 400px;
  background-image : url('../images/textend.png');
}
td.tdContentEndDark{
  height : 400px;
  background-image : url('../images/textenddark.png');
}

h1.mainHead{
  color : #FFFFFF;
  font-size : 34px;  
  margin : 0px;
  margin-bottom : 10px; 
  color : #FFFFFF; 
}
h2.mainLink{
  float: left;
  color : #FFFFFF;
  font-size : 20px;  
  margin : 0px;
  padding: 0px;
  margin-right: 20px;
  margin-top: 10px;
  color : #FFFFFF; 
}

div.buttonOverlay{
  position : absolute;
  cursor : pointer;
  width : 110px;
  height : 110px;
}

a.subMenuBut {
  color : #FFFFFF;
  font-size: 9px;
  text-decoration : none;
}

div.clickHolder {
  position : absolute;
  bottom : 10px;
  padding-top : 2px;
  color : #FFFFFF;
  height : 25px;
  padding-left : 4px;
  width : 96px;
  background-image : url('../images/blacktrans.png');
}

table.contactTable{
  color : #FFFFFF;
  width : 400px;
}

td.topTd{
  height : 20px;
  width : 120px;
}

td.tdImgPack {
  height : 85px;
  padding-top : 7px;
  border-top : 1px solid #FFFFFF;
  width : 80px;
}

td.tdTextPack {
  height : 85px;
  padding-top : 5px;
  border-top : 1px solid #FFFFFF;
  width : 250px;
  padding-bottom : 5px;
}

/* --- Webshop --- */

.ul_deep_0{
  list-style : none;
  height : 0px;
  margin : 0px;
  padding : 0px;
}

.li_deep_0 a{
  text-decoration : none;
  font-size : 14px;
  Color : #000000;
}

.ul_deep_1{
  position : absolute;
  margin : 0px;
  list-style : none;
  height : 0px;
}

.li_deep_1 a{
  text-decoration : none;
  font-size : 12px;
}

.li_deep_1:hover .ul_deep_2{
  display : block;
  height : 0px;
}

.ul_deep_2{
  position : relative;
  top : -13px;
  list-style : none;
  display : none;
  margin : 0px;
  margin-left : 10px;
}

.li_deep_2 a {
  text-decoration : none;
  font-size : 12px;
}

/* --- other --- */

table.contactForm{
  width : 400px;
}

td.tritTd{
  font-size : 13px;
  height : 30px;
  width : 390px;
  font-weight : bold;
  color : #FFFFFF;
}

td.formTd {
  padding-right: 10px;
  height : 16px;
  color : #b6b6b6;
}

input.frmInput{
  width : 190px;
  height : 15px;
  color : #000000;
  border : 0px;
  background-color : #FFFFFF;
}


input.frmSubmit{
  border : 0px;
  margin-top : 10px;
  padding : 2px;
  color : #000000;
  background-color : #FFFFFF;
}

select.frmSelect{
  width : 390px;
  background-color : #FFFFFF;
}

select.frmSelect option{
}

select.frmSelectSmall{
  width : 190px;
  background-color : #FFFFFF;
}

select.frmSelectSmall option{
}

textarea.frmTextarea{
  width : 390px;
  height : 100px;
  color : #000000;
  border : 0px;
  font-family : Arial;
  font-size : 12px;
  background-color : #FFFFFF;
}


td.mainText{
  width : 400px;
  text-align : left;
  font-family : Arial;
  color : #FFFFFF;
  font-size : 12px;
  padding-bottom : 20px;
}
td.mainText a{
  color : #FFFFFF;
}

td.tdSubImages{
  padding-bottom: 10px;
}
td.subMenuTop{
  color : #FFFFFF;
  width : 400px;
  padding-bottom: 2px;
  border-bottom : 1px dashed #FFFFFF;
}
td.tdBottomLinks{
  color : #FFFFFF;
  width : 400px;
  padding-bottom: 2px;
  border-top : 1px dashed #FFFFFF;
}
td.tdLogos{
  color : #FFFFFF;
  padding-top: 60px;
}
td.tdLandalLogo{
  color : #FFFFFF;
  padding-bottom: 2px;
  padding-top: 13px;
  border-top : 1px dashed #FFFFFF;
}

input.topInput{
  border : 0px;
  background-color : #ffffff;
  color : #000000;
  height : 15px;
  padding-left : 4px;
}

a.topMenuLink{
  color : #FFFFFF;
  text-decoration : none;
}

a.topMenuLink:hover{
  text-decoration : underline;
}

a.addedLink{
  color : #FFFFFF;
  text-decoration : none;
  font-size : 12px;
  font-style : italic;
  margin-right : 5px;
  margin-left : 2px;
}
/*
embed{
  width : 240px;
  height : 180px;
  margin-bottom : 15px;
}
*/
