/*main global selectors */


body {
	background-color: #A4AC18;
	font-size: 13px;
	color: #333333;
	font-family: "Trebuchet MS", Arial, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
hr {
	color: #7A003A;
	background-color: #7A003A;
	height: 1px;
    border: none;
}
p, h3 {
	margin-top: 0;
	padding-top: 0px;
}
a:link {
	color: #A4AC18;
}
a:hover {
	color: #CC6600;
}
a:visited {
	color: #999999;
}
a.lang:link {
	color: #333333;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
a.lang:hover {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: underline;
	font-weight: bold;
}
a.lang:visited {
	color: #333333;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
.menu {
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
a.menu:link {
	text-decoration: none;
	color: #FFFFFF;
}
a.menu:visited {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a.menu:hover {
	color: #A4AC18;
	text-decoration: none;
}

/* table variables */

.tablelines {
	border: 1px solid;
	border-color: #000000;
	background-color: #FFFFFF;
}
.maincell {
	padding-top: 16px;
	padding-right: 32px;
	padding-left: 32px;
	padding-bottom: 16px;
}

/* font variables */

.smaller {
   font-size: 11px
}
.italictext {
	font-style: italic;
	font-variant: normal;
}
.smallcaps {
	text-transform:lowercase;
	letter-spacing:0em;
	font-size: 20px;
	color: #CC0000;
	padding-bottom: 5px;
  }
h1 {
	color: #666666;
	font-size: 18px;
	font-weight: bold;
	font-variant: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
h2 {
	font-size: 18px;
	text-transform:inherit;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 2px;
	font-weight: normal;
	border-bottom-color: #A4AC18;
  }
h3 {
	font-size: 15px;
	color: #666666;
	padding-bottom: 0px;
	font-weight: normal;
  }

/* frames around things */

.marc {
	border: 1px solid #333333;
	padding: 3px;
	margin-top: 215px;
}

.marcfoto {
	padding: 2px;
	margin: 0px;
	border: 1px solid #CCCCCC;
}
.fotoleft {
	padding: 2px;
	border: 1px solid #CCCCCC;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* Buttons */

input.btn{
   color:#333333;
   
   font-size:13px;
   font-weight:bold;
}
.footer {
	color: #333333;
	background-color: #000000;
	font-size: 11px;
	padding-top: 2px;
	padding-right: 17px;
	padding-bottom: 2px;
	padding-left: 17px;
}
#footer a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #9ECC0F;
	text-decoration: none;
}

/* Main layout divs */

#centre {
	background-position: center;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}
#header {
	width: 760px;
}
#wrapper {
	background-color: #A4AC18;
	margin-bottom: 16px;
	margin-top: 0px;
	width: 760px;
}
#lang {
	text-align: right;
	width: 760px;
	height: 16px;
	font-size: 11px;
	color: #FFFFFF;
	margin-top: 6px;
}
#lang a:link {
	text-decoration: none;
	color: #000000;
}
#lang a:visited {
	color: #000000;
	text-decoration: none;
}
#lang a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#menu {
	width: 760px;
	height: 30px;
	color: #A4AC18;
	background-image: url(imatges/greybarongreen.gif);
	font-weight: bold;
}
#main {
	float: left;
	padding-right: 32px;
	padding-left: 32px;
	padding-bottom: 0px;
	width: 694px;
	padding-top: 15px;
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
}
#left {
	float: left;
	width: 200px;
	padding-top: 0px;
}
.leftline {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A4AC18;
}

#right {
	float: right;
	width: 460px;
	text-align: left;
	padding-left: 10px;
	padding-top: 0px;
}
#footer {
	font-size: 11px;
	text-align: center;
	color: #FFFFFF;
	height: 30px;
	font-weight: bold;
	clear: both;
	background-image: url(imatges/greybarongreen2.gif);
}
.foto {
	width: 100%;
	z-index: 10;
	position: fixed;
	top: 0px;
	text-align: center;
	background-image: url(imatges/fotobackgrey.png);
	background-repeat: repeat;
	height: 100%;
	overflow: hidden;
}
.hidden { display: none; }
.unhidden { display: block; }
.thumb {
	padding: 2px;
	border: 1px solid #CCCCCC;
	margin: 6px;
}
