/*  Meteonorm CSS
    (c) METEOTEST
    by Christoph Schilter
    September 2006
    
    Adapted to Website Baker
    by Claude Fankhauser
    May 2007
    
  version 2008-10-21, csc
*/

/*  Global
    ------ */
*   {
    padding:0;
    margin:0;
    }
    
body {
    font-family:  Verdana, Arial, SunSans-Regular, Sans-Serif;
    font-size: 12px;
    color: #000000;
    background-color: #EDEDED;
    }
    
h1  {
    font-size: 20px;
    font-weight: bold;
    line-height:2em;
    margin-left: -20px;
    }

h2   {
    font-size: 18px;
    font-weight: bold;
    padding-top: 18px;
    border-bottom: 1px solid #c2c2c2;
    }
h3  { 
    font-size: 14px;
    font-weight: bold;
    padding-top: 14px;
    }
    
p,
blockquote  {
    margin: 10px 0px;
    }
a   {
    color: #013185;
    }

    pre {
    font-family:  Courier, Serif;
    font-size: 12px;
    color: #000000;
    white-space: normal;
    }
    
#container {
    width: 850px;
    position:relative;
    margin-left: auto;
    margin-right: auto;
    border: 5px solid #c2c2c2;
    -moz-border-radius: 10px;
    background-image: url(logo_mt_gr.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-color: white;
    z-index: 0;
    }
#header {
    padding: 48px 50px 0px 50px;
    background-image: url(mn_header.jpg);
    background-repeat: no-repeat;
    }
.language {
    /* float:right; */
    width: 100%;
    text-align: right;
    }
.hotnews {
    position: absolute;
    right: -30px;
    top: -50px;
    }
.linkbutton {
	float: right;
    } 
.gmstation {
	float: right;
	width: 140px;
	font-size: 0.8em;
    } 
.gmstation h3 {
	padding-top: 0;
	margin-bottom: 14px;
    }
.gmstation dt {
	float: left;
    width: 30px;
    margin: 0;
    padding: 5px;
    font-weight: bold;

    }
.gmstation dd {
    margin: 0;
    padding: 5px;
    border-bottom: 1px solid #999;

    }
/* Navigationsleiste im Header 
-----------------------------------------------*/
#navigation {
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px;
    background-color: #013185;
    height: 22px;
    -moz-opacity:.75;
    opacity:.75;
    }
    
#navigation ul {
    margin: 0px;
    padding: 3px 0px;
    }
#navigation ul li {
    list-style: none;
    display: inline;
    }
#navigation ul a {
    border: none;
    padding: 3px 5px;
    background-color: #013185;
    text-decoration: none;
    }
#navigation ul a:link,
#navigation ul a:visited {
    color: white;
    }
#navigation ul li a.menu-current,
#navigation ul li a.menu-parent,
#navigation ul li a:link:hover,
#navigation ul li a:visited:hover  {
    color: #013185;
    background-color: white;
    }


/* SubNavigationsleiste im Header 
-----------------------------------------------*/
#subnavigation {
    font-size: 12px;
    font-weight: bold;
    color: black;
    margin-top: 0px;
    background-color: white;
    height: 20px;
    -moz-opacity:.75;
    opacity:.75;
    }
#subnavigation ul {
    margin: 0px;
    padding: 3px 0px;
    }
    
#subnavigation ul li {
    list-style: none;
    display: inline;
    padding: 0px 3px;
    }
#subnavigation ul li:before {
    content: "\00BB \0020";
    }
#subnavigation ul li a {
    border-bottom: none;
    padding: 3px 3px;
    background-color: #FFFFFF;
    text-decoration: none;
    }
#subnavigation ul li a:link,
#subnavigation ul li a:visited {
    color:#013185;
    }
#subnavigation ul li a.menu-current,
#subnavigation ul li a:link:hover,
#subnavigation ul li a:visited:hover  {
    color: black;
    background-color: #c2c2c2;
    }

    
/* Inhalt mit zwei Spalten 
-----------------------------------------------*/

#content {
    padding:20px 50px;
    min-height: 500px;
    }
.legend {
    font-style: italic;
    }
.legend:before {
    content: "\2014 ";
    }
.rightbox {
    float:right;
    width: 219px;
    padding-left: 20px;
    margin-bottom: 25px;
    }
.rightbox > .news {
    padding-bottom: 10px; 
    }
.rightbox > .news > .date {
    color: grey;
    }

.leftbox {
    float:left;
    width: 510px;
    }
#content .img {
    float: right;
    margin-left: 10px;
    margin-bottom: 20px;
    border: 1px solid #c2c2c2;
    background-color: white;
    padding: 5px;
    }
    
#footer {
    clear:both;
    font-size: 0.8em;
    padding:0px 50px;
    border-top: 1px solid #c2c2c2;
    text-align:left;
    }
.mtlogo {
    margin: 50px 0px;
    }   
.print
{
    display: none;
}  

#content ul {
    list-style-type:disc;
    list-style-position:outside;
    padding-left: 15px;
    margin-left: 20px;
    }
    
