/******************************************************************************/
/*                                                                            */
/*                                Stylesheet                                  */
/*                            2012 Sunbeam GmbH                               */
/*                       Markus Wendling / Joeran Fliege                      */
/*                                                                            */
/******************************************************************************/


/********************************* ALLGEMEIN **********************************/
html,body {
  margin: 0;
  padding: 0;
}

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 75%; /* 12pt EU-Vorgabe */
  color: #151515;
	background: #f5f5f5;
	line-height: 1.6em;
}

#hauptwrapper {
	background: #fff;
	display: table;
	margin: 0 auto;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	box-shadow: 0 0 20px rgba(0,0,0,0.05);
}
/* Text Layout */
a, a:visited {
  color: #1C3F95;
  text-decoration: underline;
}
a:hover, a:focus, a:active  { color: #0064A2; text-decoration: none; }

p {
  margin: 0 0 0.7em 0;
  padding: 0;
}

h1 a, h1 a:visited {
  color: #fff;
  text-decoration: none;  
  line-height: 1em;  
  position: relative;    
  top: 4px;
}
h1 a:hover, h1 a:focus { color: #FEF49D; }
h1 a:active {	color: #FEEC66; text-shadow: 0 -1px #CF5300 !important; }

h2.csc-firstHeader { margin: 0; }
h2 {
  font-size: 1.5em;
  margin: .5em 0;
	color: #0F57A2;
	line-height: 1.2em;
}
h3 {
  font-size: 1.2em;
  /* background: url(img/bullet_ueberschrift.gif) no-repeat 0 .45em ; 
  padding: 0.3em 0 0.5em 1.2em;*/
	padding: 0.3em 0 0.5em 0;
  /*margin: 1em 0;*/
  margin: 1.5em 0pt 0em 0em;
}

h4 {
  font-size: 1.2em;
  color: #444;
  margin: 1em 0 0.5em 0;
  padding-left:0em;
}

.boxweiss h4 { padding-left:0.7em; }

strong { font-weight: bold; }
em { font-style: italic; }

#hauptwrapper {
  width: 100%;
  border: none;
  overflow: hidden;
}

#hauptwrap {
	margin: 0 0 0 200px;
  border: none;
}

#wrapper {
  float: left;
  width: 80%;
  overflow: auto; /* zu breite inhalte nicht ueberlaufen lassen */
}

#content, .hauptwrapcontent { padding: 2em 2.7em; text-align: justify;  }

#content p, #content em, 
#content a, #content strong, 
#content span, #content td { text-align: justify; } 


/*********************************** HEADER ***********************************/
#header {
	height: 187px;
	
	background-image: linear-gradient(bottom, rgb(0,100,162) 50%, rgb(255,255,255) 50%);
	background-image: -o-linear-gradient(bottom, rgb(0,100,162) 50%, rgb(255,255,255) 50%);
	background-image: -moz-linear-gradient(bottom, rgb(0,100,162) 50%, rgb(255,255,255) 50%);
	background-image: -webkit-linear-gradient(bottom, rgb(0,100,162) 50%, rgb(255,255,255) 50%);
	background-image: -ms-linear-gradient(bottom, rgb(0,100,162) 50%, rgb(255,255,255) 50%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.5, rgb(0,100,162)),
		color-stop(0.5, rgb(255,255,255))
	);
}

#header #illu {
	background: url(img/header_trans.png) repeat-x bottom left;
	display: block;
  height: 100%;
}

#header h1 { float: left; }
#header h1 a {
  background: url("img/logo.png") no-repeat scroll left top transparent;
  display: block;
  height: 66px;
  margin: 6px 0 0 30px;
  text-indent: -99999px;
  width: 123px;
}

#header h2 {
	font-size: 1.5em;
	margin: 4.2em 0 0 13em;
	position: absolute;
	text-transform: uppercase;
	color: #0064A2;
}

*+html #header h1 { /* ??? */
  background: url(img/headerbild.jpg) no-repeat 0 0;
  padding-left: 30px;
}


/* Logo im Header */
#logo {
	width: 250px;
	float: left;
}

/* Servicemenue */
#servicemenu {
  position: absolute;
  z-index: 540;
  top: 0;
  right: 27%;
	margin: 1em .8em 0 0;
}

#servicemenu ul { margin: 0; }
#servicemenu ul li {
 display: block; 
 float: left;
 margin: 0 0 0.5em; 
 color: #666; 
}
	 
#servicemenu a { 
 color: #666; 
 background: transparent; 
 text-decoration: none;
}
#servicemenu a:focus, #servicemenu a:hover, #servicemenu a:active {
 color: #4D87C7; 
 background-color: transparent; 
 text-decoration:underline;
}	

#service, #language { float: left; }

#language img { padding: 1px 0.3em 0 .3em; }
#language a {
	padding: 0 0.3em 0 .3em;
	text-decoration: underline;
	color: #fff;
	text-shadow: 0 1px #C95200;
	font-weight: bold;
}
#language a:hover, #language a:focus { text-shadow: none; color: #C95200; }


#reslogo {
	float: right;
	padding: 1.5em 5em 1.5em 1.5em;
  background: url('img/res_logo_transp.png') top left no-repeat;
  width: 125px;
  height: 70px;
  position: relative;
  top: 24px;
}
/* zweites Logo von Res-Legal erstmal ausgeblendet 
#reslogo {
	position: absolute;
  right: 0;
  width: 300px;
}
#reslogo a {
	display: block;
	height: 144px;
	width: 100%;
	background: url(img/res_logo_transp.png) no-repeat top right;
}
#reslogo img { display: none; } /* fuer druckversion versteckt halten */


/****************************** SUCHE MARGINALIE ******************************/
#suche, .tx-indexeds-search-form {
  float: right;
  background: transparent url(img/bg_suche.jpg) no-repeat 0 0;
  width: 24%;
  height: 12em;
  margin: 0;
  padding: 0;
}

#suche label { display: none; }

#suchfeld { margin: 4em 2em 1em 2em; }
#tx-indexedsearch-searchbox-sword { margin: 0; border: none; width: 8em !important; float: left; }

#suche span { margin: 1em 0 0 2em; display: block; }
#suche a { margin: 1em 0 0 2em; display: block; }
#suche a, #suche a:visited, #suche a:active { color: #000; }
#suche a:hover, #suche a:focus { color: #fff; }

