/* ---------------------
File: style.css - Stylesheet TIAD e.V.
Author: Nicolas Sell <nicolas.sell@contenit.de>
Date: 14-08-2009
--------------------- */

@media screen {
/* start media screen*/

body {
	padding: 0;
	color: #292424;
	margin: 0;
	font-size: 10px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background: #E2E2E2 url('../../../images/backgrounds/top_back.png') repeat-x left top;
}

a, a:link, a:visited, a:hover, a:active, a:focus {
  color: #029cda;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  color: #9d9d9d;
  font-size: 16px;
}

.bodytext {
  padding-left: 0.8em; /* Padding, weil Text komplett am linken Rand */
	font-size: 12px;
}

/* DESIGN START */
.main {
	width: 96em;
	line-height: 1.5em;
	color: #333;
	display: block;
	left:	50%;
	margin: 0 0 0 -48em;
	padding: 0;
  position: absolute;
  border: 1px solid #B6B6B6;
  -moz-border-radius: 3px;
  border-top: none;
  background-color: white;
}

.header {
  background: url('../../../images/backgrounds/header_all.jpg') no-repeat top left;
  height: 11.8em;
  width: 96em;
}

.ie7 .header {
  margin-top: -1.7em;
}

.ie6 .header {
  background: url('../../../images/backgrounds/header_all.jpg') no-repeat top 7px;
}

.slideshow {
  height: 16.2em;
  width: 30.7em;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right; 
  background: url('../../../images/backgrounds/header_all.jpg') no-repeat top right;
  margin-top: -0.1em;
}

.ie6 .slideshow {
  margin-top: 0.1em;
}

.slideshow .csc-textpic-imagewrap {
  padding-right: 0.5em;  
}

.slideshow .tx-slideshow-pi1 {
  text-align: right !important;
}

.top_header {
  height: 2.4em;
}

.bottom_header {
  height: 9.4em;
}

.menu {  
  background: url('../../../images/backgrounds/header_all.jpg') no-repeat bottom;
  height: 4.4em;
  width: 96em;
}

.ie6 .menu {  
  background: url('../../../images/backgrounds/header_all.jpg') repeat-x -117px right;
}

.menu_main {
  /*background: url('../../../images/backgrounds/menu_back.png') repeat-x top left;*/
  width: 71em;
  height: 4.4em;
  float: left;
}

.language_menu {
  float: right;
  margin-right: 31em;
  margin-top: 0.4em;
  z-index: 1000;
  display: none;
}

.ie6 .language_menu, .ie7 .language_menu {
  position: absolute;
  top: 0;
  left: 57em;
}

.menu_right_pic {
  /*background: url('../../../images/backgrounds/menu_rightpic.jpg') no-repeat top left;*/
  width: 25em;
  height: 4.4em;
  float: right;
}

.content_verlauf {
  height: 7.1em;
}

.content {
 background: #fff url('../../../images/backgrounds/verlauf.png') repeat-x top left;
 width: 96em;
 min-height: 50em;
}

.ie6 .content {
 background: #fff url('../../../images/backgrounds/verlauf.png') repeat-x top right;
}

.footer {
 width: 96em;
 height: 2.4em;
 border-top: 1px solid #E2E2E2;;
 background-color: white;
 text-align: right;
}

/* MISC STYLES START */
h1 {
	margin : 0;
	padding: 0.8em;
	padding-left: 0.5em;
	font-size: 1.6em;
}

h2 {
}

h3 {
	margin : 0;
	padding: 0.8em 0.8em 0em 0.8em;
	font-size: 1.3em;
	color: #DF0025;
}

h4 {
}

.text_normal {
	font-size: 1.1em;
	line-height: 1.5em;
	color: #333;
}

.text_wichtig {
	font-size: 1.1em;
	line-height: 1.5em;
	color: #333;
	font-weight: bold;
}

a, a:link, a:visited, a:active, a:hover {
	font-size: 1.1em;
	line-height: 1.5em;
	color: #E24D01;
	text-decoration: none;
}

.bodytext a, .bodytext a:link, .bodytext a:visited, .bodytext a:active, .bodytext a:hover {
	font-size: 1em;
	line-height: 1.5em;
	color: #E24D01;
	text-decoration: none;
}

img {
	border: none;
	padding: 0;
	margin: 0;
	background-color: transparent;
}

/* DESIGN END */

div#mainnavigation {
		clear: both;
		width: 71em;
		height: 2.7em;
		background-color: #FFF;
}

