/*
    ALLGEMEINE HTML-ELEMENTE
*/
body {
  font-family: Verdana, sans-serif;
  font-size: 10pt;
  margin: 0px;
  padding: 0px;
  background: #555555 url('bg.png') repeat-x;
  color: #555555;
}



h1, h2, h3 {
  font-weight: normal;
  color: #183D5E;
}

h1 {
  margin: 1em 0em;
}

h2 {
  margin: 1em 0em 0.5em 0px;
}

h3 {
  margin: 1em 0em 0em 0px;
}

img {
  border: 0px;
}

a {
  color: #C95906;
  text-decoration: none;
}

p {
  margin: 0px;
  padding: 0px;
}

table {
  border-collapse: collapse;
}

table caption {
  font-size: 1em;
  font-weight: bold;
  margin: 20px 0px 10px 0px;
  padding: 0px;
  text-align: left;
}

td {
  vertical-align: top;
}

td.center {
  text-align: center;
}


ul {
  margin: 1em 0;
}

li {
  margin: 0;
}

h1, h2, h3, p, table {
  padding: 0px 10px;
}

li, p {
  line-height: 150%;
}

input[type="text"], input[type="password"], textarea, button, select {
  border: 1px solid #555555;
}

/*

    CONTAINERS

*/

/* WRAPPER */
#wrapper {
  width: 950px;
  margin: 10px auto;
  padding: 15px;
  background: white;
}

/* HEADER */
#header {
  margin: 0px 0px 0px 0px;
  padding: 0px;
  background: url(bluebelt_small.png) repeat-x;
  color: #c8d5e0;
  width: 100%;
}

#header a#logo, #header div {
  margin: 10px;
}

#header a#logintoggle {
  font-size: 1.3em;
  color: #c8d5e0;
  padding: 5px 20px 5px 35px;
  border: 1px solid transparent;
  background: transparent url('loginpopup_closed.png') no-repeat 15px 10px;
}

#header a#logintoggle:hover {
  color: #FFAB48;
}

#header a#logintoggle.open {
  background: white url('loginpopup_open.png') no-repeat 15px 10px;
  color: #183D5E;
  /* border-right: 1px solid #e2e2e2;*/
}

#loginbox {
  position: absolute;
  width: 826px;
  background: white url('gray_gradient_bottom_up.png') bottom left repeat-x;
  border: 1px solid #e2e2e2;
  border-top: 0px;
  margin: 0px;
  padding: 10px;
  color: #555555;
  text-align: left;
  display: none;
}

#loginbox h2 {
  margin-top: 0px;
  padding: 0px;
  font-size: 1.3em;
}

#loginbox p {
  padding: 5px 0px;
  min-height: 3em;
}

#loginbox span.error {
  display: none;
  color: red;
}

#header form {
  margin: 0px 0px 5px 0px;
}

#header ul.menumain, #header ul.menusub {
  list-style: none;
  padding: 10px 0 10px 82px;
  margin: 0px;
}

#header ul.menumain {
  
  
}

#header ul.menusub {
  background: white;
  border-bottom: 1px solid #C8D5E0;
}

#header ul.menumain li, #header ul.menusub li {
  display: inline;
  padding: 8px 10px;
}

#header ul.menumain li a {
  font-size: 1.3em;
  color: #c8d5e0;
}

#header ul.menumain li.selected {
  border-bottom: 4px solid #ffab48;
}

#header ul.menumain li.selected a, #header ul.menumain li a:hover {
  color: #ffab48;
}

#header ul.menusub li a {
  color: #183D5E;
}

#header ul.menusub li a:before {
  content: "» ";
}

#header ul.menusub li.selected a {
  color: #ffab48;
}

#content ul.menusub li.topitem {
  font-size: 1.4em;
}

/* TEASER */
div.teaser {
  padding-top: 200px;
  height: 400px;
  width: 950px;
  display: none;
  background: #235988;
}

div.teaser p {
  background: #C95906;
  width: 390px;
  padding: 10px 20px; 
  color: white;
  font-size: 1.7em;
}

ul.teaserIndex {
  margin: -42px 0px 42px 0px;
  padding: 0px;
  list-style: none;
  position: relative;
}

ul.teaserIndex li {
  padding: 0px;
  overflow: hidden;
  width: 20%;
  float: left;
}

ul.teaserIndex li a {
  text-decoration: none;
  padding: 10px;
  display: block;
  color: #C8D5E0;
  font-size: 1.15em;
  text-align: center;
}

#content ul.teaserIndex li a:hover, #content ul.teaserIndex li.selected a {
  color: #C95906;
  text-decoration: none;
}



/* CONTENT */
#content {
  padding: 0px 0px;
  min-height: 500px;
}

#content a:hover {
  text-decoration: underline;
}

#content p.highlight {
  background: transparent url('quotes.png') no-repeat top left;
  padding: 12px 41px;
  margin: 10px;
  font-size: 1.1em;
}

#content p.highlight span {
  background: transparent url('quotes_end.png') no-repeat bottom right;
  padding: 12px 0px;
  display: block;
}

