html,body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #fff;
}
img {
    border: 0px;
}


/* --------------------------------------------------------------------- */


 

/* --------------------------- Überschriften --------------------------- */
h1, h2, h3, h4  {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    
}
h1 {
	
	font-size: 14px;
	/*background-color: #efefef;*/
	color: #3F3F3F;
	min-height: 2.2em; 
    height: 2.2em;
	padding:  15px 0px 0px 0px ;
    /*border-left: 6px solid #3a6daf;*/
    /*border-top: 1px solid #d1d1d1;*/
}

.csc-firstHeader{ 
    margin-top: 0px;
   
}

h4.csc-firstHeader   { 
    margin-top: 0px;
    padding-left: 0px;
}


h2 {     
   font-size:13px;
   margin: 20px 0px 8px; 
   padding: 1px 0px 1px 0px; 
   /*border-top-width:1px;*/ 
   /*border-top-style: solid;*/  
   /*border-top-color: #D1D1D1;*/ 
   /*border-left-width:1px;*/ 
   /*border-left-style: solid;*/  
   /*border-left-color: #D1D1D1;*/ 
   /*background-color:#efefef;*/
   color: ##3F3F3F;
}
	
h3 { 
  margin:20px 0px 0px 0px;
  padding:1px 5px 2px 6px;
  font-size:12px;
  color: ##3F3F3F;
  */background-color:#fff;*/
  */border-top: 1px #d1d1d1 solid;*/
}

h4 {  
    font-size: 12px; 
    margin:20px 0px 0px 0px;
    padding:1px 5px 2px 6px;
	color:#808080;  
	width: auto;
}

h5 { 
    font-size: 12px; 
	color:#808080;
	padding: 2px;
	padding-left: 8px; 
}
  

p {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;  
	font-size: 12px;
	line-height: 140%;
    color: #333;  
     
}

p.Quelltext{
    font-family: monospace;
    font-weight: normal;  
	font-size: 12px;
	line-height: 100%;
    color: #333;  
    margin: 0 0 0 0;

}

span.quelltext {
    font-family: monospace;
    font-weight: normal;  
}


/*  Abstaende und Raender ---*/
.bodytext {
   padding: 0;
   margin: 8px 0px 0px 0px;
}
 

/* Absaetze im Content-Bereich links 8px einruecken */

#content p{
    padding-left: 0px;
}


#content_fullwidth p{
   padding-left: 8px;
}

#content p.indent {
    padding-left: 24px;
}

/*---------------------------- Tabellen --------------------------- */
/*
*
*  allgemeine Tabellen-Regelen
*/
td,tr {
   margin: 0px;
   padding: 0px; 
/*   vertical-align: top;*/
   text-align: left;
}
td {
  
}



.cell-two table {
  border-collapse: collapse;
}
.cell-two table td {
   padding: 0px 0px 0px 2px;
   font-size: 12px;
}

/* 
 * Tabellen aus dem RTE 
*/
.contenttable{
    border: 1px solid #d1d1d1;
    border-collapse: collapse;
    margin: 0px 0px 12px 0px;
    width: 100%;
}

.contenttable th {
   background-color: #efefef;  
    font-size: 12px;
    padding: 1px 0px 1px 2px;    
}
 
#content .contenttable  p {
   padding:  1px 0px 1px 2px;
   line-height: 20%;
   
}
 
.contenttable .align-center  {
   
   text-align: center;
}

.contenttable .align-right  {
   text-align: right;
} 
 



/* --------------------------- Bulletlists --------------------------- */

/*  obere und untere Abstaende ul,ol entfernt  25.7.2011     t3-bugteam */
ul {
			font-family:Arial, Helvetica, sans-serif; 
			font-size:12px;
		 	color:#333;  
			margin:6px 0px 6px 23px;
			line-height:1.4em;
			padding:0 0 0 0;	
			list-style-image:url(https://meetings.copernicus.org/h_ws2013/isprs_hw2013_list.gif);
}

ol {
			font-family:Arial, Helvetica, sans-serif; 
			font-size:12px;
		 	color:#333;  
			margin:6px 0px 6px 28px;
			line-height:1.4em;
			padding:0;
}

ul li {
			margin:0;
			border:0px none;
			padding:0
}
ol li {
			margin:0;
			border:0px none;
			padding:0
}

#content ul li {
			margin-bottom: 0.6em;
}

/* ----------- Eingerueckt ------------------*/
ul li ul {
           
            margin:0px 0px 0px 12px;
}


ul.Link-Liste {
   list-style-image: url('images/li.gif'); /* images/li.gif); */
}

ul.Geordnete-Liste  {
    list-style-image:url('');
 	list-style-type: decimal;  
 	padding-left: 4px;
 
}

/* --------------------------- Linkklassen --------------------------- */

/* ---- allgemein ---- */

a{	
    font-family:  Arial, Helvetica, sans-serif;
    color: #4261a4; 
    text-decoration: none;  
} 


a:hover{	
    font-family:  Arial, Helvetica, sans-serif;
    color: #4261a4;
    text-decoration: underline;
}


/* ---- spezielle Link-Klassen, siehe auch RTE ---- */

a.external-link {
    padding-right: 20px; 
    background-image: url(images/extern.gif);
    background-repeat: no-repeat;
    background-position: right center;
}

a.rssfeed {
    padding-left: 20px;
     
    background-image: url(images/rsslogo.png);
    background-repeat: no-repeat;
    background-position: left center;
}

a.internal-link {}
 
a.download {
    padding-right: 20px; 
    background-image: url(images/logo_pdf.gif);
    background-repeat: no-repeat;
    background-position: right center;
}

a.download-zip {
    padding-right: 20px; 
    background-image: url(images/logo_zip.gif);
    background-repeat: no-repeat;
    background-position: right center;

}

a.download-word {
    padding-right: 20px; 
    background-image: url(images/logo_word.gif);
    background-repeat: no-repeat;
    background-position: right center;

}

a.mail {
  
}

.code{
  font-family:  Arial, Helvetica, sans-serif;
}



