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

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

#ids {
  color: red;
}

body {
  font: 82% "Sans Serif", Arial, Helvetica, sans-serif;
  color: #FFF;
  background: #000 ;
}

img {border: 0px;}

a        {text-decoration:none;}
a:link   {color:#F99500; background-color: inherit;}
a:visited{color:#F99500; background-color: inherit;}
a:hover  {color:#FF9A00; background-color: inherit;}
a:active {color:red; 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: 1em;
  font-weight: bold;
  float: right;
}

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

.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: 16px;
  width: 98%;
  height: 60px;
}

#head #logo {
  background: url("imclogo2.gif") no-repeat;
  background-position:0px 0px;
  width:135px;
  height:220px;
  float:left;
  z-index: 4;
}

#head #titlebox {
  vertical-align:text-bottom;
  margin-left: 160px;
  margin-top: 10px;
}

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

#head #titlebox #statement {
  color:#777;
  font-size: 0.9em;
  margin-right:26%;
}

#head #titlebox ul {
  margin: 12px 0px 0px 0px;
  padding: 3px 4px ;
  list-style: none;
  background-color: #515151;
}

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

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

#head #titlebox ul li a:hover {
  background-color: #616161;
}

/* navigation-elements for #startpage and #archivepage */
.navbox {
}

.navbox h3 {
  margin: 0;
  padding: 4px 8px;
  color: #EEE;
  background-color: #525252;
  font-weight:bold;
  border-left:0px;
  margin-left: -6px;
}

.navbox h4 {
  margin: 0;
  padding: 4px 8px;
  color: #EEE;
  background-color: #525252;
  font-weight:bold;
  border-left:0px;
  margin-left: -6px;
}

.navlist {
  margin: 14px 0 14px 0;
  padding: 0;
  list-style: none;
}

.navlist li {
  padding: 0;
  margin: 0;
  color: inherit;  
  text-decoration: none;
  color: #FF9A00;
}

.navlist li a {
  display: block;
  padding: 1px 8px;
}

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

.navbox .navboxcontent {
  padding: 4px;
}

/* search form */
#searchbox form {
  margin: 0;
}

#searchbox #searchtext {
  font-size: 0.9em;
  color: #FFF;
  background-color: inherit;
}

#searchbox #searchfield {
  width: 92%;
  margin: 6px 0px 0px 0px;
  border: 1px solid #1E90FF;
  background-color: #EEE;
}

#searchbox #searchboolenan {
  margin-top: 3px;
  width: 92%;
  border-top: 1px solid #CCC;
  background-color: #CCC;
}

#searchbox #searchtopic {
  margin-top: 3px;
  width: 92%;
  border-top: 1px solid #CCC;
  background-color: #CCC;
}

#searchbox #searchbutton {
  width: 92%;
}


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

/* startpage: general page layout */

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

#startpage #left {
  position: absolute;
  top: 85px;
  left: 16px;
  width: 136px;
  overflow: hidden;
  background-color: #003063;
}

#startpage #right {
  position: absolute;
  top: 8px;
  left: 76%;
  width: 23%;
  right: 36px;
  background-color: #003063;
  padding-left: 6px;
}

#startpage #right
  { width: 34%;}

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

#startpage #middle {
  position: relative;
  margin-left: 160px;
  margin-right: 25%;
}

#startpage #mainfooter {
  display: none;
}

/* startpage: elements */

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

#startpage #left .navbox h3 {}

#startpage #right .navbox h3 {}

#startpage #right .navbox h4 {}

#startpage #left .navbox .navboxcontent {}

#startpage #right .navbox .navboxcontent {}

#startpage #left .navlist {}

#startpage #right .navlist {}


/* startpage: elements inside #left */

#startpage #left #archivebox li {
  padding-left: 15px;
}
#startpage #left #archivebox li.icontext {
  background: url("text_small.gif") no-repeat;
  background-position:4px 5px;
}

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

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

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

#startpage #left #stylesheetbox .navboxcontent {
  font-size: 0.8em;
  background-color: #515151;
  padding: 0px 0px 2px 4px;
  margin-bottom: 12px;
}

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

#startpage #left #stylesheetbox #styleswitcher select {
  background-color: #F99500;
  color: #000;
}

#startpage #left #stylesheetbox #styleswitcher input {
  background-color: #F99500;
  color: #000;
}

#startpage #left #upcomingbox .navlist li {
  padding: 3px 6px;
}

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

#startpage #left #imcbox .navboxcontent {
  font-size: 0.8em;
  padding-top: 8px;
  padding-right: 8px;
  color:#EEE;
}

#startpage #left #imcbox .navboxcontent a:hover {
  border-bottom: 1px dotted #aaa;
}

/* startpage: elements inside #middle */

#startpage #middle #startpagekasten {
  padding: 8px;
  border: 3px solid #FF9600;
  background-color: #555;
  margin: 40px 16px -8px 18px;
}

#startpage #middle #startpagekasten h1 {
  margin: 10px 0 0 0;
  font-family: "Trebuchet MS", sans-serif;
  font-size: 1.6em;
  font-weight: bold;
}

#startpage #middle #breakingnews {
  padding: 8px;
  border: 1px solid #FF9600;
  background-color: #555;
  margin: 8px 16px 0 16px;
}

#startpage #middle #breakingnews .date {
  font-size: 0.9em;
  color: #FF9600;
}

#startpage #middle #breakingnews .text {
  font-size: 0.9em;
}

