/*
- site-wide styles
- startpage
- archivepage
- articlepage
*/

/*************************************************************/
/* General Body, Link and Font:                              */
/*************************************************************/

#ids {
  color: red;
}


body {
  font: 82% "Sans Serif",  Arial, Helvetica, sans-serif;
  background: url("yellow.png") repeat-x;
}

img {border: 0px;}

a        {text-decoration:none;}
a:link   {color:#BB2233; background-color: inherit;}
a:visited{color:#BB2233; background-color: inherit;}
a:hover  {color:#A01D2C; background-color: inherit;}
a:active {color:green; background-color: inherit;}

a.readmore {position:relative;float:right;}
a.readmore:hover {border-bottom: dotted 1px #AAA;}

.hidden {
  visibility: hidden;
}

.clear {
 clear: both;
}

.collapslink {
  font-size:12px;
  font-weight:bold;
  float:right;
  padding-top: 4px;
}

.xmlbutton {
  border: 1px solid;
  border-color: #FC9 #630 #330 #F96;
  padding: 0px 3px;
  font: bold 10px verdana,sans-serif;
  color: #fff;
  background: #F60;
  text-decoration: none;
  margin: 0px 0px;
}

.mediaicon {
  margin: 5px 12px 4px 0;
  float:left;
}

.imageicon {
  margin: 5px 8px 1px 0;
  border: 1px solid #666;
  float:left;
}

/*************************************************************/
/* General: Elements that appear on multiple pages           */
/*************************************************************/

/* #head for #startpage and #archivepage */

#head {
  position: absolute;
  top: 0px;
  left: 0px;
  width:100%;
  height:100px;
  background: url("yellow.png") repeat-x;
}

#head #logo {
  background: url("logogr.png") no-repeat;
  background-position:6px 6px;
  width:195px;
  height:110px;
  float:left;
}

#head #titlebox {
  vertical-align:text-bottom;
}

#head #titlebox h1 {
  color:#BB2233;
  font-family: "Trebuchet MS", sans-serif;
  font-weight:bold;
  font-size: 3em;
  margin: 7px 0px 0px 0px;
}

#head #titlebox #statement {
  color:#999;
  font-size: 0.8em;
  margin-right:26%;
  /*position: absolute;
  top: 20px;
  left: 50%;
  right: 1%;*/
}

#head #titlebox ul {
  margin: 4px 0 1em 0;
  padding-top: 8px;
  height: 24px;
  background-color: #036;
  background: url("green.png");
  list-style: none;
}

#head #titlebox ul:hover {
  background: url("green_rev.png");
}

#head #titlebox ul li {
  display: inline;
  padding: 0 4px 0 5px;
  margin: 0;
  border-left: 1px solid #999;
  white-space: nowrap;
}

#head #titlebox ul li:first-child {
  border-left: none;
}

#head #titlebox ul li a {
  color: #fff;
  background: transparent;
}

#head #titlebox ul li a:hover {
  color: #FFE;
  background: transparent;
}

/* navigation-elements for #startpage and #archivepage */

.navbox {
}

.navbox h3 {
  font-size: 1.1em;
  margin-bottom: 0px;
  padding: 4px 6px;
  color: #ffd;
  font-weight:bold;
}

.navbox h4 {
  font-size: 1em;
  color: #ffd;
  margin: 0;
  padding: 6px;
}

.navlist {
  margin: 0 0 14px 0;
  padding: 0;
  list-style: none;
  background: url("green.png");
}

.navlist li {
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: inherit;
  border-bottom: 1px solid #ddd;
}

.navlist li a {
  display: block;
  padding: 2px 6px 4px 10px;
  text-decoration: none;
  background-color: #ffd;
}

.navlist li a:hover {
  text-decoration: underline;
}

.navbox .navboxcontent {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 6px;
  background-color: #ffd;
}


/* rss feeds */

#rssbox {
  border-top: 1px solid #ddd;
}


/* search form */

#searchbox form {
  margin: 0;
}

#searchbox #searchtext {
  font-size: 0.8em;
  color: #999;
}

#searchbox #searchfield {
  width: 92%;
  margin: 4px 0px 2px 0px;
  border: 1px solid #ccc;
}