#content p.imgsource {
  font-size: 0.8em;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
}

#content .sidebar {
  width: 210px;
  padding: 0em 20px;
  margin: 0px;
  float: right;
}

#content ul.menusub {
  list-style: none;
}

#content ul.menusub li {
  padding: 5px 10px;
}

#content ul.menusub li a {
  padding: 5px 0px;
}

#content div.text {
  margin-right: 250px;
}

#footer {
  background: #555555 url('logo_analyx.png') no-repeat 5px 9px;
  padding: 20px 10px 20px 100px;
  color: #e2e2e2;
  margin: 25px 0px 0px 0px;
}

#footer a {
  color: #FFAB48;
}

#footer a:hover {
  text-decoration: underline;
}

/*
    SPECIAL FORMATS
*/

/* GENERIC ELEMENTS */
.hint, .error {
  font-size: 0.8em;
}

/* TEASER */
div.a {
  color: #FFAB48;
}

/* NAVIGATION BIG */
ul.navigationBig {
  margin: 0px 0px 0px 660px;
  padding: 0px;
  list-style: none;
}

ul.navigationBig li {
  padding: 0px;
  border-bottom: 1px solid #AAAAAA;
  height: 73px;
  overflow: hidden;
  background: url('navigationBig.gif') repeat-x;
}

ul.navigationBig li a {
  text-decoration: none;
  padding: 15px 20px 20px 20px;
  display: block;
  color: #183D5E;
}

ul.navigationBig li a:hover {
  background: #C95906;
  color: white;
}

ul.navigationBig li a span.title {
  display: block;
  font-size: 1.5em;
}

ul.navigationBig li a span.description {
  display: block;
}

/* BOX */
div.box {
  padding: 20px;
}

div.box h2, div.box h3 {
  margin: 0px 0px 10px 0px;
  padding: 0px;
}

div.box p {
  padding: 0px;
  margin: 0px;
}

/* RSS FEED */
ul.rss {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

ul.rss li {
  background: transparent url('rssicon.png') no-repeat 0px 5px;
  padding: 0px 0px 0px 25px;
  margin: 0px 0px 10px 0px;
}

/* ICONLIST */
ul.iconlist {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

ul.iconlist li {
  padding: 0px;
  margin: 0px 0px 10px 0px;
  clear: both;
}

ul.iconlist li img {
  float: left;
}

ul.iconlist li p {
  margin-left: 40px;
}

/* TWO COLUMN LISTS */
ul.twocolumns li {
  width: 50%;
  float: left;
  clear: none;
}

/* PAGE INDEX */
ul.pageindex {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0 20px;
  padding:0;
}

ul.pageindex li {
  clear:none;
  padding:5px 0;
}

ul.pageindex li p {
  color:#666666;
  margin-left:10px;
}

ul.pageindex li p b {
  color:#183D5E;
  font-size:1.4em;
  font-weight: normal;
}

/* PEOPLELIST */
div.peoplelist {
  margin: 10px 20px;
  padding: 0px;
  clear: both;
}


div.peoplelist div {
  width: 47%;
  float: left;
  margin: 10px 10px 20px 10px;
}

div.peoplelist div img {
  float: left;
}

div.peoplelist div p {
  margin-left: 85px;
}

div.peoplelist div span.name {
  font-size: 1.25em;
  display: block;
}

div.peoplelist div span.position {
  color: #666666;
  margin-bottom: 5px;
  display: block;
}

/* APPLICATIONS */
div#content div.application {
  margin: 20px 20px 20px 20px;
  border-bottom: 1px solid #aaaaaa;
}

div#content div.application a.title {
  font-size: 1.4em;
  padding-top: 10px;
}

div#content div.application a.title img {
   float: left;
   margin-right: 10px;
}


div#content div.application ul {
   margin-left: 74px;
}

div#content div.application ul ul {
   margin: 0px 10px;
}

/* ECONOMIC INDICATORS:  ECONIMIC THINK TANKS */
#ecothinktanks {
  margin: 20px 10px 10px 10px;
  font-size: 0.9em;
}

#ecothinktanks tbody {
  border-bottom: 1px solid #d8d8d8;
}

#ecothinktanks thead {
  border-bottom: 1px solid #d8d8d8;
}

#ecothinktanks td, #ecothinktanks th {
  padding: 5px 10px;
}

#ecothinktanks td.center {
  padding: 5px 0px;
}


/* WORDPRESS */
ul.widgets {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

textarea#comment {
  width: 680px;
}

form#searchform {
  margin-left: 10px;
}

p.postmetadata {
  font-size: 0.8em;
  margin-top: 10px;
  margin-bottom: 30px;
}

div.post {
  margin-top: 30px;
  border-bottom: 1px dotted black;
}


/* LIBRARY */
ul.literatur {
  line-height: 150%;
  list-style: none;
  margin: 0px 10px;
  padding: 0px;
}

ul.literatur li {
  margin-bottom: 10px;
  padding-left: 30px;
  background: transparent url(/public/icons/pdf.png) no-repeat scroll 0 5px
}

ul.literatur span.title {
  font-size: 1.2em;
}