﻿@import url("rte.css");
/* Reset all margins and paddings for browsers */
* {
	margin: 0;
	padding: 0;
}

body, html {
	height: 100%;
	background: url(images/body.png) #9c9196 repeat-x top;
	font: .9em Verdana, Geneva, Arial, Helvetica, sans-serif;
}

img {
	border: none;
}
h2, h3 {
	font-weight: normal;
}
h2 {
	font-size: 167%;
	color: #000;
	line-height:170%;
}
h3 {
	font-size: 120%;
	font-weight: bold;
	color: black;
}
p {
	margin: 10px 0;
	text-align: justify;
}
p, ol, ul {
	line-height: 170%;
}


/*****************************************************************************/
/*                              Structure                                    */
/*****************************************************************************/
/*                                    page                                   */
/*****************************************************************************/
#page {
	min-height: 100%;
	width: 820px;
	margin: 0 auto;
	position: relative;
	padding: 0 10px;
	background: url(images/global.png) center repeat-y;
}


/*****************************************************************************/
/*                                    header                                 */
/*****************************************************************************/
#header {
	height: 180px;
	margin-top: 5px;
	padding-right: 10px;
	background: #756b70;
}

#header .logo {
	float: left;
	margin-left: 18px;
	margin-right:0;
	margin-top:0;
}

#header .proj {
	margin: 18px 2px 15px 36px;
}

/*****************************************************************************/
/*               wrap -éviter la superposition                              */
/*****************************************************************************/
#wrap {
	background: #9c9196;
	padding-bottom: 40px;
	overflow: hidden;
}

/*****************************************************************************/
/*                                    content                                */
/*****************************************************************************/
#content {
	background: transparent;
	padding: 20px 30px 15px 25px;
	margin-left: 200px;
	margin-right: 15px;
	min-height: 500px;
}
#content h2 {
	margin-bottom: 15px;
}
#content a {
	font-size: 80%;
	text-decoration: none;
	color: #b2081c;
}
#content a:hover {
	text-decoration: underline;
	color: #9d0043;
}
#content h2 a {
	color: black;
	font-size: 100%;
	font-weight: bold;
}
ul {
	margin-left: 25px;
}
/*****************************************************************************/
/*                                    sidebar                                */
/*****************************************************************************/
#sidebar {
	width: 180px;
	padding-top: 15px;
	padding-left: 15px;
	float: left;
}

#news {
	clear: both;
	margin-right: 20px;
}

/*****************************************************************************/
/*                                    menu                                   */
/*****************************************************************************/
ul#menu  {
	margin-left: 260px;
	margin-right: 5px;
	padding: 0;
	list-style-type: none;
	width: auto;
	position: relative;
	display: block;
	height: 30px;
	background: transparent url(images/nav_bg.png) repeat-x top left;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	font: bold 12px Arial, Helvetica, sans-serif;
}

ul#menu li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

	
ul#menu li a {
	display: block;
	float: left;
	color: #999;
	text-decoration: none;
	font-weight: bold;
	padding: 8px 15px 0 15px;
}

	
ul#menu li a:hover {
	color: #fff;
	height: 22px;
	background: transparent url(images/nav_bg.png) 0px -30px no-repeat;
}

	
ul#menu li a.current {
	display: inline;
	height: 22px;
	background: transparent url(images/nav_bg.png) 0px -30px no-repeat;
	float: left;
	margin: 0;
}

/*****************************************************************************/
/*                                    menu2                                  */
/*****************************************************************************/
#menu2 {
	background: #333;
	float: left;
	list-style: none;
	margin: 15px 0 15px;
	padding: 0;
	width: 180px;
	font: bold 12px Arial, Helvetica, sans-serif;
}

#menu2 li {
	margin: 0;
	padding: 0;
}

#menu2 a {
	background: #333;
	border-bottom: 1px solid #393939;
	color: #999;
	display: block;
	margin: 0;
	padding: 8px 8px;
	text-decoration: none;
}

#menu2 a:hover {
	background: url("images/hover.gif") #ccc left center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}
#menu2 a.current {
	background: url("images/hover.gif") #ccc left center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}

/*****************************************************************************/
/*                                    footer                                 */
/*****************************************************************************/
#footer {
	position: absolute;
	width: 800px;
	bottom: 0;
	background: #756b70;
	color: #fff;
	font-weight: bold;
	height: 20px;
	padding: 0 10px 10px;
}

#footer ul {
	text-align: right;
}

#footer li {
	display: inline;
	margin: 0 .1em;
	color: #bfa409;
	font-size: 0.7em;
}

#footer li a {
	color: #bfa409;
	text-decoration: none;
}

#footer li a:hover {
	text-decoration: underline;
}

#links {
	float: left;
	font-size: 80%;
	text-align: left;
	margin: 0 .1em;
}

#links a {
	color: #fff;
	text-decoration: none;
}

#links a:hover {
	color: #b2081c;
	text-decoration: underline;
}
#links a.current {
	color: #b2081c;
	text-decoration: underline;
}

/*****************************************************************************/
/*                                    breadcrumb                             */
/*****************************************************************************/
#breadcrumb {
	background: #9c9196;
	padding: 15px 15px 0;
	font-size: 80%;
	text-align: right;
}
#breadcrumb a {
	text-decoration: none;
	color: black;
}



/*****************************************************************************/
/*                                    Suche                                  */
/*****************************************************************************/
.tx-macinasearchbox-pi1 {
	text-align: right;
	padding-top: 3px;
	margin-right: 5px;
}
/*****************************************************************************/
/*                                    search                                 */
/*****************************************************************************/
#searchform {
	margin-top: 10px;
	margin-right: 10px;
	border: none;
	height: 20px;
}