#startpage #middle #breakingnews .text:after {
  content:" +++ ";
}

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

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

#startpage #middle .article .infoline {
  font-size: 0.8em;
  border-width: 0px 1px 1px 1px ;
  border-color: #730000;
  border-style: solid;
  padding: 0px 0px 0px 3px;
}

#startpage #middle .article .abstract {
  margin-top: 4px;
}

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

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

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

/* startpage: elements inside #right */

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

#startpage #right #eventspecialbox {
  padding: 0;
  margin: 1px 0 10px -6px;
  background-color: #525252;
}

#startpage #right #newswirebox .navlist {
  margin: 0px 0 14px 0px;
  padding: 0;
  list-style: none;
}

#startpage #right #newswirebox .navlist li {
  display: block;
  padding: 2px 6px;
  text-decoration: none;
  padding-left: 18px;
}

#startpage #right #newswirebox .navlist li:hover {
  color: inherit;
  background: #003A8A;
}

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

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

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

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

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

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

/* archivepages: page layout */

#archivepage #head #titlebox ul {
  margin: 12px 0px 0px 0px;
  padding: 3px 4px ;
  list-style: none;
  background-color: #515151;
}

#archivepage #archivemain {
  position: absolute;
  top: 11em;
  left: 0px;
  width: 100%;
}

#archivepage  #archivemain #navigation {
  position: absolute;
  top: 85px;
  left: 16px;
  width: 136px;
  overflow: hidden;
  background-color: #003063;
}

#archivepage  #archivemain #navigation .navbox h3 {}

#archivepage  #archivemain #navigation .navbox .navboxcontent {}

#archivepage  #archivemain #navigation .navlist {}

#archivepage  #archivemain #articlelist {
  position: relative;
  margin-top: 0;
  margin-left: 160px;
  margin-right: 1%;
}

/* archivepages: elements */

#archivepage  #archivemain #articlelist #archivename h2 {
  margin-top: -20px;
  margin-left: 16px;  
  font-family: "Trebuchet MS", sans-serif;
  background-color: #730000;
  font-size: 1.8em;
  font-weight: bold;
  padding: 4px 6px;
}

#archivepage  #archivemain #articlelist #archivename {
  width: 95%;
  margin-top: 10px;
  margin-left: 0px;
}

#archivepage  #archivemain #articlelist .special .article {
  margin-top: 12px;
  margin-left: 22px;
  max-width: 600px;
  padding: 8px;
  border: 1px solid #ddd;
  background-color: #555;
}

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

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

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

#archivepage  #archivemain #articlelist .article {
  margin-left: 22px;
  max-width: 600px;
  clear: both;
  padding: 2px;
}

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

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

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

#footernav {
  clear: both;
  margin-top: 24px;
  margin-left: 15px;
  border-top: 2px solid #666;
  padding-top: 4px;
  width: 95%;
}

#footernav form {
  margin: 0;
}

#footernavleft {
  float: left;
  width: 49%;
}

#footernavright {
  float: right;
  text-align: right;
  width: 49%;
}

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

/* articlepages: page layout */

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

#articlepage #articlemain #menu  {
  width:120px;
  min-height: 200px;
  float:left;
  background-color:transparent;
  text-align:right;
}

#articlepage #articlemain #article {
  width:600px;
  float:right;
  padding: 0 0 0 24px;
  border-left: 2px solid #EEE;
  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: 0px 20px 15px 43px ;
}

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

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

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

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

#articlepage #articlemain #article .media .mediatype {
  margin: 6px 16px 6px 0px;
  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: 0px;
  float:left;
}

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

#articlepage #articlemain #article .contact {
  color: #777;
  margin: 0 0 15px 0;
  padding: 4px 7px;
  border: 1px solid #666;
}

#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: 0px;
  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 {
  font-size: 0.9em;
  color: #FFF;
}

#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: 0 8px 0 0;  
}

#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 #666;
  color: #777;
  font-size: 0.8em;
  clear: both;
  margin-top: 20px;
  padding: 4px 7px;
}

#articlepage #articlemain #menu #logo {
  background: url("imclogo2.gif") no-repeat;
  width:160px;
  height:220px;
  display:block;
}

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

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

#articlepage #articlemain #comments h2 {
  clear: both;
  font-size: 1.2em;
  border-bottom: 2px solid #730000;
}

#articlepage #articlemain #comments .badcomments h2 {
  color: #bC7D25;
  padding-top: 4px;
  margin-top: 60px;
  font-size: 1.1em;
  clear: both;
}

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

#articlepage #articlemain #comments .comment .title {
  font-family: "Trebuchet MS", sans-serif;
  color: #ECAD55;
  font-size: 1.2em;
  border-bottom: 2px solid #730000;
}

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

#articlepage #articlemain #comments .comment .infoline {
  color: #DDD;
  font-size: 0.9em;
}

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

#articlepage #articlemain #comments .comment .contact {
  color: #777;
  margin: 0 0 15px 0;
  padding: 4px 7px;
  border: 1px solid #666;
  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 {
  color: #666;
  font-size: 1.0em;
  border: none;
}

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

#articlepage #articlemain #comments .badcomments .comment .content {
  color: #666;
  font-size: 0.8em
}

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

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

.htmlformat {
  padding: 8px;
  border: 1px solid #FF9600;
  background-color: #555;
}
.htmlformat .text {
  font-size: 0.9em;
}
