/*----------------------------------------------------------------------------
   main.css

   this css-file contains all definitions, that are independend from the
   colorschemes.

   This CSS-File uses the original "Tanteks Box Modell Hack"
   http://www.tantek.com/CSS/Examples/boxmodelhack.html

   NOTE:
   Older W3C CSS validators return errors when the voice-family property
   is used in a 'screen' style sheet. This is an error in the W3C CSS
   validator itself. The validator should report a warning, not an error,
   when properties which are unsupported by a particular medium are used,
   and this has been reported to the W3C:

 ----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------
 styles for specific classes and ids
----------------------------------------------------------------------------*/

body#main_body {
    margin: 0;
    padding: 0;
    text-align: center;
}

/*-- global container ------------------------------------------------------*/

#container {
    position: relative;
    padding: 0;
    margin: 0 auto;
    text-align: left;
    width: 882px;
}

#header {
    padding: 0;
    margin: 0;
    width: 882px;
}

#main_container {
    padding: 0px;
    margin: 0px;
}

#layout_table {
    border-collapse: collapse;
    padding: 5;
    margin: 0;
    width: 860px;
}

#test_table {
    padding: 5;
    margin: 0;
    width: 820px;
    table-layout:fixed;
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    border-style: solid;
    border-width: 0px;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 0px 1px 0px 1px;

}

#sub_nav_column {
    vertical-align: top;
    padding: 0;
    margin: 0;
}

#content_column {
    vertical-align: top;
    padding: 0;
    margin: 0;
}

#left_column_container {
    margin: 0;
    padding: 0;
}

#sub_container1 {
    margin: 0;
    padding: 0;
}

#sub_container2 {
    margin: 0;
    padding: 0;
}

#content_container {
    overflow: hidden;
    width: 842px;
    margin: 0;
    padding: 20px;
}

/*--- key visual -----------------------------------------------------------*/

#key_visual {
    width: 882px;
    height: 200px;
    position: relative;
    top: 0px;
    left: 0px;
}

/*--- slogan (as text or background image) ---------------------------------*/

#slogan {
    padding: 0px 15px 0px 15px;
    line-height: 20px;
    margin: 0px 0px 1px 0px;
    voice-family: "\"}\"";
    voice-family: inherit;
    overflow: hidden;
    width: 852px;
    height: 21px;
}

/*--- logo -----------------------------------------------------------------*/

#logo {
    width: 0px;
    height: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_container {
    padding: 0;
    margin: 1px 0px 0px 0px;
    overflow: hidden;
    line-height: 0;
    width: 882px;
    voice-family: "\"}\"";
    voice-family: inherit;
}

#main_nav_list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#main_nav_list li {
    float: left;
    margin: 0;
    padding: 0;
    min-width:47px; /* bgfx */
    overflow: hidden;
    display: block;
    text-align: center;
}

/*--- main navigation items ------------------------------------------------*/

#main_nav_list a {
    /*overflow: hidden;*/
    margin: 0;
    display: block;
    float: left;
    line-height: 22px;
    text-align: center;
    height: 24px;
    voice-family: "\"}\"";
    voice-family: inherit;
    background-position: top left;
    background-repeat: repeat-x;
    padding: 0px 20px 0px 20px;
    min-width:47px;  /*bgfx */
    /*width:100%;  bgfx */
}

/*--- container for the subnavigation --------------------------------------*/

.sub_nav_container {
    line-height: 0;
    padding: 0;
    margin: 10px 0px 0px 0px;
    width: 169px;
    voice-family: "\"}\"";
    voice-family: inherit;
}

/*--- subnavigation --------------------------------------------------------*/

.sub_nav_list {
    border: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.sub_nav_list li {
    margin: 0;
    padding: 0;
}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_list a {
    margin: 0;
    padding: 0px 20px 0px 20px;
    display: block;
    line-height: 23px;
    text-align: left;
    width: 129px;
    voice-family: "\"}\"";
    voice-family: inherit;
    overflow: hidden;
    background-position: top left;
    background-repeat: repeat-y;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
    margin: 0;
    padding: 0;
    width: 882px;
    clear: both;
}

#footer_text {
    text-align: right;
    padding: 7px 40px 10px 40px;
    margin: 0;
    text-align: right;
}

/*----------------------------------------------------------------------------
  default-styles for .content html-elements
----------------------------------------------------------------------------*/

/*--- paragraph ------------------------------------------------------------*/

.content {
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

.content table {
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    border-style: solid;
    border-width: 0px;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 0px 1px 0px 1px;
}

.content tr td {
    border-width: 0px;
    border-style: solid;
    border-right:0px solid;
    border-top:0px solid;
    border-left:0px solid;
    border-bottom:0px solid;
    border-collapse: collapse;
    padding: 0px 0px 0px 0px;
}

.content th {
    border-width: 0;
    border-collapse: collapse;
    padding: 0px 0px 0px 0px;
}

.content select {
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

.content input {
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    border-style: solid;
    border-width: 1px;
}

.content textarea {
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    border-style: solid;
    border-width: 1px;
}

#own_table {
    font-family: Tahoma, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    border-style: solid;
    border-width: 0px;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 0px 1px 0px 1px;
}

#profil_table {
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    border-style: solid;
    border-width: 0px;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 0px 1px 0px 1px;
}
#profil_table2 {
    border-style: solid;
    border-width: 0px;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 0px 1px 0px 1px;
    padding: 3px;
    width: 670;
}
#profil_td1{
    vertical-align: bottom;
    text-align: right;
    height: 50px;
    width: 670px;
    border-width: 0px;
    border-style: solid;
    border-collapse: collapse;
    padding-top: 12px;
}
#profil_td2{
    border-width: 0px;
    border-style: solid;
    border-collapse: collapse;
    vertical-align:top;
    text-align: left;
    padding-bottom:2px;
}
#own_td{
    border-width: 0px;
    border-style: solid;
    border-collapse: collapse;
    vertical-align:top;
    padding-top:0px;
}

/*--- headings -------------------------------------------------------------*/

/*--- links ----------------------------------------------------------------*/

/*--- tables ---------------------------------------------------------------*/

.content tr.odd {
    padding: 0px 0px 0px 0px;
}

.content tr.even {
    padding: 0px 0px 0px 0px;
}

/*--- forms ----------------------------------------------------------------*/

.content legend {
    font-size: 14px;
    font-weight: bold;
}

.content fieldset {
    padding: 15px;
    border-style: solid;
    border-width: 1px;
}

.tweet, .query {
  font-family: Tahoma,sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  color: #74777A;}
  .tweet .tweet_list, .query .tweet_list {
    -webkit-border-radius: .5em;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow-y: hidden;
    background-color: #FFFFFF; }
    .tweet .tweet_list .awesome, .tweet .tweet_list .epic, .query .tweet_list .awesome, .query .tweet_list .epic {
      text-transform: uppercase; }
    .tweet .tweet_list li, .query .tweet_list li {
      overflow-y: auto;
      overflow-x: hidden;
      padding: .5em; }
      .tweet .tweet_list li a, .query .tweet_list li a {
        color: ##74777A; }
    .tweet .tweet_list .tweet_even, .query .tweet_list .tweet_even {
      background-color: #f5eaea; }
    .tweet .tweet_list .tweet_avatar, .query .tweet_list .tweet_avatar {
      padding-right: .5em;
      float: left; }
      .tweet .tweet_list .tweet_avatar img, .query .tweet_list .tweet_avatar img {
        vertical-align: middle;
}

/*--- lists ----------------------------------------------------------------*/

/*--------------------------------------------------------------------------*/