.tx-indexedsearch-searchbox-button.submit { width: 5em !important; }
#Submit, #bmuSubmit, .tx-indexedsearch-searchbox-button, .brockenlinkbutton {
  background: #554c43 url(img/bg_suchbutton.gif) repeat-x 0 0;
  margin: 0;
  padding: 0.4em 0.5em 0.3em 0.5em;
  color: #fff;
  font-weight: bold;
  font-size: 0.8em;
  border: none;
  cursor: pointer;
  text-decoration: none;
}
.brockenlinkbutton { margin: 0 0 1em 2.5em; padding: 0.4em 0.5em; display: table; }
.brockenlinkbutton:hover, .brockenlinkbutton:focus { color: #fff; }

#textfield {
  border: none;
  margin: 0;
  padding: 0.2em; 
  border: 1px solid #fa5002;
}


/********************************* HAUPTMENU **********************************/
#mainmenu a, #secondmenu a, li.cur span {
  color: #1C3F95;
  display: block;
  font-size: 1.083em;
  padding: .5em 1em 0 1em;
  text-decoration: none;
  text-transform: uppercase;
}

/* Submenue - 2. Ebene */
#submenu {
  margin: 0;
  padding: 0;
}
#submenu li {
  border: none;
  margin: 0;
  padding: 0;
  
}
#submenu li a {
	padding: 0 0 0 2em;
	color: #888686;
	font-size: 11px;
}

#submenu li.cur {
  font-weight: bold;
  background: #e1e1e1;
  padding: 0;
  color: #888686;
}


#submenu .cureins_act { background: #e1e1e1; }

#secondmenu {
	margin: 0 0 2em;
	border-top: 5px solid #ddd;
}


/******************************** BREADCRUMB **********************************/
#breadcrumb {
  margin: 0;
  color: #fff;
	padding: 0 1.2em;
	background: #0f57a2;
	font-size: 0.916em;
}

#breadcrumb a {
	text-decoration: none;
	color: #fff;
}
#breadcrumb a:hover, #breadcrumb a:focus { text-decoration: underline; }


/********************************** CONTENT ***********************************/
#left {
  width: 200px;
  float: left;
}

#left .csc-default { margin: 0 0 0 1em;	 }

#left p { font-size: .9em; line-height: 1.4em; }

.mehr {
  background-color: #0089cf;
  color: #fff;
  font-weight: bold;
  margin: 0.5em 0;
  padding: 0.1em 0.5em;
  text-align: right
}

a.mehr {
  text-decoration: none;
  color: #fff;
  display:block;
}
a.mehr:hover { color: #000; }



.tstamp {
  text-align: right;
  display: block;
  margin: -1em 0 0.5em 0;
  font-weight: bold;
  color: #444;
}

.tstamp a {
  position: absolute;
  z-index: 88;
  top: 265px;
  margin-left: -14px;
}

/* Tabellenstyles */
table { margin: 0 0 1em 0; border-spacing: 0; }

tr {
  text-align: left;
  background-color: #fff;
}

th {
  color: #444;
  padding: 0.3em 0.8em;
  background-color: #e1e1e1;
  border-top: 1px solid #BCC1C7;
  border-left: 1px solid #BCC1C7;
}

td {
  border: 1px solid #BCC1C7;
  padding:0.3em 1.3em 0.2em 1.2em;
  line-height: 1.6em;  
  background: #fff;
  border-bottom: none;
}

table tr:last-child th,
table tr:last-child td  {
  border-bottom: 1px solid #BCC1C7;
}

#searchResults td {
  border-right: 0;  
}

#searchResults td:last-child {
  border-right: 1px solid #BCC1C7; 
}

#searchResults table tbody tr th:last-child {
  border-right: 1px solid #BCC1C7;
}

#content table ul li,
#content ul li {
  background: url(img/bullet_liste.gif) no-repeat 0em 0.6em;
  padding-left: 1.1em;
  list-style: none;
}
th.wind, th.aero { background-color: #97d8f6; text-align: center; color: #fff; }
th.solar { background-color: #f0c023; text-align: center; color: #fff; }
th.bio { background-color: #6cbe48; text-align: center; color: #fff; }
th.wasser { background-color: #0073bb; text-align: center; color: #fff; }
th.geo { background-color: #c16c30; text-align: center; color: #fff; }
th.hydro { background-color: #0073bb; text-align: center; color: #fff; }

table table.contenttable {
  border: 1px solid #BCC1C7;
}
table table.contenttable th {
  border: none;
}
table table.contenttable th p {
  margin: 5px 0 !important;
}
table table.contenttable th:first-child {
  border-right: 1px solid #BCC1C7;
}
table table.contenttable tr td {
  border: none;
  border-top: 1px solid #BCC1C7;
  border-right: 1px solid #BCC1C7;
}
table table.contenttable tr td:last-child {
  border-right: none;
}
table table.contenttable tr td:first-child {
  border-right: 1px solid #BCC1C7;
}

/* Listenstyles */
ul {
  list-style-type: none;
  margin: 1em 0;
  padding: 0;  
}

ul.liste li { line-height: 1.8em; }


/*SA - 10.07.08 - Listen elemente im Content */
#content .csc-default ul {
	padding: .5em;
	background: #f5f5f5;
}
#content .csc-default ul li {
	background: url(img/bullet_liste.gif) no-repeat scroll 0.4em 0.6em #fff;
	line-height: 1.7em;
	padding: 0 0 0 1.5em;
}
/* bei boxen wieder deaktiviert */
#content .hide ul, #content .csc-default table ul {
	border: none;
	padding: 0;
	background: inherit;
}

/* Laenderlisten auf der Uebersichtsseite */
.columns ul {
	border: 3px double #e1e1e1;
	padding: .5em;
	background: #fff;
	overflow: hidden;
}
.columns ul li {
	width: 24.5%;
	float: left;
	margin: .5em 0;
}

#content .bmu ul li { /* Frankreich Preisregelung Liste im Content anpassen */ 
  padding: 0 0 0 1.5em;
  line-height: 1.7em;
  background: url(img/bullet_liste.gif) no-repeat 0.4em 0.6em;
}



/* Extraboxen mit weissem Hintergrund */
#content .boxweiss { 
  background: #fff;
  display: block; /* bei wenig inhalt aufziehen - 080626 - jf */
	padding: 1em 0pt 0em 1em; 
}
#margi .boxweiss { -moz-box-shadow: 0 1px 0 rgba(9, 9, 9, 0.2) inset; -webkit-box-shadow: 0 1px 0 rgba(9, 9, 9, 0.2) inset; }

#content .boxweiss table td {
  margin: 0;
  padding: 1em 2em 1em 1em;
}
#content .boxweiss table th {
  margin: 0;
  padding: 1em;
}

