﻿@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color:#333333;
}
h1 {
	background: url(/images/logo_institut.gif) no-repeat scroll left 20px;
	height:130px;
	text-indent:-9999px;
	margin:0;
}
h2 {
	font-family:"Georgia", Times, serif;
	font-size:20px;
	color: #931227;
	margin:5px 0 10px 0;
}
h3 {
	font-family:"Georgia", Times, serif;
	font-size:14px;
	margin:0;
	color: #931227;
}
a {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #931227;
}

hr {
	display:block;
	border:0 none;
	border-top:1px solid #DDD;
	color:#FFF;
}
#wrapper {
	margin:auto;
	width: 876px;
}
#header {
	height: 164px;
	padding-top:10px;
	/*
	padding-bottom:3px;
	*/
	border-bottom:1px solid #931227;
}
#serviceLinks {
	float:right;
	height:1em;
	list-style-image:none;
	list-style-type:none;
	margin:0;
	padding:0;
}
#serviceLinks li {
	float:left;
}
#serviceLinks li a {
	border-left:1px solid #000000;
	color: #333333;
	font-size:11px;
	padding:0 10px;
	text-decoration:none;
}
#serviceLinks li a:hover {
	color: #931227;
}
#serviceLinks li.first a {
	border-left:1px none #000000;
}
#mainNav {
	height:30px;
	overflow:hidden;
	list-style-type:none;
	margin:5px 0 0 0;
	padding:0;
}
#mainNav li {
	float:left;
	padding:0;
	border-right:1px solid #000000;
	margin:0;
	text-align:center;
}
#mainNav li a {
	float:left;
	color: black;
	font-family:"Georgia", Times, serif;
	font-size:16px;
	padding:0 8px 3px;
	text-decoration:none;
}
#mainNav li a:hover {
	color: #931227;
}
#mainNav li.last {
	border-right:1px none #000000;
}
#mainNav li.selected {
	border-bottom:8px solid #FE860C;
}
#mainNav li.selected a {
	color: #931227;
}
#content {
	clear:both;
	width: 876px;
}
#left {
	width:195px;
	float:left;
	margin-right:25px;
}
#subnav {
	background:#eeeeee;
	padding: 15px 0 15px 8px;
	border-bottom:1px solid #931227;
}

#search {
	padding: 15px 0 15px 0;
	border-bottom:1px solid #931227;
}
#search a {
	padding:0 10px;
	font-size:14px;
	font-weight:bold;
}

#history {
	padding: 15px 0 15px 0;
	border-bottom:1px solid #931227;
}

#right {
	width:640px;
	float:left;
	padding-top:10px;

}
#subnav ul {
	list-style-type:none;
	margin:5px 0 0 0;
	padding:0;
}
#subnav ul li {
	margin:0;
	padding:0;
}

#subnav ul li a {
	color: #333333;
	text-decoration:none;
}
#subnav ul li a:hover {
	color: #931227;
}
#subnav ul li.selected a {
	font-weight:bold;
	color:black;
}
#subnav ul li.level2 {
}

#subnav ul li.level3 {
	margin-left:10px;
}

#subnav ul li.level4 {
	margin-left:20px;
}

#history ul {
	list-style-type:none;
	margin:5px 0 0 0;
	padding:0;
}
#history ul li {
	padding:0;
	margin:0;
}

#breadcrumbs {
	height:20px;
	list-style-type:none;
	margin:5px 0 0 0;
	padding:0;
}

#breadcrumbs li {
	float:left;
}

#breadcrumbs li a {
	color: #666666;
	text-decoration:none;
	padding-right:5px;
}
#breadcrumbs li a:hover {
	color: #931227;
}

#breadcrumbs li.last {
	float:none;
}

#details_item {
    float:left;
	width:470px;
	overflow:hidden;
}
#details_description {
    float:right;
	width:160px;
	overflow:hidden;
}
#details_description p {
	margin-top:0;
}

#details_description #tags {
	list-style-image:none;
	list-style-position:inside;
	list-style-type:none;
	margin:5px 0 0 0;
	padding:0;
}

#details_description li {
	float:left;
	padding-right:5px;
}

table.table_gallery {
	width:630px;
	border-collapse:collapse;
}
table.table_gallery td {
	padding:10px;
	width:70px;
	height:70px;
}
table.table_gallery td a {
	display:block;
	width:70px;
	height:70px;
	border:1px solid white;
}
table.table_gallery td a:hover {
	border:1px solid #931227;
}
table.table_gallery td img {
	float:left;
}
