@charset "ISO-8859-1";

#content a {
	padding-left: 12px;
	background-image: url('images/link_arrow.gif');
	background-repeat: no-repeat;
}

#content .thumbnails a {
	padding-left: 0px;
	background-image: none;
}

.image  {
	border: 0px;
	margin: 5px;
}

.image-left  {
	border: 0px;
	float: left;
	margin: 5px;
}

.image-right  {
	border: 0px;
	float: right;
	margin: 5px;
}

.title {
  font-size: 18px;
  text-decoration: bold;
	padding-bottom: 7px;
	color: #e4a826;
}

.subtitle {
	text-decoration: bold;
	font-size: 100%;
	color: #e4a826;
}

.description {
  text-align: justify;
}

.paragraph {
  text-align: justify;
}

.quotation {
  font-style: italic;
  text-decoration: justify;
}

/* ARRAY */

// ARRAY

.array {
  text-align: right;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 0px;
}

.array-first-title {
  color: #e4a826;
  text-align: left;
  border-bottom: 1px #e4a826 solid;
}

.array-row-title {
  color: #e4a826;
  text-align: left;
  width: 200px;
}

.array-title {
  color: #e4a826;
  text-align: right;
  border-bottom: 1px #e4a826 solid;
}

.array-content {
  text-align: right;
  width: 100px;
}

.thumbnails .command {
}

.thumbnails img {
  border: 1px #ffffff solid;
}

.thumbnails img:hover {
  border: 1px #e4a826 solid;
}

.thumbnails a {
  border: none;
}

.thumbnails a:hover {
  border: none;
}


.teaser-left {
	padding: 8px;
}

.teaser-right {
	padding: 8px;
}

.teaser-center {
	padding: 8px;
}

.teaser {
	border: 1px #e4a826 solid;
	height: 100%;
}

.teaser .title {
	margin: 0px;
	padding: 1px;
	background-color: #e4a826;
	
	text-align: center;
	font-size: small;
	font-weight: bold;
	
	color: #ffffff;
}

.teaser .image {
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	padding: 0px;
}

.teaser .image img {
	margin: 0px;
	padding: 0px;
}

.teaser .text {
	padding: 3px;
}

.separation {
	clear: both;
}