#searchbox #searchboolenan {
  width: 92%;
  border: 1px solid #ccc;
}

#searchbox #searchtopic {
  width: 92%;
  border: 1px solid #ccc;
}

#searchbox #searchbutton {
  width: 92%;
  border: 1px solid #ddd;
}


/* archive list */

#archivebox li {
  padding-left: 18px;
}

#archivebox li.icontext {
  background: url("text_small.gif") no-repeat;
  background-position: 5px 5px;
  background-color: #ffd;
}

#archivebox li.iconaudio {
  background: url("audio_small.gif") no-repeat;
  background-position: 5px 5px;
  background-color: #ffd;
}

#archivebox li.iconfoto {
  background: url("foto_small.gif") no-repeat;
  background-position: 5px 5px;
  background-color: #ffd;
}

#archivebox li.iconvideo {
  background: url("video_small.gif") no-repeat;
  background-position: 5px 5px;
  background-color: #ffd;
}


/*************************************************************/
/* Startpage:                                                */
/*************************************************************/

/* startpage: general page layout */

#startpage #mainbody {
  position: absolute;
  top: 8.5em;
  left: 0px;
  width:100%;
}

#startpage #left {
  position: absolute;
  top: 0;
  left: 0px;
  width: 170px;
  overflow: hidden;
  padding-top: 10px;
}

#startpage #right {
  position: absolute;
  top: 0px;
  left: 76%;
  width: 24%;
  right: 0px;
  padding-top: 10px;
}

#startpage #right  { width: 35%; }

#startpage #right  { width/* */:/**/23%; width: 23%; }

#startpage #middle {
  position: relative;
  margin-left: 180px;
  margin-right: 25%;
  padding-top: 10px;
}

#startpage #mainfooter {
  display: none;
}

/* startpage: elements */


/* general elements within #left or #right */

#startpage #left .navbox {
  background: url("green.png");
}

#startpage #left .navbox h3 {
  background: url("trsm.png") no-repeat top right;
}

#startpage #right .navbox h3 {
  background: url("tlsm.png") no-repeat top left;
  background: url("newswire.png");
  border-left: 0;
  margin-bottom: 0;
}

#startpage #right .navbox h4 {
  background: url("tlsm.png") no-repeat top left;
  background: url("newswire.png");
  border-left: 0;
  margin-bottom: 0;
}

#startpage #left .navbox .navboxcontent {
  border-right: 1px solid #ddd;
}

#startpage #right .navbox .navboxcontent {
  border-left: 1px solid #ddd;
}

#startpage #left .navlist {
  border-right: 1px solid #ddd;
}

#startpage #right .navlist {
  border-left: 1px solid #ddd;
}


/* startpage: elements inside #left */

#startpage #left #stylesheetbox .navboxcontent {
  padding: 0px 0px 0px 10px;
  font-size: 0.8em;
}

#startpage #left #stylesheetbox #styleswitcher form {
  margin: 0;
}

#startpage #left #stylesheetbox #styleswitcher select {
  margin-top: 6px;
  background-color: #226600;
  border: 1px solid #ffd;
  color: #FFF;
}

#startpage #left #stylesheetbox #styleswitcher input {
  background-color: #226600;
  color: #ffd;
}

#startpage #left #upcomingbox .navlist li {
  padding: 3px 6px;
  background-color: #ffd;
}

#startpage #left #upcomingbox .navlist li a {
 display: inline;
 padding: 0px; 
}

#startpage #left #imcbox .navboxcontent {
  font-size: 0.8em;
  color:#666;
  padding-top: 8px;
  padding-right: 8px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}


/* startpage: elements inside #middle */

#startpage #middle #includeboxmiddle {
  padding: 8px;
  background-color:#F7F7F7;
  border: 3px solid #c00;
  margin: 14px 12px 0 18px;
}

#startpage #middle #includeboxmiddle h1 {
  font-family: "Trebuchet MS", sans-serif;
  font-size: 1.6em;
  font-weight: bold;
  color: #c00;
  margin-top: 0px;
  margin-bottom: 5px;
}