ul#navi {
	margin: 0;
	padding: 0 0 0 0px;
	list-style: none;
	white-space: nowrap;
}
ul#navi li {
	float: left;
	text-align: left;
}
ul#navi a { 
  color:#FFF;
  font-size: 1.3em;
  font-weight: bold;
  text-transform: uppercase;
  
  display:block;
  float:left;
  height:36px;
  line-height:25px;
  padding:0;
  text-align:center;
  text-decoration:none;
  white-space:nowrap;
  width:7.6em;
  padding-top: 0.8em;
  padding-left: 1em;
  text-align: left;
}
ul#navi .current a { 
  background-color: #2ABCF6;
}

ul#navi a:hover {
  background: url('../../../images/backgrounds/menu_back_hover.png') repeat-x top left;
}

.ie6 ul#navi a:hover {
  margin-top: 2px;
}

.ie6 ul#navi li ul li a:hover {
  background-image: none;
  background-color: #17A2CD !important;
  height: 16px;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.ie6 ul#navi li ul li a {
  height: 16px;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}

ul#navi a:hover, ul#navi li:hover a {
	height: 34px;
	cursor: pointer;	
	background-color: #87D2EF;
}

ul#navi ul {
  position: absolute;
	left: -999em;
	margin: 0;
	clear: left;
	list-style: none;
	top: 12.8em;
	margin-left: -2.5em;
}

.ie ul#navi ul {
  margin-left: 1.5em;
}

.ie8 ul#navi ul {
  margin-left: -2.5em;
}

.ie7 ul#navi ul {
  margin-top: 1.7em !important;
  padding-top: 0;
}

.ie ul#navi li:hover ul {
  height: 24px;
}

ul#navi li ul {
  padding-top: 4px;
}

.ie6 #navi li ul {
  top: 16em;
  margin: 0;
  width: auto;
}

.ie6 #navi li ul li {
  margin: 0;
}

.ie6 #navi li ul li a { 
	width: 25em;
	margin: 0;
}

#navi li:hover ul, #navi li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

ul#navi ul li {
	background-color: #87D2EF;
	color: white;
	margin: 0;
	clear: left;
	margin-left: -15px;		
	width: 25em;
	text-align: left;
}

ul#navi li ul li a {
  font-size: 12px;
  margin-left: 4px;
  text-transform: none;
}

ul#navi li.mainnavigation_menupointid_124 ul li, ul#navi:hover li.mainnavigation_menupointid_124 ul li a { width: 16em; }
ul#navi li.mainnavigation_menupointid_125 ul li, ul#navi:hover li.mainnavigation_menupointid_125 ul li a { width: 19.4em; }
ul#navi li.mainnavigation_menupointid_126 ul li, ul#navi:hover li.mainnavigation_menupointid_126 ul li a { width: 13.4em; }
ul#navi li.mainnavigation_menupointid_129 ul li, ul#navi:hover li.mainnavigation_menupointid_129 ul li a { width: 5.8em; }

.ie6 ul#navi li.mainnavigation_menupointid_124 ul li a, .ie6 ul#navi:hover li.mainnavigation_menupointid_124 ul li a { width: 19em; }
.ie6 ul#navi li.mainnavigation_menupointid_125 ul li a, .ie6 ul#navi:hover li.mainnavigation_menupointid_125 ul li a { width: 22em; }
.ie6 ul#navi li.mainnavigation_menupointid_126 ul li a, .ie6 ul#navi:hover li.mainnavigation_menupointid_126 ul li a { width: 16em; }
.ie6 ul#navi li.mainnavigation_menupointid_129 ul li a, .ie6 ul#navi:hover li.mainnavigation_menupointid_129 ul li a { width: 6em; }

ul#navi li:hover ul, ul#navi li:hover ul .current {
	height: 24px;
	float: left;
	width: auto;
  margin-top: 3em;
	left: auto;
	text-align: left;
}

ul#navi:hover ul li a {
	display: block;
	height: 16px;
	line-height: 16px;
	float: left;	
	padding: 0 12px 4px 12px;
	margin: 0;
	white-space: nowrap;
	color: #fff;	
	background-color: #87D2EF;
	text-align:left;
	width: 22.4em;
	font-weight: normal;
	margin-left: 1px;
}

