
/* --------------------------------------------- */
/* |                                           | */
/* |             stylesheet code               | */
/* |                                           | */
/* |          (c) copyright diconic            | */
/* |                                           | */
/* |        contact: mail@diconic.de           | */
/* |                                           | */
/* --------------------------------------------- */


/*              main definitions                 */
/* --------------------------------------------- */

 body {
    color: #666; background-color: #fff;
    font-size: 16px;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 0;
    border:0;
  }


 #root {
    background-image:url(images/root_bg.png);
    background-repeat:repeat-x;
    min-height:435px;
    margin: 0;
    padding: 0;
    border:0;
 }


 #page {
    background-image:url(images/top_bg.png);
    background-repeat:no-repeat;
    width: 920px;
    margin: 0 auto;
    padding: 20px 30px;
    border:0;
 }

 #main_page {  
    background-color: #fff;
    margin: 0;
    padding: 0;  
    border:1px solid #fff;
 }

 a img {border: 0;}

 a:link    {color:#666; text-decoration: underline;}
 a:visited {color:#666; text-decoration: underline;}
 a:hover   {color:#666; text-decoration: underline;}
 a:active  {color:#666; text-decoration: underline;}


  h1 {
   text-align: center;
   font-weight: normal;
  }


  h2 {
   font-size: 17px;
   font-weight: normal;
   border-bottom: 1px solid #66CC33;
   margin: 5px 0 5px 0;
  }

  h3 {
   font-size: 13px;
   font-weight: bold;
  }

 .status_message_green {
    border-top: 2px solid #00CC00;
    border-bottom: 2px solid #00CC00;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 10px; 
    background-color: #B2F0B2;
 }

 .status_message_yellow {
    border-top: 2px solid #FFCC00;
    border-bottom: 2px solid #FFCC00;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 10px; 
    background-color: #FFF0B2;
 }

 .status_message_red {
    border-top: 2px solid #FF0000;
    border-bottom: 2px solid #FF0000;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 10px; 
    background-color: #FFB2B2;
 }



/*                   header                      */
/* --------------------------------------------- */


 #header {
    height: 180px;
    background-image:url(images/top.png);
    padding: 0;
    margin: 0;
    border: 0;
    position: relative;
 }


 #b_text {
    display: block;
    position: absolute; top:55px; left: 555px;
 }




/*                   bottom                      */
/* --------------------------------------------- */


  #bottom {
    height: 70px;
    background-image: url(images/bottom.png);
    background-repeat: no-repeat;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    margin; 0;
    padding: 60px 10px 0;
  }


  #bottom_menu {
     float:left;
     display:block;
     text-align:left;
     margin-top:-30px;
 }

 #bottom a {
    color: #fff; 
    text-decoration: none;
  }



/*            other text formatting              */
/* --------------------------------------------- */


.bold {font-weight: bold;}
.center {text-align: center;}
.italic {font-style:italic; }
.sub_letter {font-size: 7px;}


