/**
 * make the world colorful .....
 *
 * $Id: global_cc.css,v 1.4 2010/05/05 08:46:55 abaethe Exp $
 *
 * vim: ts=2 shiftwidth=2 expandtab softtabstop=2
*/


/**
 * generic selectors
 */
body {
  width: 968px;
  margin: 0 0 0 18px;
  padding: 0;
  font-family: Verdana, Arial, Helvetica;
  /* color: #000000; */
  color: #636363;
}

div, form {
  margin: 0px;
  padding: 0px;
}

img {
  border: 0;
}

h1, h1 a {
  font-size: 14px;
  font-weight: bold;
  color: #636363;
  line-height: 20px;
}
h1 a:hover {
  text-decoration: underline;
}

h2, h2 a {
  font-size: 12px;
  font-weight: bold;
  color: #636363;
  line-height: 18px;
}

a, a:hover {
  text-decoration: none;
}

strong {
  font-weight: normal;
}

input {
  vertical-align: middle;
}
input.text {
  height: 13px !important;
  height: 17px;
  /* background: #EAEFF3;*/
  background: #FFF;
  border: 1px solid #cecece;
  font-family: Verdana, Arial, Helvetica;
  font-size: 11px;
}
input.formelem, select.formelem {
  margin-bottom: 5px;
}

textarea, select {
  background: #FFF;
  border: 1px solid #cecece;
  font-family: Verdana, Arial, Helvetica;
  font-size: 11px;
}


div#grey_overlay {
  position: absolute; 
  z-index: 50;
  top: 0; 
  left: 0; 
  width: 100%;
  height: 100%;
  filter:alpha(opacity=70); 
  -moz-opacity: 0.7; 
  opacity: 0.7; 
  background: #000; 
  /* border: #800E10 1px solid; */
  visibility: hidden;
}


/**
 * header + bottom area
 */
#superbanner {
  text-align: right; 
  background: #FFF; 
  position: relative; 
  left: 0; 
  width: 950px;
  padding-bottom: 5px;
}

#skyscraper {
  position: absolute; 
  left: 955px; 
  /*top: 127px;*/
  top: 90px;
}

#header {
  width: 950px;
  height: 90px;
  /* background: url(../img/header_bg.gif) top repeat-x; */
}

#cc_logo {
  width: 200px;
  position: absolute;
  left: 29px;
  top: 30px;
}

#mag_logos {
  position: absolute;
  left: 775px;
  top: 30px;
  width: 500px;
}
#mag_logos img {
  margin: 0 10px 0 5px;
}

#upper_navigation {
  float: right;          
  color: #636363;   
  font-size: 10px;
}
#bottom_navigation {
  width: 950px;
  border-top: 1px solid #cecece;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
  color: #636363;
  font-size: 10px;
}

#upper_navigation ul, #bottom_navigation ul {
  list-style: none;
  margin: 5px;
  padding: 0;
}
#upper_navigation li, #bottom_navigation li {
  float: left;
  line-height: 14px;
  margin: 0;
  padding: 0;
}
#upper_navigation a, #bottom_navigation a {
  color: #636363;
  padding: 0 5px;
  border-right: 1px solid #636363;
}
#upper_navigation a:hover, #bottom_navigation a:hover {
   background: #F2F0F0;
   height: 14px !important; 
   height: 12px;
}




/**
 * navigation area
 */
.main_navi {
  width: 950px;
  height: 26px;
  /* background: url(../img/header_bg.gif) bottom repeat-x; */
}

.main_navi ul {
  list-style: none;
  margin: 0px 10px;
  padding: 0;
}
.main_navi li {
  float: left;
  line-height: 26px;
  margin: 0;
  padding: 0 0 0 7px;
  background: url(../img/menu_tab_left.gif) left no-repeat;
}
.main_navi li a {
  float: left;
  color: #002b55;
  font-size: 11px;
  font-weight: bold;
  line-height: 26px;
  background: url(../img/menu_tab_middle.gif) repeat-x;
}
.main_navi li div.rcorner {
  float: left;
  height: 26px;
  width: 7px;
  background: url(../img/menu_tab_right.gif) right no-repeat;
}