#content .boxweiss ul {
  list-style-type: none;
  line-height: 1.7em;
  margin: 0 0 1em 0;
  padding: 0;
}

#content .boxweiss li {
  background: url(img/bullet_liste.gif) no-repeat 0.4em 0.6em;
  padding-left: 1.5em;
}

#content .boxweiss p { padding: 0 0.4em 0.4em 0.4em; }  

/* Druckansicht */
a.print {
  display: block;
  text-align: left;
  margin:  0 0 0 0;
  padding: 0 0;
  border-top: 1px solid #fff;
  -moz-box-shadow: 0 -1px #E4E4E4;
	-webkit-box-shadow: 0 -1px #E4E4E4;
}
a.print img { margin-right: .5em; }      

/* Tabellenlisten weiter eingerueckt - jf - 080311 */
table.contenttable ul ul li { margin: 0 0 0 1.5em; }




/******************************** VOLLTEXTSUCHE *******************************/
.tx-indexedsearch-searchbox fieldset {
  border: none;
  margin: 0 0 1em 0;
  padding: 0.5em;
  background: #e1e1e1;
}
.tx-indexedsearch-searchbox fieldset legend { display: none; }

.tx-indexedsearch-searchbox fieldset label {
  margin: 0 0 0.5em 0;
  margin: 0.4em 1em;
  font-weight: bold;
}

.tx-indexedsearch-searchbox .tx-indexedsearch-search-for { clear: left; }

#tx-indexedsearch-searchbox-sword,
.tx-indexedsearch-searchbox fieldset input,
.tx-indexedsearch-searchbox fieldset select {
  border: 1px solid #888;
  width: 30% !important; /* max width sonst collapse bei 1024x768 */
  margin: 0 0 0.5em 0;
}
#tx-indexedsearch-searchbox-sword { width: 15.4em; }

.tx-indexedsearch-search-submit { margin: 1em 0 0 0.9em; }
#content #tx-indexedsearch-searchbox-button-submit { width: 10em !important; }

/* Ausgabe */
.tx-indexedsearch-percent { font-weight: bold !important; }
.tx-indexedsearch-redMarkup { color: #0089cf !important; }
.tx-indexedsearch-infoback { 
  background: #E1E1E1 !important; 
  border: 1px solid #e1e1e1 !important;
  padding: 0.2em 0;
  margin: 0 0 1em 0 !important;
  display: table;
  width: 100%;
}
.tx-indexedsearch h3 { background: url(img/bullet_ueberschrift.gif) no-repeat 0 0.75em ; }

/* Weiterlinks */
ul.resultbrowser {
  background: #cecece;
  padding: 0.4em 0.6em 0.5em;
}
ul.resultbrowser li {
  display: inline;
  padding: 0 0.6em 0 0;
}

/* Ergebniszahl */
.resultbrowserinfo span { font-weight: bold; }


/********************************* MARGINALIE *********************************/
#margi {
  float: right;
  width: 30%;
	margin-top: 2em;
}

.frankreich { border: 1px solid red !important; z-index: 900; background: red; }

#margi h3#flagge {
  margin: 0;
  padding: 0;
  padding-bottom: 0.25em;
}

#margi h3#flagge img {
  padding: 0;
  float: left;
  margin: 0.5em 0.7em 0 1.9em;
}

#margi h3#flagge p {
  font-weight: bold;
  margin: 0;
  padding: 0;
}

#margi #flagge { text-transform: uppercase; }
#margi #flagge strong { font-weight: normal; }

#margi #flagge img {
  margin: 3px .5em 0 0;
  float: left;
}
#margi #flagge p { font-weight: bold; }


/* textblöcke in der marginalie vom rand positionieren */
#margi p { margin: 1em; }

#margi h2, #margi h3, #margi .flag {
  background: #0F57A2;
	color: #fff;
  font-size: 1.1em;
  padding: .4em .8em .8em;
}

#margi .foerderer { display: none; }

#margi #icons { 
  margin: 0 0 2em 0;
  list-style-type: none;
}

#icons li {
  margin: 0 0.3em 0.5em 0;
  display: inline;
}
#icons li img { margin: 0 0.4em 0 0; position: relative; top: 7px; }

#profil {
  margin-bottom: 2.1em;
  background-color: #fdfdfd;
}

#profil ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: #333;
}

#profil li {
  padding: 0.4em 2em 0.4em 2em;
  border-bottom: 1px dotted #888;
}
#profil li.dunkel { background-color: #f5f5f5; }

#profil img { margin: 0 1em 0 2em; }

.box {
  background-color: #f5f5f5;
 padding-bottom: .3em;
  margin-bottom: .5em;
  xpadding:1em 0 0 1em;	
}

.box ul {
  list-style-type: none;
  margin: 1em;
  padding: 0;
}

#content .box ul {
  list-style-type: disc;
  padding-left: 15px;
  padding-bottom: 0;
}

.box li {
  line-height:1.4em;
  padding-bottom: 5px;
}

.box li.home { margin: 0; }

#content .box p {
  margin-left: 10px;
  margin-right: 10px;
}

#content .box table p {
  margin-left: 0;
  margin-right: 0;
}

.download {
  background: url(img/icon_quelldownload.gif) no-repeat 0 0;
  padding-left: 2.8em;
  margin: 0;
}
.link {
  background: url(img/icon_quelllink.gif) no-repeat 0 0;
  padding-left: 2.8em;
  margin: 0;
}
.tele {
  background: url(img/icon_tele2.gif) no-repeat 0 0.1em;
  padding-left: 2.2em;
  margin: 0;
}
.mail {
  background: url(img/icon_mail.gif) no-repeat 0 0.1em;
  padding-left: 2.2em;
  margin: 0;
}
#margi .mail,
#margi .box {
  overflow: hidden;
}
#margi {
  text-align: left !important;
}
.home {
  background: url(img/icon_home.gif) no-repeat 0 0.1em;
  padding-left: 2.2em;
  margin: 0;
}
.standard {
  background: url(img/bullet_liste.gif) no-repeat 0 0.7em;
  padding-left: 1em;
}


