
/* styles for center column - main content */
/* OBS media: ALL -> place rules regarding both screen and print here */

#center {
  margin-top:       0;
/*  margin-left:      16em;
   margin-right:     14em;*/
/*  margin-left:      180px;
    margin-right:     5px;*/
/* recently removed */    
/*  padding:          6px 2em 2em 14px; */
  font-size: 12px;
  position:         relative;
  float: left;
  margin-left: 20px;
  top:10px;
  left: 0px;
  width: 620px;
}

#center h1, #center h2, #center h3, #center h4 {
  font-family:      Arial, sans-serif;
}

#lang-link {
  margin-top: 16px;
  float: right;
  font-size:        0.9em;
  padding-left: 4px;
  border-left: 1px solid #996633;
  margin-left: 5px;
}

#center h1 {
/*  font-size:        150%;*/
  font-size: 20px;
  /* color:            #996633;   Original   */
  color:            #000000;
  margin-bottom: 5px;
}

#center h2 {
  font-size:        135%;
  margin:           1.5em 0 0.5em;
}

#center h3 {
  font-size:        120%;
  margin:           1.1em 0em 0.3em;
}

#center h4 {
  font-size:        110%;
  margin:           1em 0em 0.2em;
}

.newslist-rubbe {
  margin: 1.1em 0;
}

.newslist-rubbe a {
  font-weight: bold;
}
#center p {
  margin:           0.4em 0 1em 0;
}

#center * table {
/*  border-top:       1px solid #996633;
  border-left:      1px solid #996633;*/
  margin:           1em 0;
}
#center * table td {
  font-size:        normal;
/*  border-right:     1px solid #996633;
  border-bottom:    1px solid #996633;*/
}

#center * table td p {
  /* margin:           0; */
}

/*
#center hr {
  border:           0;
  color:            #996633;
  height:           1px;
  background:       #996633 no-repeat scroll center; 
}
*/

#center hr {
  border-top: 0px solid #996633;
  height: 0px;
  background: #996633;
  color: #996633;
  margin-right: 5px;
}

/* ------------ */

#center #newslist p {
  margin:           0.2em 0 0.5em 0;
}

#center #newslist h4 {
  margin:           0em 0em 0.2em;
}

#center .newsdate {
  padding:          1px 3px;
  margin-right:     5px;
  font-size:        smaller;
  background-color: #eeebe8;
}

#center #newslist img {
  float:            right;
  margin:           3px 5px;
  border:           1px solid #996633;
}

#center ul {
  list-style:       none;
  margin:           1.1em 0 1.1em 0;
  padding:          0px;
}
      
#center ul li {
  height:           expression("1em");
  display:          block;
  margin:           0px;
  padding:          4px 3px 3px 19px;
  background-image: url('/images/css-images/arrow_icon_right_blue.gif');
  background-position: 0% 5px;
  background-repeat: no-repeat; 
}

#center ul.none {
		list-style: disc;
	   display: block;
       	list-style-type: disc;
		list-style: disc;
}
      
#center ul.none li {
		background: disc;
		background-image: none;
		margin-left: 18px;
		padding: 0px;
       	list-style-type: disc;
		list-style: disc;
		display: list-item;
}



.hidden {           display: none; }

#content-footer {
  margin-top: 4em;
  font-size: 11px;

}