.main_navi a:hover {
  color: #7794AF;
}
.main_navi li:hover ul.sub_navi {
  display: block;
  z-index: 20;
}

.main_navi li.main_active {
  background: url(../img/menu_tab_left_selected.gif) left no-repeat;
}
.main_navi li.main_active a {
  color: #FFF;
  background: url(../img/menu_tab_middle_selected.gif) repeat-x;
}
.main_navi li.main_active div.rcorner {
  background: url(../img/menu_tab_right_selected.gif) right no-repeat;
}



div.sub_navi {    /* just spareholder w/o content */
  width: 950px;
  height: 22px;
  background: #003a91;
}
ul.sub_navi {
  width: 950px;
  height: 22px;
  background: #003a91;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
  display: none;
  top: 26px;
  left: -10px;
}
ul.sub_navi li.sub_navi {
  float: left;
  line-height: 22px;
  margin: 0;
  padding: 0;
  color: #FFF;
  background: none;
}
ul.sub_navi li.sub_navi a {
  float: left;
  color: #FFF;
  font-size: 11px;
  font-weight: normal;
  line-height: 22px;
  padding: 0 7px;
  background: #003a91;
}

ul.sub_navi li.sub_navi a:hover {
  background: #7794AF;
  color: #FFF;
}

ul.sub_navi li.sub_active a {
  color: #FFF;
  background: #7794AF;
  /* color: #002b55; */
}





/**
 * main content styles
 */
#breadcrumb {
  /* width: 950px; */
  width: 620px;
  height: 14px;
  margin: 8px 0 0 0;   /* margin + height = 22px */
  background: #ffffff;
  color: #636363;
  font-size: 10px;
}

#errors2display {
  color: #F00;
  border: #F00 1px dashed;
  margin: 10px 20px 20px 20px;
  padding: 3px;
  background: #F2F2F2;
}


#top_left_content {
  float: left;
  width: 620px;
  font-size: 11px;
  line-height: 15px;
}
#top_left_content td {
  font-size: 11px;
}

#firstad {
  margin-bottom: 20px;
}
#secondad_wrapper {
  float: left;
  margin: 20px 0;
}
#secondad {
  float: left;
  margin: 0 20px 0 0;
  width: 300px;
}

.headline {
  font-weight: bold;
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 14px;
  color: #636363;
}

/**
 * styles for detail view of content
 */
#top_left_content_detail div, #top_left_content_detail td {
  font-size: 11px;
}

#top_left_content_detail img {
  margin: 0 10px 10px 0;
}

#top_left_content_detail h1 {
  font-size: 14px;
  font-weight: bold;
  color: #636363;
  line-height: 22px;
}

#top_left_content_detail a {
  color: #003a91;
  font-weight: bold;
}



/**
 * right margin
 */
#right_container {
  float: left;
  width: 300px; 
  /*text-align: justify;*/
  font-size: 11px;
  line-height: 15px;
}

#search_box {
  width: 300px;
  height: 50px;
  margin-bottom: 20px;
}
#search_box_inner {
  padding: 5px 3px;
  color: #003a91;
  background: url(../img/header_bg.gif) center repeat-x;
  border-bottom: 1px #003a91 solid;
}
#search_box_inner a {
  color: #003a91;
}

/* NOTE: right margin boxes are the same like content boxes - see bottom of this file for defintions */



/**
 * misc content styles
 */

div.visualclear {
  clear: left;
}


.top_headline {
   font-size: 14px;
   font-weight: bold;
   color: #636363;
   line-height: 22px;
}