#content .box p,
#content .box h3 {
  margin: 0;
    margin-bottom: 10px;
}

#content .box {
  padding: 10px; 
  display: block;
}

#margi .box { margin: 0;}


/************************************* SITEMAP ********************************/
#content .csc-sitemap a { text-decoration: none; }

#content .csc-sitemap ul {
	font-weight: bold;
	border: none;
	background: none;
	padding: 0;
}

#content .csc-sitemap ul li {
  margin: 0 0 0.7em 1.2em;
  list-style: square;
  color: #767676;
	background: none;
	padding: 0;
}

#content .csc-sitemap ul li ul {
  margin: 0.35em 0 0 1em;
  font-weight: normal;
}

#content .csc-sitemap ul li ul li {
  margin: 0 0 0.3em 0;
  padding: 0 0 0 1em;
  background: url(img/glossarlink.gif) no-repeat 0 3px;
  list-style: none;
}


/************************************* TRIGGER ********************************/
/* Ausklappboxen */
h4 a img {
  padding-right: 10px;
  float: right;
  padding-top:3px;
}


/*********************************** FOOTER ***********************************/
.clearing {
  height: 0;
  clear: both;
  font-size: 0;
}

#footer {
  background: #f0f0f0;
  color: #787878;
  clear: left;
  width: 100%;
	overflow: hidden;
	padding: .25em 0;
  border-top: 1px solid #cbcccd;
  border-right: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
  box-shadow: inset 0 1px #f8f8f8;
  height: 150px;
}
#footer ul { 
  float: right; 
  position: absolute;
  z-index: 99;
  right: 1em;
  background: #eee;
}
#footer span {
	float: left;
  display: block;
  width: 160px;
  padding-left: 1em;
  font-size: 85%;
  padding-top: 6.5em;
  line-height: 150%;
}

#footer span {
	margin-top: 0.5em;
	display:block;
}
#footer ul li {
	display: inline;
	padding: 0 0 0 1em;
}

#footer a { color: #1c3f95; }
#footer p {
  padding: 8.5em 0 0 0; 
  font-size: 85%;
  line-height: 150%;
  float: left; 
}
#footer img {
  float: left;
  margin-top: 1.25em;
  margin-left: 1.5em; 
}
#footer .eulogo { 
    left: -9em;
    margin: 0 auto;
    position: relative;
    width: 25em; 
}


/********************************* NEWSLETTER *********************************/
/* styling des buttons auf der startseite ueber direkte datensatz-ID */
#c736 h2, #c737 h2 { font-size: 1em; }

#c736 a, #c737 a {
	color: #fff;
	text-decoration: none;
	background: #0064A2;
  border: 1px solid #00507F;
  border-radius: 3px;
  box-shadow: 0 -3px 0 #00507F inset, 0 1px 0 rgba(255,255,255,0.15) inset, 0 0 5px rgba(255,255,255,0.2) inset;
  display: table;
  font-weight: bold;
  padding: .7em 1em .9em;
  text-shadow: 0 -1px rgba(0,0,0,0.5);
}

#c736 a:hover, #c736 a:focus, #c737 a:hover, #c737 a:focus {
  box-shadow: 0 3px 0 #00507F inset, 0 -1px 0 rgba(255,255,255,0.15) inset, 0 0 5px rgba(255,255,255,0.2) inset;
  text-shadow: 0 1px rgba(0,0,0,0.5);
}

/* Newsletterformular */
legend { display: none; }
label {
	width: 12em;
	display: block;
	float: left;
	font-weight: bold;
	padding: .5em 0;
}
input {
	border: 1px solid #BCC1C7;
	padding: .5em;
	width: 25em;
  color: #444444;
  background: #f8f8f8;
}
input:hover, input:focus,
select:hover, select:focus {
  box-shadow: 0 0 3px rgba(9, 9, 9, 0.2) inset; 
  -moz-box-shadow: 0 0 3px rgba(9, 9, 9, 0.2) inset; 
  -webkit-box-shadow: 0 0 3px rgba(9, 9, 9, 0.2) inset;
  background: #ffffff; 
}

select { 
  width: 26em;
  border: 1px solid #BCC1C7;
  color: #444444;
  background: #f8f8f8;
  padding: .5em;
}
.submitButton {
  /*** 	
  background: #0089cf; 
  ***/
  color: #fff !important;
  font-weight: bold;
  display: table;
  /*** 
  margin: 1em 0 0 13.2em;
  padding: .6em 0.8em;
  text-shadow: 0 1px #820608;
	width: 10em;
  ***/
}
.submitButton:hover, .submitButton:focus {
  /*** 
  color: #820608 !important;
  text-shadow: none; 
  ***/
	cursor: pointer;
} 
#directmail-subscription p { 
  margin-top: 2em; 
  color: #444444;
}
#directmail-subscription h3 {
  color: #444444;
  margin-top: 0;
}
#directmail-subscription {
  margin: 0;
  width: 43.5em;
}
#directmail-subscription .label {
  clear: left;
  float: left; 
  padding: 1em 0 0; 
}
#directmail-subscription .label:last-child {
  padding: 1em 0 1em; 
}
#directmail-subscription .label label {
  padding: 0.5em 0;
  color: #444444; 
}
#directmail-subscription fieldset {
  border: 1px solid #BCC1C7; 
  background: #EFEFEF;
  padding: .75em; 
  margin: 0; 
}
#directmail-subscription .sbm {
  margin-top: 1em;
}
#directmail-subscription .error h4,
#directmail-subscription form label.error {
  color: #db4949;
}
#directmail-subscription .error p {
  font-style: italic;
  margin-top: .75em;
}
#directmail-subscription .submitButton {
  display: block;
  width: 8em;
  height: 2.75em;
  padding-bottom: 1em;
  background: #0F57A2;
  background: -moz-linear-gradient(top, #4785b7 0%, #0f57a2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4785b7), color-stop(100%,#0f57a2));
  background: -webkit-linear-gradient(top, #4785b7 0%,#0f57a2 100%);
  background: -o-linear-gradient(top, #4785b7 0%,#0f57a2 100%);
  background: -ms-linear-gradient(top, #4785b7 0%,#0f57a2 100%);
  background: linear-gradient(to bottom, #4785b7 0%,#0f57a2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4785b7', endColorstr='#0f57a2',GradientType=0 );
  border: 1px solid #0F57A2;
  box-shadow: inset 0 0 1px #ffffff;
  border-radius: 4px 4px 4px 4px;
  text-shadow: 0 1px 0 #034082;   
  color: #ffffff;
}
#directmail-subscription .submitButton:hover,
#directmail-subscription .submitButton:focus {
  text-shadow: 0 -1px 0 #034082; 
  color: #ffffff !important;
  background: #0f57a2;
  background: -moz-linear-gradient(top, #0f57a2 1%, #4785b7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#0f57a2), color-stop(100%,#4785b7));
  background: -webkit-linear-gradient(top, #0f57a2 1%,#4785b7 100%);
  background: -o-linear-gradient(top, #0f57a2 1%,#4785b7 100%);
  background: -ms-linear-gradient(top, #0f57a2 1%,#4785b7 100%);
  background: linear-gradient(to bottom, #0f57a2 1%,#4785b7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f57a2', endColorstr='#4785b7',GradientType=0 );    
} 

/* fehlermeldungen error */
label.error {
	display: block;
	width: 100%;
}

.error { color: #7D0103; }


/********************************* ACCORDION *********************************/
#left .ui-accordion {
	border: 1px solid #e4e4e4;
	border-top: none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
#left .ui-accordion .ui-accordion-content { padding: 0; }
#left .ui-accordion .ui-accordion-content .csc-default { margin: .5em !important; line-height: 1.5em !important; }
#left .ui-accordion .ui-accordion-content-active { height: auto !important; }
#left .ui-accordion .ui-accordion-header { margin: 0; }
#left .ui-widget-content { background: none; border: none; }

#left h3.ui-helper-reset a {
	font-size: .9em;
	padding-left: 1.5em;
	color: #333;
}

#left .ui-accordion .ui-accordion-header .ui-icon {
	left: 0;
	top: 5px;
	margin: 0;
}

.ui-corner-all, .ui-corner-top { -moz-border-radius: 0; -webkit-border-radius: 0; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, 
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: none;
	border-top: 1px solid #e4e4e4;
	background: #f5f5f5;
}


/***************************** Bildpositionierung *****************************/
csc-textpic-image csc-textpic-firstcol csc-textpic-lastcol {
	padding: 0;
	margin: 0;
}

/* bild ueber text zentriert */
.img-above-center, .csc-textpic-center, .csc-textpic-above .rgslideshowce { text-align: center; }

.csc-textpic-center .csc-textpic-imagewrap, .csc-textpic-center .csc-textpic-imagerow,
.csc-textpic-center .csc-textpic-image, .img-above-center .img-caption { 
  text-align: center !important;
	width: 100% !important;
}
.csc-textpic-center .csc-textpic-text, .img-above-center p, body.hidecol1 h2 { 
	clear: left; 
	text-align: left; 
}
.csc-textpic-above .rgslideshowce .rgslideshow { margin: 0 auto; text-align: left; }


/* bild ueber text linksbuendig */
.img-above-left img, .news-single-img img { 
	float: left;  
	margin: 0 1em 1em 0;
}

/* bild ueber text rechtsbuendig */
.csc-textpic-right .csc-textpic-imagewrap, .csc-textpic-right .csc-textpic-image, .img-above-right {
	text-align: right; 
  width: 100% !important;
}
.csc-textpic-right .csc-textpic-caption, .img-above-right p.img-caption { 
  width: 100% !important; 
  margin: 1em 0;
}


/* Länderliste */
.thumbmenu { 
  background: none repeat scroll 0 0 #FAFAFA;
  max-width: 775px;
  overflow: auto;
  margin-top: 2em;
}
.thumbmenuitem { 
  float: left; 
  width: 10.75em;
  padding: 1em 1em .5em ;
  background: #fafafa;
  border: 1px solid #fff;
}
 .thumbmenuitem a  { 
  float: left;
  margin-top: 3px;
}

.thumbmenuitem span a { 
  margin-left: .75em;
  margin-top: 0;
}


/* bild links im text */
.csc-textpic-intext-left img { float: left; margin: 0 .5em .5em 0; }
#margi .csc-textpic-intext-left img { margin: 0 1em .5em 1em; }

.csc-textpic-left .csc-textpic-imagewrap, .csc-textpic-intext-left .csc-textpic-imagewrap,
.img-left-in-text img, .csc-textpic-intext-left .rgslideshowce {
	float: left; 
	margin: .2em .5em .2em 0;
}
.csc-textpic-left .csc-textpic-imagewrap { width: 100%; }
.csc-textpic-left .csc-textpic-caption { margin: 0.2em 1em 0.2em 0; }

.home .floatbox .rgslideshowce { margin: 1.5em 1em 0.2em 0; }

.csc-textpic-intext-left .csc-textpic-caption, .img-left-in-text p.img-caption,
.csc-textpic-intext-left-nowrap .csc-textpic-caption, .csc-textpic-intext-right-nowrap .csc-textpic-caption {
  clear: left;
  color: #666;
  float: left;
  line-height: 1.2em;
  margin: 0.2em 1em 0.2em 0;
}
.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
  clear: left;
  float: left;
}

/* ueberschriften werden doppelt gerendert, deswegen eine raus */
.csc-textpic-intext-left-nowrap .csc-textpicHeader, .csc-textpic-intext-right-nowrap .csc-textpicHeader {
  display: none;
}

/* bild rechts im text */
.csc-textpic-intext-right .csc-textpic-imagewrap, .img-right-in-text img {
	float: right; 
	margin: 0.2em 0 0.2em 1em;
}
.csc-textpic-intext-right .csc-textpic-image { width: 100%;}

.img-right-in-text p.img-caption {
  clear: right;
  color: #666;
  float: right;
  line-height: 1.2em;
  margin: 0.2em 0 0.2em 1em;
}
.img-left-in-text p img, .img-right-in-text p img {
  float: none;
  margin: 0 .2em;
}

#main li.csc-textpic-image {
  list-style: none;
  background: none;
}

/* bild neben text */
.img-left { position: absolute; }
.img-right { 
  text-align: right;
  width: 100%;
  position: absolute;
  width: 620px;
}
.floatbox .clearfix { float: left; }

.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap { float: right; }

/* workaround wegen ineinaderfliessenden bildpositionierungen*/ 
.csc-textpic-intext-left-nowrap { clear: left; }
.csc-textpic-intext-left { clear: left; } 

.csc-textpic-intext-right-nowrap .csc-textpic-image { float: right; }
.csc-textpic-intext-left-nowrap h2 { margin-top: -1.3em;}


/* zwei Bilder nebeneinander */
.csc-textpic-lastcol, .csc-textpic-imagecolumn, .csc-textpic-firstcol { 
  float: left; 
  margin-right: 5px !important;
}

/* mehrere Bilder rechts untereinader */
.csc-textpic-right .csc-textpic-imagerow { width: 100% !important; }


/* Bildunterschriften */
.csc-textpic-caption, p.img-caption, p.news-single-imgcaption {
  font-style: italic;
  color: #888 !important;
  font-size: 90%;
  border: 1px solid #fff;
}
.csc-textpic-imagewrap dl { margin: 0;}

/* Bild mit Rahmen */
.csc-textpic-border .csc-textpic-imagewrap img,
.tx_ablinklist_treeView_links .csc-textpic-imagewrap img {
  border: 1px solid #D8D8D8;
}


/* neue js bg img farbe */
.ui-state-default .ui-icon { background-image: url("img/ui-icons_ef8c08_256x240.png"); }





/* ANNA SCHNEIDER August 2012: neue Sitemap http://intern.sunbeam-berlin.de:4174/index.php?id=4*/
h3 a img{
	float:right;
	padding-right:10px;
	padding-top:3px;
}

#content .checkbox ul {
  list-style-type: none;
  margin: 0 0 0.5em 0;
  padding: 0;
}

#content  li.check {
  background:transparent url(img/icon_check.gif) no-repeat scroll 0.6em 0.2em;
  font-weight:bold;
  padding-left:2.5em;
}
#content  li.nocheck {
  background:transparent url(img/icon_checkbox.gif) no-repeat scroll 0.6em 0.2em;
  font-weight:bold;
  padding-left:2.5em;
}

/* Buttons */
.more, .back, .brokenlink {
	background: #F5F5F5;
	color: #0064A2 !important;
	font-weight: bold;
	display: table;
	margin: 1em 0 0 0;
	padding: .6em 0.8em;

	text-decoration: none;
}
.more:hover, .more:fokus,
.back:hover, .back:focus,
.brokenlink:hover,.brokenlink:fokus{
	color: #820608 !important;
}
.more a,
.back a,
.brokenlink a	 {
	text-decoration: none !important;
	color: #0F57A2; 
}
#margi .box a img { margin:.65em 0.75em .65em; }
.flag img { margin: 0.5em 1em 0 0; }
.tech {
  background-color: #f5f5f5;
  margin-bottom: .5em;
  padding:0.5em;	
}
#margi .tech {
  margin-bottom: 20px;
}
.flag {
  margin-bottom: 1em;
}
/******************************* SUCHASSISTENT ********************************/
form#assistant {
  color: #444;
  padding: 0 0 1.5em 0;
}