#content li .new {
    color: #FF6600;
    font-style: italic;
    text-transform: uppercase;
    font-weight: bold;
    font-size:smaller;
    }
    
#content ol {
    list-style-type:decimal;
    list-style-position:outside;
    margin-left: 20px;
    }
    
#content .faq blockquote {
    margin-left: 20px;
    border-bottom:1px solid #c2c2c2;
    padding: 5px 10px;
    background-color: #013185;
    color: white;
    -moz-border-radius: 10px;
    }
    
#content .faq p:first-letter  {
    font-weight: bold;
    }
#content .faq a  {
    color: white;
    }
    
#content td{
    margin: 0px 10px;
    padding: 5px;
    }
/* kontakt form */    
#content td.field_title{
   text-align: left;
   font-weight: bold;
   width: 9em;
    }

/*** DISTRIBUTOR page ***/
#distributorlist {
    width: 45%;
    margin: 0;
    float: left;
}
#distributorlist p {
    text-indent: 20px;
}

#distributorlist a.active {
    background-color: #013185;
    color: white;
}    
#distributorbox {
    float: right;
    width: 45%;
    margin-top: 20px;
    padding: 0px 10px 10px 10px;
    background-color: #013185;
    color: white;
    -moz-border-radius: 10px;
    }
#distributorbox p {
    padding-left: 20px;
    text-indent: -20px;
    }
#distributorbox a {
    color: white;
    }
#distributorbox b
{
    text-transform: uppercase;
}

/** DEFINITION LIST ***/
dl.teaching
{
	margin: 2em 0;
	padding: 0;
}

.teaching dt
{
	position: relative;
	left: 0;
	top: 1.1em;
	width: 9em;
	font-weight: bold;
}

.teaching dd
{
	border-left: 1px solid #CCCCCC;
	margin: 0 0 0 10em;
	padding: 0 0 .5em .5em;
}

/*** ordered list ***/
#content ul li ,#content ol li {
	margin: 1em 1.5em;
}
#content ul, #content ol {
	margin: 0 1.5em 1.5em;
}    

	
.newversion
{
	border: 2px solid #013185;
	padding: 0px 25px 25px 25px;
	margin: 0px;
	background-color: #EDEDED;
	position:relative;
} 
    
/* Registration
-----------------------------------------------*/   
#registration {
    border: 2px solid #013185;
    -moz-border-radius: 10px;
    padding: 10px;
    text-align: center;
    }
    
#registration table {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    border-collapse: collapse;
    }
#registration td {
    border-bottom: 1px solid #c2c2c2;
    width: 45%;
    }
    
#registration input, select {
    border:     1px solid #c2c2c2;
    padding:    2px;
    margin:     2px;
    }
#registration select {
    width: 95%;
    }
#registration option {
    padding:    2px 10px;
    }
    
#registration option.even {
    background-color: #DBE2F2;
    }
.error {
    color: red;
    }
.errorbox {
     font-family: Monaco, Verdana, Sans-serif;
     background: #FBE6F2;
     border: 1px solid #D893A1;
     color: #333;
     margin: 10px 0 5px 0;
     padding: 10px;
}
.successbox {background:#E6EFC2;color:#264409;border-color:#C6D880;padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
   

/* Meteonorm Online Stuff 
-----------------------------------------------*/
#mnonline {
    font-size: 0.78em;
    padding: 0px 0px 0px 0px;
    line-height: 0.4;
    }   

#mnonline h2 {
  font-size: 1.4em;
  }
    
#mnonline table {
    }   
    
/* Meteonorm OFFICE
-------------------------------------------*/

.db_table td{
    border: 1px solid #c2c2c2;
    padding: 0px 1px;
    }
.db_table tr:hover td,
.db_table tr:hover td a:link,
.db_table tr:hover td a:visited
{
    background-color: #013185;
    color: #FFFFFF;
    }
    
.db_table th{
    padding: 1px 1px;
    background-color: #013185;
    color: #FFFFFF;
    }
.db_table table {
    margin-top: 10px;
    text-align: left;
    font-size: 0.8em;
    border-collapse: collapse;
    background-color: white;
    width: 100%;
    }


/* METEOTEST Werbe box
----------------------------------------------*/

#mt_link
{
    width: 125px;
	position:absolute;
	bottom: -5px;
	right: -135px;
    font-family:  Verdana, Arial, SunSans-Regular, Sans-Serif;
    font-size: 10px;
    color: #000000;
    border: 5px solid #c2c2c2;
    -moz-border-radius: 10px;
    background-color: #FFFFFF;
    text-align: center;
    z-index: -999;
}
#mt_link a:link, #mt_link a:link img, #mt_link img
{
    text-decoration: none;
    border: none;
    z-index: -997;
}
#mt_link em
{
    font-weight: bold;
    z-index: -998;
}
/* Google Map stations
----------------------------------------------*/
.htmlControl
{
    background-color: white;
    margin-top: -28px;
    margin-left: -5px;
    z-index: -999;
}
.htmlControl input{
    margin-top:5px;
    margin-right: 5px;
}

/* Success, notice and error boxes
-------------------------------------------------------------- */


.error    { padding: 1px; }
.notice,
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }
