/***** You can put your own style stuff here in this file 
       For questions see www.phpcomasy.com *****/


/********************************* General styles ******************************/
body, table, td, tr, tbody, b, p, a, ul, li, input, textarea, select, #content {
	color: #303030;
	font-size: 12px;
	font-family: 'Tahoma', Arial, sans-serif;
}
input, select, textarea {
	border: 1px solid #666;
	margin-bottom: 1px;
}
h1 {
	color: #900;
	font-size: 15pt;
	margin:0 0 15px 0;
}
h2,
h2 a,
h2 a:hover {
	text-decoration: none !important;
	color: #900 !important;
	margin: 8px 0 5px 0;
	font-size: 15px;
	letter-spacing: 0.5px;
	line-height: normal;
}
h3,
h3 a,
h3 a:hover {
	text-decoration: none !important;
	color: #303030 !important;
	margin: 8px 0 5px 0;
}
hr {
	height: 1px;
	border: 0;
	border-bottom: 1px solid #666;
}
#constantin {
	background: url(img/container.gif);
}
.clear,
.cf {
	clear: both;
	float: none;
	overflow: hidden;
	height: 0;
	width: 0;	
}
.page-ressource-subtitle {
  display: none;
}

/************************************ Basic ************************************/
#container {
	padding: 0;
	width: 784px;
	margin: 0 auto 0 auto;
	background: #fff;
	text-align: left;
}
#header {
	height: 71px;
	overflow: hidden;
	background: url(img/header.gif);	
}
a#logolink {
	outline: none;
}
#bigpicture {
	height: 209px;
	overflow: hidden;
	border-bottom: 2px solid #fff;	
}
#left-column {
	float: left;
	clear: left;
	width: 147px;
	padding: 0 0 5px 0;
	overflow: hidden;
}

/*********************************** Navigation ********************************/
#root_navi {
	float: left;
	width: 784px;
	background:url(img/root_navi.gif) transparent;
} 
#sub_navi {
	display: block;
	float:left;	
	clear:both;
	background: transparent;
	margin: 10px 20px 0 0;
	width: 140px;
	padding: 0;
	overflow: hidden;
}
#root_navi .root-navigation {
	margin: 0 0 0 10px;
	padding: 0;
}

#root_navi .root-navigation li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#root_navi .root-navigation li a {
	font-weight: bold;
	text-decoration: none;
	background: transparent;
	display: block;
	float: left;
	font-size: 12px;
	margin: 5px 8px 5px 0px;
	padding: 0 8px 0 0;
	color: #fff;
	border-right: 1px solid #fff;
	text-transform: uppercase;
	outline: none;
}

#root_navi .root-navigation li.sort-6 a {
	float: right;
	display: inline;
	margin-right: 12px;
	padding-right: 0;
	border-right: 0;
}

#root_navi .root-navigation li a:hover,
#root_navi .root-navigation li.current a {
	color: #eadd33;
}
#sub_navi ul.navigation {
	border-bottom: 1px solid #666;
	margin-bottom: 10px;
}
#sub_navi .navigation {
	padding: 0;
	margin: 10px 0 0 0;
}
#sub_navi .navigation li.level0 {
	display: none;	
}
#sub_navi .navigation li {
	list-style-type: none;
	margin: 0;
	padding: 5px 0 3px 10px;
	border-top: 1px solid #666;
}
#sub_navi .navigation li.level2 {
	border-top: 0;
	padding: 0 0 3px 10px;
}
#sub_navi .navigation li a span {
	background: transparent;
}
#sub_navi .navigation li a {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 3px 5px 3px 0;
	color: #666;
}
#sub_navi .navigation li.level2 a {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	margin: 3px 5px 3px 0;
	color: #666;
}
#sub_navi .navigation li a:hover {
	color: #900;
}
#sub_navi .navigation li.current a,
#sub_navi .navigation li.current a:hover {
	text-decoration: none;
	color: #900;
}

/************************************ Content **********************************/
#content {
	float: left;
	background: transparent;
	margin: 20px 0 0 0;
	padding: 0 0 20px 0;
	line-height: 16px;
	width: 604px;
    min-height: 300px;
}
#content a {
	text-decoration: none;
	color: #900;
}
#content a:hover {
	text-decoration: underline;
	color: #900;
}
#content {
	height: 400px;
}
#content h1 {
	margin-bottom: 10px;
}
#content ul,
#content li,
#content ol {
	margin: 0;
	padding: 0;
}
#content li {
	margin: 0 0 0 17px;
}
#content p,
#content ul {
	margin-bottom: 12px;
}
#content table {
	border-spacing: 0;
	border-collapse: collapse;	
}
#content td {
	padding: 2px;
	border-bottom: 1px solid #c0c0c0;	
}

/* IE hack for min-height */
#content[id] {
    height: auto;
    min-height: 300px;
}

/************************************ Portlets *********************************/
#portlet_language_switcher.portlet h1 {
	display: none;	
}
#portlet_language_switcher.portlet {
	float: right;
	display: inline;
	margin: 2px 2px 2px 0;
	padding: 0;
	overflow: hidden;
}
#portlet_language_switcher.portlet a {
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
}
#portlet_language_switcher.portlet a:hover,
#portlet_language_switcher.portlet a.current {
	text-transform: uppercase;
	font-weight: bold;
	color: #eadd33;
	text-decoration: none;
}

/* Admin Panel ----------------------------------------------------------------- */
.administration {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-align: left;
	color: #fff;
	border: none;
}
.admin_part {
	background: #f3f7ce none;
	color: #717d01;
}
.administration a {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #717d01;
}
.administration a:hover {
	color: #000;
}
.administration h1,
.administration h2 {
	background: #b7cb00 none;
  color: #fff !important;
}
.administration h1:hover{
	background-color: #717d01;
}
.message {
  padding: 6px 9px;
  text-transform: uppercase;
  font-family: Arial;
  border: none;
  background: #ec7404 none;
  color: #fff;
}
.message img {
  display: none;
}

/******************************** Additional stuff *****************************/
h2.title_top {
	display: none;	
}
div.listing_detail_image {
	float: left;
	margin: 0 10px 15px 0;
	width: 286px;
	overflow: hidden;
}
.listing_entry_detail {
	width: 604px;
	overflow: hidden;
}
div.listing_entry {
  margin: 0 0 10px 0;
  padding: 0;
}
span.page-ressource-background {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.page-ressource-link {
	padding: 2px;
	margin: 0;
	overflow: hidden;	
}
.page-ressource-image {
	margin: 0 0 -2px 0;
	overflow: hidden;	
}
#container .mailform_element p {
	margin: 0 0 5px 0;
}
.mailform_element textarea {
	max-width: 458px;
	width: 253px;
}
.listing-date {
	display: none;	
}
.float_left {
	float: left;
	margin: 0 10px 5px 0;
}
.float_right {
	float: right;
	margin: 0 0 5px 10px;
}
.pictures_left{
	clear: both;
	margin: 0 10px 10px 0;
}


#info {
	background: #ddd;
	margin: 0px auto 10px auto;
	padding: 2px 0 3px 10px;
	clear: both;
	text-align: left;
	width: 774px;
	color: #888 !important;
	font-size:10px;
}
#info a {
	text-decoration: none;
	color: #888;
	font-size: 10px;
}
#info span {
	display: none;	
}
#info a:hover {
	color: #900;	
}