form#assistant div p { 
  float: left;
  width: 99%;
}
form#assistant div.select{
	clear:both;
}
table#reslegal { background: #E1E1E1; }

table#reslegal th {
  width: 30%;
  padding: 0;
}
table#reslegal th p {margin: 0.4em 1em; }

table#reslegal td {
  width: 58%;
  padding: 0;
  background: #E1E1E1;
}
table#reslegal td select {
  margin: 0.4em 1em;
  border: 1px solid #aaa;
  width: 95%;
}

input#textfeld { width: 10em; }

input.textfield { 
  border: 1px solid #aaa;
  padding: 0.2em 0 0.02em;
  margin: 0 0.2em 0 0;
}
#bmuSubmit { padding: 0.5em 0.2em 0.2em; }

#assistant ul.thumbmenu{
  overflow: visible;
  width: 100%;
  background: none; 
}
#assistant ul.thumbmenu li {
	float: left;
	margin: 0;
	width: 24.5%;
  list-style-type: none;  
}
#assistant input {
	width: auto;
  margin-top: 3px;
}
#assistant label {
  padding-bottom: 0;
}
#assistant div#sector,
#assistant div#type,
#assistant div#tools,
#assistant div#technology,
#assistant div#cont {
  clear:both;
  margin: 1.5em 0;
  overflow: auto;
}
#assistant div#sector label,
#assistant div#type label,
#assistant div#tools label,
#assistant div#technology label,
#assistant div#cont label {
  padding-top: 0;
  padding-bottom: 0;
}
#assistant div p {
	font-weight:bold;
}
#assistant .country input { 
  float: left; 
}
#assistant #filterbox p { 
  margin-bottom: 1em;
    margin-top: 0.5em;
}
#assistant .country label { 
  padding-top: 0;
  margin-left: 0.75em;
  padding-bottom: 1.25em;
}
#assistant .country .thumbmenu { 
  overflow: auto;
  float: left;
  margin-top: 0;
  margin-bottom: .75em;
  padding-bottom: 0; 
  max-width: none;  
}
#assistant #reslegalSubmit { margin: 2em 0;}
#assistant #searchResults { background: #efefef;}
#assistant #searchResults p {
  margin-top: 10px;
  margin-left: 10px;
}
#assistant #searchResults ul {
  display: inline-block;
  margin-left: 13px;
  margin-top: 0;
}
#assistant #searchResults ul li {
  background: url("img/bullet_liste.gif") no-repeat scroll 0 0.6em transparent;
    padding-left: 1.1em; 
}
#assistant table {
  clear: left;
}
#assistant table p {
  margin-left: 0;
}
#assistant #searchResults h3 { margin-left: 10px; }
#assistant #searchResults table h3 { margin-left: 0;}