#searchform fieldset {
	border: none;
}

.searchinput {
	height: 18px;
	width: 130px;
}

/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */
.news-latest-container br.clearer,
.news-list-container br.clearer,
.news-single-item br.clearer,
.news-latest-container br.clearer{
	clear: right;
	height: 0pt;
	line-height: 0pt;
	margin: 0pt;
	padding: 0pt;
	font-size: 0;
}

.news-list-container br.clearer{
	clear: left;
}

/*-----------------------------------  tt_news LATEST view  -----------------------------------*/
.news-latest-container {
	clear: both;
	margin-right: 20px;
}

.news-latest-gotoarchive {
	font-weight: bold;
	margin-top: 5px;
}

.news-latest-gotoarchive a:link, .news-latest-gotoarchive a:visited, .news-latest-gotoarchive a:hover {
	color: #fff;
}

.news-latest-gotoarchive a {
	color: #fff;
}

.news-latest-item {
	line-height: 15px;
	margin: 0 0 5px;
	padding: 5px 0;
	font-size: 11px;
	/* IE hack */
	height: 1%;
}

.news-latest-item p {
	line-height: 15px;
	margin: 0 0 5px;
}

.news-latest-container h3{
	color: #777;
	font-size: 13px;
	line-height: 13px;
	padding: 0;
	margin: 0 0 2px 0;
}

.news-latest-container h3 a {
	color: #777;
	text-decoration: none;
}

.news-latest-item img {
	margin: 0 0 0 5px;
	border: 5px solid #fff;
	float: right;
}

.news-latest-morelink a {
	color: #000;
	padding: 0;
	line-height: 13px;
	height: 13px;
	text-decoration: none;
}

.news-latest-morelink a:hover {
	text-decoration: underline;
}

/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {
}

.news-list-item {
	padding: 5px 0 5px 10px;
	margin: 0 0 5px;
	/* IE hack */
	height: 1%;
}

.news-list-container h3 {
	margin: 0 0 10px;
}

.news-list-container h3 A:link,.news-list-container h3 a:visited,.news-list-container h3 a:hover {
}

.news-list-container h3 a {
}

.news-list-container p {
	margin: 0 0 5px;
}

.news-list-date {
	float: right;
	font-size: 9px;
	font-weight: normal;
	height: 15px;
	margin: -2px 6px 0 0;
	text-align: right;
	width: 120px;
}

.news-list-imgcaption {
	float: right;
	padding-top: 3px;
	padding-right: 3px;
	font-size: 9px;
}

.news-list-container img {
	float: left;
	border: 1px solid #eee;
	padding: 5px;
	margin: 0 20px 5px 0;
	background: #fff;
}

.news-list-container div.download a img {
	float: right;
	border: none;
	padding: 0;
	margin: 0 0 5px 20px;
	background: transparent;
}

.news-list-category img {
}

.news-list-morelink,.news-list-category {
}

.news-list-morelink  a {
	color: #000;
	text-decoration: none;
	padding: 0;
	margin-left: 15px;
	line-height: 13px;
	height: 13px;
}

.nbnewsimagehidden{
	display: none;
}

/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
#content_main_fullwidth .news-single-item table.tab-1 a,
#content_main_sub2 .news-single-item table.tab-1 a,
#content_right_sub3 .news-single-item table.tab-1 a,
#content_left_sub4 .news-single-item table.tab-1 a{
	font-weight: normal;
}

#content .news-single-item h2 {
	font-size: 120%;
	font-weight: bold;
	margin: 5px 0 0 10px;
}

.news-single-img {
	float: right;
	margin: 0 0 5px 20px;
}

.news-single-img img{
	border: 1px solid #eee;
	padding: 5px;
	background: #fff;
}

.news-single-imgcaption {
	font-size: 10px;
	clear: both;
}

.news-single-category {
	text-align: right;
	font-size: 9px;
}

.news-single-backlink{
}

.news-single-backlink a {
	color: #000;
	text-decoration: none;
	padding: 0;
	font-size: .85em;
	line-height: normal;
	height: 11px;
}

.news-single-timedata {
	float: right;
}

.news-single-timedata, .news-single-author,.news-single-imgcaption {
	font-size: 9px;
	margin-top: 5px;
}

.news-single-additional-info {
	margin-top: 15px; /*	clear: both;*/
	border: 1px solid #666;
	padding: 3px;
	padding-bottom: 0px;
	background: #bbe53a;
}

.news-single-related,.news-single-files,.news-single-links {
	border: 1px solid #666;
	margin: 0px;
	margin-bottom: 3px;
	padding: 3px;
	background: #f9ffe5;
}

.news-single-related DD, .news-single-links DD, .news-single-files DD {
	margin-left: 20px;
}

.news-single-related DT, .news-single-links DT, .news-single-files DT {
	font-weight: bold;
	font-size: 11px;
	margin-left: 5px;
	width: 90%;
}



/*  Styles for catmenu mode "nestedWraps" */
.level1 {
	padding: 1px;
	padding-left: 15px;
	border-left: 1px solid #666;
	border-top: 1px solid #666;
	background: #dcdcdc;
}

.level2 {
	padding: 1px;
	padding-left: 10px;
	border-left: 1px solid #666;
	background: #ddf393;
}

.level3 {
	padding: 1px;
	padding-left: 10px;
	border-left: 1px solid #666;
	border-top: 1px solid #666;
	background: #cae46e;
}

.level4 {
	padding: 1px;
	padding-left: 10px;
	border-left: 1px solid #666;
	background: #b0cb51;
}
/*****************************************************************************/
/*                                   popup                                 */
/*****************************************************************************/
#blanc {
background: #fff none repeat scroll 0 0;
margin: 5px;
padding: 5px;
}