body {
font-size: 11px;
font-family: Verdana, Arial, Sans-Serif;
color:#333;
padding:0;
margin:0;
background-image:url(background_grey.gif);
}

a img {
border: none;	
}

h1 {
font-size: 18px;	
}

h2 {
font-size: 16px;	
}

h3 {
font-size: 14px;	
}

h4, h5, h6 {
font-size: 11px;	
}

p, input, textarea, td, th, li {
font-size: 11px;	
}

div#content {
	width: 600px;
	position: absolute;
	top: 25px;
	left: 25px;	
	padding-bottom: 150px;
}

div#right {
	width: 350px;
	position: absolute;
	top: 25px;
	left: 660px;
	padding-bottom: 150px;
}

div#bottom {
    visibility: hidden;
	overflow: auto;
    width: 100%;
    height: 140px;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #000;
	background-image:url(background_darkgrey.gif);
	border-top: 2px solid black;
}

@media screen  {
	body>div#bottom  {
    	visibility: visible;
		position: fixed;
	}
	
	body>div#right {
		position: fixed;	
	}
}

div#lang_menu, div#menu {
	background-image:url(knob.gif);
	background-repeat:no-repeat;
	height: 120px;
	padding: 0px;
	position: absolute;
}

div#menu {
	left: 600px;
}

div#lang_menu {
	left: 150px;
}

div#menu ul, div#lang_menu ul { 
	list-style-image:url(button_off.gif);
	width: 200px;
	padding: 0px;
	padding-left: 130px;
	padding-top: 10px;
}

div#lang_menu ul {
	padding-top: 30px;	
} 

div#menu ul li, div#lang_menu ul li {
	height: 18px;
	vertical-align: middle;
	font-weight: bold;
	padding: 0px;
} 



/*  ----------------contact_form---------------------- */ 
form.contact_form input, form.contact_form textarea {
	width: 375px;
	font-weight: normal;
}

tr.missing_data {
	background-color: #FFCC66;
}

form.contact_form td {
	font-weight: bold;
}

/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}