#startpage #middle #breakingnews {
  padding: 8px;
  background-color:#F7F7F7;
  border: 1px solid #287800;
  margin: 14px 12px 0 18px;
}
#startpage #middle #breakingnews .date {
  font-size: 0.9em;
  color: #287800;
}
#startpage #middle #breakingnews .text {
  font-size: 0.9em;
}
#startpage #middle #breakingnews .text:after {
  content:" +++ ";
}

#startpage #middle .article {
  padding: 8px;
  padding-bottom: 26px;
  margin: 8px;
  clear: both;  
}

#startpage #middle .article h3 {
  font-family: "Trebuchet MS", sans-serif;
  font-size: 1.4em;
  font-weight: bold;
  border-bottom: 1px solid #AAA;
  margin: 4px 0 2px 0;  
}

#startpage #middle .article .infoline {
  font-size: 0.8em;
}

#startpage #middle .article .abstract {
  margin: 5px 8px 1px 0;
}

#startpage #middle #special .article {
  padding: 8px;
  padding-bottom: 28px;
  margin: 8px;
  clear: both;  
  border: 1px solid #ccc;
  background-color: #f7f7f7;
}

#startpage #middle #special h3 {
  font-family: "Trebuchet MS", sans-serif;
  font-size: 1.6em;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 5px;
  border-bottom: 2px solid #AAA ;
}

#startpage #middle #special .byline {
  font-size: 0.8em;
}

#startpage #middle #special .abstract {
  margin: 5px 8px 1px 0;
}

#startpage #middle #features .article {
  border: 1px solid #ddd;
  padding: 15px;
  /* background-color:#f7f7f7; */
}

#startpage #middle #features .article img {
  border: 1px solid #666;
}

#startpage #middle #middlefooter {
  border-top: 1px solid #aaa;
  padding: 8px;
  margin: 8px;
}

/* startpage: elements inside #right */

#startpage #right #publishbox {
  background-color: #ffd;
}

#startpage #right #publishbox .navboxcontent a {
  font-size: 1.3em;
  display: block;
  text-align: center;
  margin-top: 2px;
}

#startpage #right #eventspecialbox {
  margin-top: 15px;
  border-top: 1px solid #ccc;
}

#startpage #right #newswirebox {
  /* background-color: #ffd;  */
}

#startpage #right #newswirebox .navlist {
}

#startpage #right #newswirebox .navlist li {
  padding-left: 19px;
  text-decoration: none;
}

#startpage #right #newswirebox .navlist li:hover {
  background-color: #FFE;
  color: inherit;
}

#startpage #right #newswirebox .navlist li.iconaudio {
  background: url("audio_small.gif") no-repeat;
  background-position: 2px 8px;
  background-color: #ffd;
}

#startpage #right #newswirebox .navlist li.iconfoto {
  background: url("foto_small.gif") no-repeat;
  background-position: 2px 8px;
  background-color: #ffd;
}

#startpage #right #newswirebox .navlist li.icontext {
  background: url("text_small.gif") no-repeat;
  background-position: 2px 7px;
  background-color: #ffd;
}

#startpage #right #newswirebox .navlist li.iconvideo {
  background: url("video_small.gif") no-repeat;
  background-position: 2px 6px;
  background-color: #ffd;
}

#startpage #right #newswirebox .navlist .language {
  float: right;
  color: #BB2233;
}

/*************************************************************/
/* Archivepages:                                             */
/*************************************************************/

/* archivepages: page layout */

#archivepage #head #titlebox ul {
  margin-top: 20px;
}

#archivepage #archivemain {
  position: absolute;
  /* top: 110px; */
  top: 8.5em;
  left: 0;
  width: 100%;
}

#archivepage  #archivemain #navigation {
  position: absolute;
  top: 0;
  left: 0;
  width: 170px;
  overflow: hidden;
  padding-top: 10px;
}

#archivepage  #archivemain #navigation .navbox {
  background: url("green.png");
}
#archivepage  #archivemain #navigation .navbox h3 {
  background: url("trsm.png") no-repeat top right;
}

#archivepage  #archivemain #navigation .navbox .navboxcontent {
  border-right: 1px solid #ddd;
}

#archivepage  #archivemain #navigation .navlist {
  border-right: 1px solid #ddd;
}