.ie7 ul#navi ul li a {
  height: 16px;
  line-height: 16px;
  padding: 0 8px 4px 8px;
  margin-right: 10em;
}

ul#navi:hover ul li a:hover {
	background: #17A2CD;
}

#navi li:hover, #navi li.hover {
  position: static;
}

input, textarea {
  border: 1px dotted #e2e2e3;
  padding: 0.1em;
  margin: 0.2em;
}

/*COPYRIGHT*/
#copyright {
	font-size: 12px;
	float:left;
	color: #292424;
	padding: 0.4em 2em 0 0.6em;
}

/*SHORTCUTS*/
#shortcuts {
	font-weight: normal;
	float:right;
	margin: 0;
  padding: 0.2em 0 0 0;
}

#shortcuts ul {
  margin: 0;
  padding: 0;
}  	
  	
#shortcuts li {
	list-style-image: none;
	display: inline;
	margin: 0;
	padding-right: 0.5em;
}

#shortcuts li a:link, #shortcuts a:visited, #shortcuts a:hover {
	font-size: 12px;
	color: #292424;
	text-decoration: none;
}

/* ---- Powermail ---- */
.tx-powermail-pi1 {
	margin-left: 1em;
  font-size: 1.2em;	
}

.tx-powermail-pi1_thx {
	font-size: 1.43em;
}

.tx-powermail-pi1_formwrap {
	width: 95%;
}

.tx-powermail-pi1_fieldset {
	line-height: 2em;
	border: none;
}

.tx-powermail-pi1_fieldset legend {
	display: none;
}

.tx_powermail_pi1_fieldwrap_html {
	clear: both;
}

.tx_powermail_pi1_fieldwrap_html_select select{
	float: left;
	width: 10%;
}

.tx_powermail_pi1_fieldwrap_html_select label {
	float: left;
	width: 18%;
}

.tx_powermail_pi1_fieldwrap_html_text label {
	float: left;
	width: 18%;
}

.tx_powermail_pi1_fieldwrap_html_text input {
	float: left;
	width: 50%;
}

.tx_powermail_pi1_fieldwrap_html_textarea textarea {
	float: left;
	width: 50%;
	margin-top: 0.2em;
	height: 5.5em;
}

.tx_powermail_pi1_fieldwrap_html_textarea label {
	float: left;
	width: 18%;
}

.tx_powermail_pi1_fieldwrap_html_radio input {
	float: left;
	width: 10%;	
}

.tx_powermail_pi1_fieldwrap_html table tr td input {
 margin-bottom: -0.2em;
}

.tx_powermail_pi1_fieldwrap_html_radio label {
	float: left;
	width: 80%;
	padding-bottom: 1em;
}

.tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_submitgraphic.tx_powermail_pi1_fieldwrap_html_11 {
	margin-left: 11.6em;
	margin-top: 0.5em;
}

.tx-powermail-pi1_formwrap {}

.tx-powermail-pi1_fieldset {}

.tx-powermail-pi1_fieldset label{}

.tx_powermail_pi1_fieldwrap_html {}

.tx_powermail_pi1_fieldwrap_html_select {}

.tx_powermail_pi1_fieldwrap_html_text {}

.tx_powermail_pi1_fieldwrap_html_text label {}

.tx_powermail_pi1_fieldwrap_html_text input {
	float: left;
}

.tx_powermail_pi1_fieldwrap_html_textarea {}

.tx_powermail_pi1_fieldwrap_html_textarea label {}

.tx_powermail_pi1_fieldwrap_html_radio {}

.tx_powermail_pi1_fieldwrap_html_radio label {}

.tx_powermail_pi1_formconfirmation_back, .tx_powermail_pi1_formconfirmation_submit {
	margin-top: 1em;
	float: left;
}

.tx-powermail-pi1 input[type=submit], .tx-powermail-pi1 input[type=reset], .tx-powermail-pi1 input[type=button] {
  background-color: #17A2CD;
  color: white;
  padding: 2px 14px;
  border: 1px solid #e2e2e3; 
  float: left;  
  margin-top: 1em;
  
  clear: none;
}