#assistant #reslegalSubmit {
  display: block;
  width: 8em;
  height: 2.75em;
  padding-bottom: 1em;
  background: #0F57A2;
  background: -moz-linear-gradient(top, #4785b7 0%, #0f57a2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4785b7), color-stop(100%,#0f57a2));
  background: -webkit-linear-gradient(top, #4785b7 0%,#0f57a2 100%);
  background: -o-linear-gradient(top, #4785b7 0%,#0f57a2 100%);
  background: -ms-linear-gradient(top, #4785b7 0%,#0f57a2 100%);
  background: linear-gradient(to bottom, #4785b7 0%,#0f57a2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4785b7', endColorstr='#0f57a2',GradientType=0 );
  border: 1px solid #0F57A2;
  box-shadow: inset 0 0 1px #ffffff;
  border-radius: 4px 4px 4px 4px;
  text-shadow: 0 1px 0 #034082;   
}
#assistant #reslegalSubmit:hover,
#assistant #reslegalSubmit:focus {
  text-shadow: 0 -1px 0 #034082; 
  color: #ffffff !important;
  background: #0f57a2;
  background: -moz-linear-gradient(top, #0f57a2 1%, #4785b7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#0f57a2), color-stop(100%,#4785b7));
  background: -webkit-linear-gradient(top, #0f57a2 1%,#4785b7 100%);
  background: -o-linear-gradient(top, #0f57a2 1%,#4785b7 100%);
  background: -ms-linear-gradient(top, #0f57a2 1%,#4785b7 100%);
  background: linear-gradient(to bottom, #0f57a2 1%,#4785b7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f57a2', endColorstr='#4785b7',GradientType=0 );    
}

#hauptwrap .reslegal #assistant #filterbox #sector label,
#hauptwrap .reslegal #assistant #filterbox #type label,
#hauptwrap .reslegal #assistant #filterbox #tools label,
#hauptwrap .reslegal #assistant #filterbox #cont label,
#hauptwrap .reslegal #assistant #filterbox #technology label {
  padding: 0.5em 0;
} 

/* Ausgabe */
.suche_land {
  font-weight: bold;
  border-bottom: 1px solid #e1e1e1;
  margin: 2em 0 0.5em 0;
	padding-left: 0 !important;
	background: none !important;
}

ul#mainmenu li.seitenid4 span { 
  width: 75%; 
  float: left;  
  padding-left: .5em; 
}
#secondmenu { clear: left; }
#mainmenu { overflow: auto; }

ul#mainmenu li.seitenid4 .cureins_act { 
  padding-left: .5em; 
  float: left; 
}
ul#mainmenu li.seitenid4 #submenu li {
  clear: both;
}
ul#mainmenu li.seitenid4 #submenu li span {  
  float: left;  
  padding: .26em 1em .23em 2em;
  color: #888686;
  font-weight: normal;
  font-size: 11px;
  background: #E1E1E1;
  width: 83%;
} 

ul#mainmenu li.seitenid4 #submenu li a:hover,
ul#mainmenu li.seitenid4 #submenu li a:focus {
  background: #eee;
  width: 88.5%;
}

ul#mainmenu .cureins_act #submenu .cureins_act { 
  width: 85%;
  padding: 3px 0 3px 23px;
  font-size: 1.05em;
}

ul#mainmenu .cureins_act #submenu .cureins_act a { 
  padding: 0;
} 

#margi .tech img { margin-right: 11px; }

ul#mainmenu li.seitenid4 a.cureins_act { padding-left: .2em; }
ul#mainmenu li.seitenid4 span { padding-left: .1em;}       

ul#mainmenu li.seitenid4 span.hidebutton,
ul#mainmenu li.seitenid4 span.showbutton { 
  width: 5%; 
  padding-left: 1.5em; 
  padding-right: 0; 
  float: left;
  font-weight: bold;
  padding-top: .5em;
  background: url('img/ico_minus.gif') 14px 11px no-repeat;
  text-indent: -99999px;
}
ul#mainmenu li.seitenid4 span.showbutton {   background: url('img/ico_plus.gif') 14px 11px no-repeat; }
ul#mainmenu li.seitenid4 span.hidebutton:hover,
ul#mainmenu li.seitenid4 span.showbutton:hover,
ul#mainmenu li.seitenid4 span.hidebutton:focus,
ul#mainmenu li.seitenid4 span.showbutton:focus {
  cursor: pointer;
  color: #888686;
}
#secondmenu li.cur {
    padding: 0.5em 1em 0;
    font-size: 1.083em;
    text-decoration: none;
    text-transform: uppercase
}


#mainmenu .cur, #secondmenu .cur,
#mainmenu .cur span, #secondmenu .cur span {
  color: #444444;
}

/************ Startseite ************/
#start #margi { display: none; }
#start #wrapper { width: 100%; }
#start h3 { 
  margin-top: 0; 
  padding-top: 0;
}
#start #left .csc-textpic-caption { 
  width: 185px;
  line-height: 150%;
  padding-bottom: 15px; 
}
#start #left h4 {
  margin-left: -1em;
  padding-left: 1em;
  border-bottom: 1px solid #dddddd;
  font-weight: normal;
  padding-bottom: .25em;
  margin-bottom: 1em;
  font-size: 1.083em;
  text-transform: uppercase;
}
#start #left .csc-default {
  margin-bottom: 2.5em;
}
#start #left .csc-default .csc-textpic-text a.mail {
  background: none;
  padding: 0;
}

/********* SUBSEITEN AUTHOR UND DATUM *********/
#content .tstamp,
#content .author {
    text-align: right;
    width: 100%;
}