#archivepage  #archivemain #articlelist {
  position: static;
  margin-left: 205px;
  margin-right: 1%;
}

/* archivepages: elements */

#archivepage  #archivemain #articlelist #archivename h2 {
  color:#666;
  font-size: 1.8em;
  font-family: "Trebuchet MS", sans-serif;
  display: inline;
}

#archivepage  #archivemain #articlelist #archivename {
  width: 95%;
  margin-top: 10px;
  margin-left: 0px;
  border-bottom: 2px solid #666;
}

#archivepage  #archivemain #articlelist .special .article {
  border: 1px solid #ddd;
  padding: 8px;
  background-color:#F7F7F7;
}

#archivepage  #archivemain #articlelist .special h3 {
  clear: both;
  margin: 0 0 2px 0;
  font-size: 1.6em;
  font-weight: bold;
  font-family: "Trebuchet MS", sans-serif;
}

#archivepage  #archivemain #articlelist .special .infoline {
  font-size: 0.8em;
}

#archivepage  #archivemain #articlelist .special .abstract {
  margin-top: 4px;
}

#archivepage  #archivemain #articlelist .article {
  clear: both;
  max-width: 600px;
  margin: 0 5% 0 20px;
  padding: 2px;
}

#archivepage  #archivemain #articlelist .article h3 {
  margin-bottom: 2px;
  border-bottom: 1px solid #AAA;
  font-size: 1.4em;
  font-weight: bold;
  font-family: "Trebuchet MS", sans-serif;
}

#archivepage  #archivemain #articlelist .article .infoline {
  font-size: 0.8em;
}

#archivepage  #archivemain #articlelist .article .abstract {
  margin-top: 4px;
}


/*************************************************************/
/* Articlepages:                                             */
/*************************************************************/

/* articlepages: page layout */

#articlepage #articlemain {
  width:765px;
  margin:1px auto;
  padding: 10px 0;
  text-align:left;
}

#articlepage #articlemain #menu  {
  width:130px;
  min-height: 200px;
  float:left;
  position: relative;
  top: 95px;
  background-color:transparent;
  text-align:right;
  padding-right: 4px;
}

#articlepage #articlemain #article {
  width:600px;
  float:right;
  padding: 0 0 0 24px;
  border-left: 2px solid #666;
  min-height: 540px;
}

#articlepage #articlemain #comments {
  width:600px;
  float:right;
  padding: 32px 0 24px 24px;
}

/* articlepages: elements */

#articlepage #articlemain #article .modbox {
  border: 1px dashed #e40b00;
  padding: 6px;
  font-size: 0.9em;
  margin: 0 20px 15px 43px ;
}

#articlepage #articlemain #article h1 {
  font-size: 1.8em;
  margin: 24px 0 1px 0;
  font-weight: bold;
  color: #360;
  font-family: "Trebuchet MS", sans-serif;
  border-bottom: 2px solid #666;
}

#articlepage #articlemain #article .infoline{
  display: inline;
}

#articlepage #articlemain #article .infoline .topics{
  margin-left: 10px;
}

#articlepage #articlemain #article .infoline .topics a{
  padding-left: 1px;
  padding-right: 3px;
  border-right: 1px solid #000;
}

#articlepage #articlemain #article .media .mediatype {
  margin: 6px 16px 6px 0;
  float: left;
}

#articlepage #articlemain #article .abstract {
  margin-top: 16px;
  font-size: 1.1em;
  clear: left;
}

#articlepage #articlemain #article .abstract .imageicon {
  margin: 5px 9px 1px 0;
  border: 0;
  float:left;
}

#articlepage #articlemain #article .content {
  margin-top: 20px;
  clear: both;
}

#articlepage #articlemain #article .contact {
  margin-top: 20px;
}

#articlepage #articlemain #article .contact .email {
  padding-right: 7px;
  margin-right: 5px;
}

#articlepage #articlemain #article .contact .website {
  padding-right: 7px;
  margin-right: 5px;
}


#articlepage #articlemain #article .moreimages {
  margin-top: 10px;
}

#articlepage #articlemain #article .moreimages .imageicon {
  float: left;
  width: 215px;
  height: 260px;
  padding: 6px 6px 6px 6px;
  border: 0;
  text-align: center;
}