/* stupid layouting stuff reminding of a pendelum */
/* .box_top_img {
  float: left; 
  width: 12px; 
  height: 14px; 
  margin-top: 11px;
} */
.box_top_img_right {
   float: left;
   padding-top: 6px;
}
.box_top_text {
  font-size: 11px;
  font-weight: bold;
  color: #003a91;
  margin: 5px 0;
  padding: 0 5px;
  line-height: 20px;
  background: url(../img/header_content_box_620.gif) no-repeat;
}
.box_top_text_small {
  font-size: 11px;
  font-weight: bold;
  color: #003a91;
  margin: 5px 0;
  padding: 0 5px;
  line-height: 20px;
  background: url(../img/header_content_box_300.gif) no-repeat;
}

.topic_header {
   font-weight: bold;
   color: #4D6A80;
   /* border-bottom: solid 1px #B2BCC5; */
   margin-top: 12px;
   margin-bottom: 2px;
}

/* digest pages */
.block2cols {
  float: left;
  width: 100%;
}

.smallCol {
  float: left;
  width: 48%;
}
.ColSpace {
  float: left;
  width: 20px;
}



.black_link {
   color: #000;
   font-weight: bold;
}

.red_link_normal {
   color: #636363;
}

.more_link {
   font-weight: bold;
   color: #003a91;
}
.more_link img {
  float: left;
}

a.black_link:hover {
   text-decoration:underline;
}

a.red_link_normal:hover {
   text-decoration:underline;
}


a.more_link:hover {
   text-decoration:underline;
}

.news_teaser {
   /* line-height: 11px; */
   margin-bottom:10px;          
}




/**
 * several box styles
 */
.box_200 {
  width: 200px; 
  float: left; 
  text-align: left; 
  margin-top: 20px; 
  background: #ededed;          
}

.box_200_header {
  font-weight: bold; 
  color: #be2225;
  padding: 0 5px;
  line-height: 20px;
  background: url(../img/box200_header_bg.gif) no-repeat;
}

.box_200_inner {
  padding: 5px;
  height: 130px;
  border: #c1c1c1 solid 1px;
  border-bottom: #be2225 solid 5px;
}

.box_200_footer {
  background: #be2225; 
  color: #FFF; 
  font-weight: bold; 
  padding-left: 5px;
}



.box_400 {
  width: 400px; 
  float: left; 
  text-align: left; 
  margin-top: 20px; 
  background: #ededed;          
}

.box_400_header {
  font-weight: bold; 
  color: #be2225;
  padding: 0 5px;
  line-height: 20px;
  background: url(../img/box400_header_bg.gif) no-repeat;
}

.box_400_inner {
  padding: 5px;
  height: 130px;
  border: #c1c1c1 solid 1px;
  border-bottom: #be2225 solid 5px;
}

.box_400_footer {
  background: #be2225; 
  color: #FFF; 
  font-weight: bold; 
  padding-left: 5px;
}



.box_300 {
  width: 300px; 
  float: left; 
  text-align: left; 
  margin-top: 20px; 
  background: #ededed;          
}

.box_300_header {
  font-weight: bold; 
  color: #be2225;
  padding: 0 5px;
  line-height: 20px;
  background: url(../img/box300_header_bg.gif) no-repeat;
}

.box_300_inner {
  padding: 5px;
  height: 130px;
  border: #c1c1c1 solid 1px;
  border-bottom: #be2225 solid 5px;
}

.box_300_footer {
  background: #be2225; 
  padding: 2px 1px;
  color: #FFF; 
  font-weight: bold; 
  line-height: 18px; 
}
.box_300_footer a {
  color: #FFF; 
  font-weight: normal;
  background: url(../img/box-more-button.gif) no-repeat;
  padding: 2px 5px 2px 19px;
  margin-left: 2px;
}

#right_container .box_300_header {
  color: #003a91; 
}
#right_container .box_300_inner {
  height: auto;
  border-bottom: none;
}
#right_container .box_300_footer img {
  float: left;
}
#right_container .box_300_footer {
  background: #003a91; 
}
