body, a, table, td, tr, tbody, b, p, input, select, label, textarea {
	color: black;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, Sans-serif;
}

/********************************* General styles ******************************/
input, select, textarea {
	border: 1px solid #085460;
	margin-bottom: 1px;
}
h1 {
	color: #085460;
}
h2,
h2 a,
h2 a:hover {
	text-decoration: none !important;
	color: #085460 !important;
}
hr {
	height: 1px;
	border: 1px solid #085460;
}
#my-body {
	background: #EFEFEF;
}
/*******************************************************************************/


/************************************ Basic ************************************/
#container {
	width: 686px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: white;
}

#header {
	background: #085460 url(img/header.jpg) no-repeat;
	height: 138px;
	vertical-align: bottom;
}

#root-navigation {
	background: url(img/root_nav_bg.jpg) repeat-x;
	height: 25px;
}

#sub-navigation {
	background: url(img/sub_nav_bg.jpg) repeat-x;
	height: 25px;
}

#footer {
	background: url(img/root_nav_bg.jpg) repeat-x;
	height: 25px;
	line-height: 25px;
	padding: 0px 30px 0px 30px;
	color: white;
	font-size: 12px;
}
#footer a {
	color: white;
	text-decoration: none;
	font-size: 12px;
}
/*******************************************************************************/


/*********************************** Navigation ********************************/

.root-navigation {
	margin: 0px 0px 0px 30px;
	padding: 0px;
	line-height: 15px;
}

.root-navigation li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.root-navigation li a {
	font-weight: normal;
	text-decoration: none;
	background: transparent;
	display: block;
	float: left;
	line-height: 25px;
	height: 25px;
	padding: 0px 5px 0px 5px;
	margin-right: 10px;
	color: white !important;
	font-weight: bold;
}


.root-navigation li.current a,
.root-navigation li.current a:hover {
	font-weight: bold;
	color: black !important;
	background: url(img/root_nav_bg_current.jpg) 0px 1px repeat-x;
}
.root-navigation li a:hover {
	font-weight: bold;
	color: black !important;
	background: url(img/root_nav_bg_hover.jpg) 0px 1px repeat-x;
}


.navigation {
	margin: 0px 0px 0px 30px;
	padding: 0px;
	line-height: 20px;
}

.navigation li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;

}
.navigation li a {
	margin: 0px;
	font-weight: normal;
	text-decoration: none;
	background: transparent;
	display: block;
	float: left;
	line-height: 20px;
	height: 20px;
	padding: 0px 5px 0px 5px;
	margin-right: 10px;
	color: #085460 !important;
}

.navigation li.level0 {
	display: none;
}
.navigation li.level1 a {
	margin: 0px;
	font-size: 95%;
}
/*******************************************************************************/


/************************************ Content **********************************/
#content {
	padding: 10px 40px 20px 34px;
	line-height: 16px;
}
#content h1 {
	margin-top: 5px;
}
#content a {
	text-decoration: underline;
	color: black;
}
#content a:hover {
	text-decoration: underline;
	color: #085460;
}

#content {
	height: 350px;
}

#content ul, li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#content li {
	margin: 0px 0px 0px 17px;
}

/* IE hack for min-height */
#content[id] {
    height: auto;
    min-height: 350px;
}

#content table {
	border-collapse: collapse;
}
#content table td {
	vertical-align: top;
	border: 1px solid #085460;
	padding: 3px;
	background: #F5F5F5;
}
/*******************************************************************************/


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



#portlet-language-switcher {
	float: right;
	margin-right: 10px;
}

#portlet-language-switcher h1 {
	display: none;
}

#portlet-language-switcher a {
	color: white;
}

.page-ressource-subtitle {
	display: none;
}






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