/********* SEKTORENBUTTONS *********/
#content div.sector_1, #content .more, #margi .sector_1,
#margi .sector_2, #margi .sector_3 {
  margin-top: 2em;
  width: 31.5%;
  max-width: 230px;
  height: 3em;
  margin-right: 2%;
  float: left;
  padding-bottom: 1em;
  background: #0F57A2;
  background: -moz-linear-gradient(top, #4785b7 0%, #0f57a2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4785b7), color-stop(100%,#0f57a2));
  background: -webkit-linear-gradient(top, #4785b7 0%,#0f57a2 100%);
  background: -o-linear-gradient(top, #4785b7 0%,#0f57a2 100%);
  background: -ms-linear-gradient(top, #4785b7 0%,#0f57a2 100%);
  background: linear-gradient(to bottom, #4785b7 0%,#0f57a2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4785b7', endColorstr='#0f57a2',GradientType=0 );
  border: 1px solid #0F57A2;
  box-shadow: inset 0 0 1px #ffffff;
  border-radius: 4px 4px 4px 4px;
}
#content div.sector_2 {
  margin-top: 2em;
  width: 31.5%;
  max-width: 230px;
  height: 3em;
  margin-right: 2%;
  float: left;
  padding-bottom: 1em;
  background: #0F57A2;
  background: -moz-linear-gradient(top, #4785b7 0%, #0f57a2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4785b7), color-stop(100%,#0f57a2));
  background: -webkit-linear-gradient(top, #4785b7 0%,#0f57a2 100%);
  background: -o-linear-gradient(top, #4785b7 0%,#0f57a2 100%);
  background: -ms-linear-gradient(top, #4785b7 0%,#0f57a2 100%);
  background: linear-gradient(to bottom, #4785b7 0%,#0f57a2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4785b7', endColorstr='#0f57a2',GradientType=0 );
  border: 1px solid #0F57A2;
  box-shadow: inset 0 0 1px #ffffff;
  border-radius: 4px 4px 4px 4px;
}
#content div.sector_3 {
  margin-top: 2em;
  width: 31.5%;
  max-width: 230px;
  height: 3em;
  margin-right: 0;
  float: left;
  padding-bottom: 1em;  
  background: #0F57A2;
  background: -moz-linear-gradient(top, #4785b7 0%, #0f57a2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4785b7), color-stop(100%,#0f57a2));
  background: -webkit-linear-gradient(top, #4785b7 0%,#0f57a2 100%);
  background: -o-linear-gradient(top, #4785b7 0%,#0f57a2 100%);
  background: -ms-linear-gradient(top, #4785b7 0%,#0f57a2 100%);
  background: linear-gradient(to bottom, #4785b7 0%,#0f57a2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4785b7', endColorstr='#0f57a2',GradientType=0 );
  border: 1px solid #0F57A2;
  box-shadow: inset 0 0 1px #ffffff;
  border-radius: 4px 4px 4px 4px;
}
#content div.sector_1 a, #content div.sector_2 a, 
#content div.sector_3 a, #content .more a,
#margi div.sector_1 a, #margi div.sector_2 a, 
#margi div.sector_3 a {
  padding-top: 1em;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 1px 0 #034082; 
}
#content div.sector_1:hover, 
#content div.sector_2:hover, 
#content div.sector_3:hover,
#margi div.sector_1:hover, 
#margi div.sector_2:hover, 
#margi div.sector_3:hover,
#content .more:hover,
#content div.sector_1:active, 
#content div.sector_2:active, 
#content div.sector_3:active,
#margi div.sector_1:active, 
#margi div.sector_2:active, 
#margi div.sector_3:active,
#content .more:active,
#content div.sector_1:focus, 
#content div.sector_2:focus, 
#content div.sector_3:focus,
#margi div.sector_1:focus, 
#margi div.sector_2:focus, 
#margi div.sector_3:focus,
#content .more:focus {
  background: #0f57a2;
  background: -moz-linear-gradient(top, #0f57a2 1%, #4785b7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#0f57a2), color-stop(100%,#4785b7));
  background: -webkit-linear-gradient(top, #0f57a2 1%,#4785b7 100%);
  background: -o-linear-gradient(top, #0f57a2 1%,#4785b7 100%);
  background: -ms-linear-gradient(top, #0f57a2 1%,#4785b7 100%);
  background: linear-gradient(to bottom, #0f57a2 1%,#4785b7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f57a2', endColorstr='#4785b7',GradientType=0 );    
}
#content div.sector_1:hover a, 
#content div.sector_2:hover a, 
#content div.sector_3:hover a,
#margi div.sector_1:hover a, 
#margi div.sector_2:hover a, 
#margi div.sector_3:hover a,
#content .more:hover a,
#content div.sector_1:active a, 
#content div.sector_2:active a, 
#content div.sector_3:active a,
#margi div.sector_1:active a, 
#margi div.sector_2:active a, 
#margi div.sector_3:active a,
#content .more:active a,
#content div.sector_1:focus a, 
#content div.sector_2:focus a, 
#content div.sector_3:focus a,
#margi div.sector_1:focus a, 
#margi div.sector_2:focus a, 
#margi div.sector_3:focus a,
#content .more:focus a {
  text-shadow: 0 -1px 0 #034082;
} 
#content .more {
  width:auto;
  float: none;
  padding: 0 1em 0 0;
  margin: 1em 0 0 0;
}
#content .more a {
  padding: 1em 1em 1em .5em;
}
#margi .sector_1,
#margi .sector_2,
#margi .sector_3 {
  width: 90%;
  float: none;
  margin: 1em auto;
}
#margi .act {
  background: #0C3D7A;
  border: 1px solid #0C3D7A;
}
#margi .act:hover,
#margi .act:focus {
  background: #0f57a2 !important;
}
#content .buttons { margin-bottom: 1em; display: table; width: 100%; }
#margi .buttons {
  background: #eee;
  padding: 2px;
}
/**** TABELLEN ****/
.hide {
  display: block !important;
  position: static;
  padding-bottom: 1em;
  overflow: auto;
  background-color: #F5F5F5;
}
table.hide {
  padding: 1em;
}
table.hide th {
  border-left: 1px solid #BCC1C7;
  border-top: 1px solid #BCC1C7;
  border-bottom: 1px solid #BCC1C7;   
}
#content .box table ul li ul {
    list-style-type: none;
    padding-left: 0px;
}
#margi {
  float: right;
  width: 20%;
}

#searchResults table table {
  border: 0;
}

/****** DOWNLOAD ARCHIV ******/
#content .floatbox, #content .csc-section { 
  background-color: #F5F5F5 !important;
  margin: .75em 0; 
}
#content .floatbox span { 
  margin-left: .5em; 
}
.downloads li.floatbox a.pdf:first-child img {
  visibility: hidden;
}
#content .downloads .floatbox { 
  background: none; 
  padding: 0;
}
.downloads li.floatbox a.pdf:first-child {
  background: url("img/pdf.gif") bottom left no-repeat;
  height: 20px;
  display: inline-block;
  margin-right: .25em;
}
#margi .csc-menu-3 .csc-section {
  padding: 5px 5px 5px 23px;
  background: url("img/bullet_liste.gif") no-repeat scroll 8px 13px #FFFFFF;
}
#margi .csc-menu-3 .csc-section:nth-child(2n+1) {
  background-color: #eee;
  border-bottom: 1px solid #eee;
}
.csc-linkToTop { 
  text-align: right !important; 
}
.csc-linkToTop a {
  background: url("img/totop.gif") no-repeat scroll 0px 3px transparent;
  padding-left: 15px;
} 
.csc-linkToTop a:hover,
.csc-linkToTop a:focus {
  background: url("img/totophov.gif") no-repeat scroll 0px 3px transparent;
}