.tx-powermail-pi1 .powermail_mandatory_js {
  color: #FE7D39;
  padding-left: 0.4em;
}

.ie .tx-powermail-pi1 input[type=submit], .ie .tx-powermail-pi1 input[type=reset], .ie .tx-powermail-pi1 input[type=button] {
  margin-left: 28.5em;
}

.tx-powermail-pi1 .powermail_all_td {
  width: 40%;
}

.tx-powermail-pi1 input[type=submit]:hover, .tx-powermail-pi1 input[type=reset]:hover, .tx-powermail-pi1 input[type=button]:hover {
  background-color: #87D2EF;
  /*
  font-weight: bold;
  padding-left: 11px;
  padding-right: 12px;
  */
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> Thickbox <<<--------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

/*
   News - Allgemein
*/

      .news-latest-container {
        margin-top: 1em;
      }
      
      .news-latest-container H2,.news-latest-gotoarchive {
      	padding:3px;
      	margin:3px;	
      }
      
      .news-latest-gotoarchive {
      	font-weight:bold;
      	margin-top:5px;
      }
      .news-latest-gotoarchive A:LINK, .news-latest-gotoarchive A:VISITED, .news-latest-gotoarchive A:HOVER {
      
      }
      .news-latest-gotoarchive A {
      
      }
      .news-latest-item {
      	/* IE hack */
      	height: 1%;
      	line-height: 1.3;
      	/* IE hack end */
        background-color:#FAFAFA;
        border:1px solid #F0F0F0;
        height:auto !important;
        margin:3px 3px 8px;
        padding:0.5em 0.3em 1.6em;
      }
      
      .news-latest-item h3, .news-single-item h2 {
        color: #EC7136;
      }
      
      .news-latest-date a {
        color: #292424;
      }
      
      .news-latest-item IMG {
      
      	margin-bottom:5px;
      	margin-right:5px;
      	float:left;
      }
      
      .news-single-img a img {
        float: right;
        padding: 0 1em 2em 2em;
      }
      
      .news-latest-category IMG {
      	float: none;
      	border:none;
      	margin:0px;
      }
      .news-latest-date,.news-latest-morelink,.news-latest-category {
      	font-size:9px;
      }
      
      .news-latest-morelink {
      	height:12px;
      	float: right;
      }
      
      .news-item-clearer {
        border: 1px solid #D0D0D0;
      }
      
      .news-latest-morelink A {
      	float:right;
      }
      
/*
   News - Allgemein ENDE
*/

/*
   Presse - Allgemein
*/

      .news-latest-container.presse {
        margin-top: 0em;
      }
      
      .news-latest-container.presse H2,.news-latest-gotoarchive {
      	display: none;
      }
      
      .presse .news-latest-gotoarchive {
      	font-weight:bold;
      	margin-top:5px;
      }
      .presse .news-latest-gotoarchive A:LINK, .presse .news-latest-gotoarchive A:VISITED, .presse .news-latest-gotoarchive A:HOVER {
      
      }
      .presse .news-latest-gotoarchive A {
      
      }
      
      .presse .news-latest-item {
      	/* IE hack */
      	height: 1%;
      	/* IE hack end */
        background-color:#FAFAFA;
        border:1px solid #F0F0F0;
        clear:none;
        float:left;
        /*height:11em !important;*/
        line-height:1.3;
        margin:3px 3px 8px;
        padding:0.5em 0.3em 1.6em;
        width:48%;
      }
      
      .ie6 .presse .news-latest-item {
        width: 44%;
        margin-left: 1%;
      }
      
      .presse .news-latest-item .news-latest-category {
        display: none;
      }
      
      .presse .news-latest-item h3, .news-single-item h2 {
        color: #EC7136;
      }
      
      .presse .news-latest-date a {
        color: #292424;
      }
      
      .presse .news-latest-item IMG {
      
      	margin-bottom:5px;
      	margin-right:5px;
      	float:left;
      }
      
      .presse .news-single-img a img {
        float: right;
        padding: 0 1em 2em 2em;
      }
      
      .presse .news-latest-category IMG {
      	float: none;
      	border:none;
      	margin:0px;
      }
      .presse .news-latest-date,.news-latest-morelink,.news-latest-category {
      	font-size:9px;
      }
      
      .presse .news-latest-morelink {
      	height:12px;
      	float: right;
      }
      
      .presse .news-item-clearer {
        border: 1px solid #D0D0D0;
      }
      
      .presse .news-latest-morelink A {
      	float:right;
      }
      
      .news-list-container.presse ul {
        padding: 0 0 0 3em;
      }
      
/*
   News - Presse ENDE
*/

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image img {
  padding: 0 0.5em 0 0.5em;
}

/*
  SB - Partner Extension
*/

.tx_sb_partner_pi1_liste, .tx_sb_partner_pi1_single, .tx_sb_partner_pi1_mailform {
	text-align: left;
	border: none;
	border-bottom: 1px solid #E2E2E2;
  padding: 0 0 0 0.9em;
  margin: 0 0 40px 0;;
 	clear: both;
}
/* Listen Ansicht */
.tx_sb_partner_pi1_liste .company, {
	float: left;
	padding-left: 170px;
}
.tx_sb_partner_pi1_liste .company {
  float:left;
  margin-left:0;
  padding-left:0;
  text-align:left;
  width:24em;	
  margin-top:-1em;
}

.tx_sb_partner_pi1_liste .company h2 {
  font-size: 1.5em;
}

.adressContainerA .area { display: none; }

.adressContainerA {
  float: left;
}

.adressContainerA .name {
  clear:none;
  display:block;
  height:6em;
  margin-left:25em;
  width:12em;
}

.adressContainerA .adress,
.adressContainerA .cip_city,
.adressContainerA .country {
  
}

.tx_sb_partner_pi1_liste .logo {
  float:right;
  text-align:right;
  width:350px;
}
.tx_sb_partner_pi1_liste .logo_1 {
	padding-bottom: 5px;

}
.tx_sb_partner_pi1_liste .logo_2 {}
.tx_sb_partner_pi1_liste .adressContainer {
  padding: 5px 8px 8px 8px;
  margin: 0px 0 5px 0;
  border: 0px solid #e8e8e8;
  width: 200px;
  float: left;
}
.tx_sb_partner_pi1_liste .adress_2,
.tx_sb_partner_pi1_liste .adress_3 {
	float: left;
	margin-left: 10px;
	border: 1px solid #e8e8e8;
}
.tx_sb_partner_pi1_liste .description_short {
  clear:left;
  float:left;
  padding-bottom:10px;
  width:24em;
}
.tx_sb_partner_pi1_liste .description_long {}

.tx_sb_partner_pi1_liste .more {
	padding-left: 170px;
	text-align: right;
}
.tx_sb_partner_pi1_liste .formtext {
	color: #FF0000;
}
.tx_sb_partner_pi1_liste .sb_clear_both {
	clear: both;
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
  margin:0;
  margin-right: -1.4em;
  text-align:right;
}

.left_right_content_right ol p { font-size: 1.3em; }

/* Partnerliste - Mitglieder*/
.mitgliederliste {
  background-color:#FAFAFA;
  border:1px solid #F2F2F2;
  padding:5px;
}

.mitgliederliste td {
  font-size: 12px;
  padding: 2px;
  padding-left: 10px;
}

.mitgliederliste td.company {
  padding-left: 5px;
}

.mitgliederliste .company,
.mitgliederliste .inhaber,
.mitgliederliste .address {
  border-right: 1px solid #F2F2F2;
}

.mitgliederliste .logo .logo_1 {
  padding-top: 4px;
}

.mitgliederliste .companyname h2 {
  font-size: 13px;
  margin-top: 0em;
}

.mitgliederliste td.tdspacer hr {
  background-color: #F2F2F2;
  border: 1px solid #F2F2F2;
}

.csc-menu-3 {
  padding:0 0 0 1.3em;
}

.csc-menu-3 li {
  margin-right:-0.8em;
}

.csc-uploads-icon img {
  width: 135px;
  float: left;
  border-color:#F0F0F0 #CCC #BBB #F0F0F0 !important;
  border-style:solid !important;
  border-width:1px 2px 2px 1px !important;
  height:100px;
  width:72px;
}

.csc-uploads-fileName p {
  display: none;
}

.csc-uploads-fileName p.csc-uploads-description {
  display: block;  
}

.left_right_content_right h1 {
  /*clear: both;*/
}

.news-list-container.presse {
  display: block;
  clear: both;
}

/* end media screen*/
}