#articlepage #articlemain #article .moreimages .imageiconfirst {
  display: none;
}

#articlepage #articlemain #article .moreimages .imageicon img {
  border-right: solid 2px #666;
  border-bottom: solid 2px #666;
}

#articlepage #articlemain #article .moreimages .imageicon img:hover {
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
}

#articlepage #articlemain #article .moreimages .imageicon .imagedescription a {
  color: #666;
  font-size: 0.9em;
}

#articlepage #articlemain #article .licencenote {
  border: 1px solid #666;
  margin: 8px;
  margin-right: 1px;
  padding: 6px;
  font-size: 0.8em;
  float:right;
  clear: both;
}

#articlepage #articlemain #article .licencenote img {
  float: left;
  margin-right: 8px;
}

#articlepage #articlemain #article .children {
  clear: both;
  padding: 6px 10px 6px 10px;
  border: 1px solid #666;
}

#articlepage #articlemain #article .children h2 {
  margin: 4px 0 0 0;
  font-size: 1em; 
}

#articlepage #articlemain #article .disclaimer {
  border: 1px solid #aaa;
  color: #aaa;
  font-size: 0.8em;
  clear: both;
  margin-top: 20px;
  padding: 4px 7px;
}

#articlepage #articlemain #menu #logo {
  background: url("logogr.png") no-repeat;
  background-position: 0 0;
  position: absolute;
  top: -90px;
  left: -30px;
  width: 170px;
  height: 100px;
  display: block;
}

#articlepage #articlemain #menu div {
  margin: 10px 0 10px 0;
}

#articlepage #articlemain #menu div a {
  color: #999;
}

#articlepage #articlemain #menu .linkstartpage {
  margin-top: 30px;
}

#articlepage #articlemain #comments h2 {
  clear: both;
  border-bottom: 1px solid #666;
  font-size: 1.4em;
}

#articlepage #articlemain #comments .badcomments h2 {
  margin-top: 40px;
  border-bottom: 1px solid #999;
  color: #999;
  padding-top: 4px;
  clear: both;
}

#articlepage #articlemain #comments .comment {
  clear: both;
  margin-top: 12px;
  background: url("yellow.png") repeat-x;
}

#articlepage #articlemain #comments .comment .title {
  font-family: "Trebuchet MS", sans-serif;
  margin: 0 0 2px 0;
  padding: 3px 0 0 0;
}

#articlepage #articlemain #comments .goodcomments .comment {
  border: solid 1px #ddd;
  padding: 1px 4px 0 6px;
}

#articlepage #articlemain #comments .badcomments .comment {
  margin: 1px;
}

#articlepage #articlemain #comments .goodcomments .comment .title {
  border-bottom: 1px solid #666;
  font-size: 1.1em;
}

#articlepage #articlemain #comments .comment .infoline {
  margin: 0 0 3px 0;
}

#articlepage #articlemain #comments .comment .content {
  margin-top: 0;
  margin-bottom: 6px;
  clear: both;
}

#articlepage #articlemain #comments .comment .contact {
  margin-top: 20px;
  clear: both;
}

#articlepage #articlemain #comments .comment .contact .email {
  padding-right: 7px;
  margin-right: 5px;
}

#articlepage #articlemain #comments .comment .contact .website {
  padding-right: 7px;
  margin-right: 5px;
}

#articlepage #articlemain #comments .badcomments .comment .title {
  font-size: 1em;
  color: #999;  
}

#articlepage #articlemain #comments .badcomments .comment .infoline {
  color: #999;
}

#articlepage #articlemain #comments .badcomments .comment .content {
  color: #999;
}

#articlepage #articlemain #comments .comment .imageicon {
  border: none;
  float: left;
  width: 180px;
  padding: 6px 0 6px 6px;
  text-align: center;
}

#articlepage #articlemain #comments .comment .imageicon a {
  color: #666;
  font-size: 0.9em;
}

/* general stuff */

.htmlformat {
  padding: 8px;
  background-color:#F7F7F7;
  border: 1px solid #EE1111;
}

.htmlformat .text {
  font-size: 0.9em;
}
