/********************************* General styles ******************************/
body, a, table, td, tr, tbody, b, p, input, select, label, textarea {
	color: #ffffff;
	font-size: 12px;
	font-family: Arial, Verdana, Sans-serif;
}
input, select, textarea {
	border: 1px solid #4e4e4e;
	margin-bottom: 1px;
	color: #000000 !important;
}
.no-input textarea {
	background: transparent;
	width: 250px;
	color: white !important;
	border: none;
}

fieldset label {
	color: #000000 !important;	
}
h1 {
	margin: 0px 0px 5px 0px;
	font-size: 14px;
	font-weight: normal;
	color: #e3001a;
	display: none;
}
.content-with-title h1 {
	display: block !important;
}
h2,
h2 a,
h2 a:hover {
	margin: 0px 0px 5px 0px;
	font-size: 12px;
	font-weight: normal;
	color: #e3001a;
}
.introduction {
	margin-top: 0;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none !important;
	color: #b1b3b4 !important;
}

hr {
	margin: 10px 0px 5px 0px;
	padding: 0px;
	border-bottom:1px solid #999999;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	line-height:0px;
	height:1px;
	display:block;
}
#my-body {
	background: #1a171b;
}
body {
	background: #1a171b;
}
/*******************************************************************************/


/************************************ Basic ************************************/
#container {
	margin:0px auto auto auto;
	padding:0px 0px 0px 0px;
	width: 955px;
	text-align: left;
	background:#1a171b;
}

/*******************************************************************************/


/*********************************** Navigation ********************************/

/*first navi*/
#root-navigation {
	float: left;
	width:177px;
	margin: 0 0 0 auto;
	overflow: hidden; 
	background: url(img/navi-top.jpg) top no-repeat;
}
#root-navigation .root-navigation {
	margin: 0px 0px 0px 0px;
	padding: 160px 0px 0px 0px;
}
#root-navigation .root-navigation .sort-0{
	display: none;
}
#root-navigation .root-navigation li {
	list-style-type: none;
	display: block;
	margin: 0px;
	padding: 0px 0px 8px 0px;
	font-size: 11px;
	text-transform: uppercase; /* force text to uppercase */
}
#root-navigation .root-navigation li a {
	font-weight: normal;
	text-decoration: none;
	height: 47px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #ffffff !important;
	font-size: 11px;
}
#root-navigation .root-navigation li a:hover {
	font-weight: normal;
	color: #e3001a !important;
}
#root-navigation .root-navigation li.current a {
	font-weight: normal;
	color: #e3001a !important;
}
#subnavigation li{
	list-style-type: none;
}
#subnavigation ul{
	padding: 0px;
}
#subnavigation li a{
	text-decoration: none;
}
#subnavigation li a:hover,
#subnavigation li.current a{
	color: #e3001a !important;
}
/*hide Home-site in navigation*/
#root-navigation #nav-1{
	display: none;	
}
/*******************************************************************************/


/************************************ Content **********************************/
#left-side{
	height: 352px;
	float: left;	
	width: 93px;
	background: url(img/left-side.jpg);
	overflow: hidden;
}
#right-side{
	height: 610px;
	float: left;	
	width: 251px;
	background: url(img/right-side.jpg);
	overflow: hidden;
}

#page-content{
	background:url(img/header.jpg) right top #1a171b no-repeat;
	float: left;
	width: 419px;
	margin: 0px 0px 0px 0px;
	padding: 130px 0px 0px 15px;
}
#page-content font.required {
	color: #990000 !important;
}
/* IE hack for min-height */
#content[id] {
    min-height: 400px;
}


/*******************************************************************************/


/************************************ Portlets *********************************/
/*******************************************************************************/


/******************************** Additional stuff *****************************/
.breadcrumb,
.breadcrumb a {
	color: gray;
}

#mod_references_table td label {
  display: none;
}

#mod_references_list {
  height: 240px;
  margin: 0;
  padding: 0;
}

#mod_references_list li {
  clear: both;
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 60px;
}

#mod_references_list .title {
  float: left;
}

#mod_references_list .handle {
  float: right;
  font-size: xx-small;
  width: 80px;
  cursor: pointer;
}
#powered-by{
	border-top: 1px solid #999999;
	width: 917px;
  	clear:both;
  	float:left;
  	padding: 0px 0px 0px 0px;
  	margin: 15px 0px 5px 0px;
	background: transparent;
	text-align: left;
	color: gray !important;
}
#powered-by a{
	color: gray !important;
	text-decoration: none;
	font-size: 8pt !important;
}

#home-link{
	width: 415px;
	height: 130px;
	position: absolute;
	top: 0px;
	background: transparent;
}
#mailto-link{
	width: 120px;
	height: 10px;
	position: absolute;
	top: 320px;
	background: transparent;
}

.content_picture_top{
	margin-bottom: 20px;
}
.content_pictures_small_thumbs{
	margin: 0px 0px 18px 0px;	
}
img.content_pictures_small_thumbs{
	margin-right: 6px;	
}
.content_pictures_small .page-ressource-subtitle {
	display: none;
}
#content-picture-top .page-ressource-subtitle {
	font-size: 11px;
}

.content_pictures_small img {
	cursor: pointer
}

/*******************************************************************************/
