/*	Meteonorm CSS
	(c) METEOTEST
	by Christoph Schilter
	September 2006
*/

/*	Global
*/

body {
	font-family:  Arial, Sans-Serif;
	color:#222222;  
	background-color:#ffffff;
	}	

h1	{
	font-size: 1.2em;
	font-weight: bold;
	line-height:2em;
	padding: 20px 0px 0px 0px;
	margin-left: -15px;
	}

h2 { 
	font-size: 1em;
	font-weight: bold;
	line-height: 2em;
	padding: 10px 0px 5px 0px;
	}
h3 { 
	font-size: 1em;
	font-weight: bold;
	line-height: 2em;
	padding: 10px 0px 5px 0px;
	font-style: italic;
	}
.meteotest {
	font-family:  Futuri, Arial, Sans-Serif;
	color: #013185;
	font-style: italic;
	font-weight: bold;
	}	
a {
	text-decoration: none;
	color: #013185;
	border: none;
	}
a:hover {
	color: #013185;
	}
dd {
	margin: 0px 0px 10px 50px;
	border-bottom: 1px solid #013185;
	}
form dd {
	border: none;
	}
form dd input {
	width: 250px;
	}
form dd select {
	width: 250px;
	}
div#box {
	position:relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	padding-bottom: 0px;
	height:auto;
	border: 1px solid #013185;
	text-align: left;
	}
div#container {
	position:relative;
	margin-left: 0;
	margin-right: auto;
	background-color: #FFFFFF;
	padding-bottom: 0px;
	}

div#advertising {
	width: 150px;
	color: red;
	text-align: center;
	vertical-align: top;
	}

div#advertising a img{
	border: none;
	text-decoration: none;
	}
div#advertising a {
	color: white;
	text-decoration: none;
	}
div#advertising_print {
	display:none;
	}
	
#header {
	background-image: url(../design/expedweather_head.jpg);
	background-repeat: no-repeat;
    height: 185px;
	}
#header h1 {
	display: none;
	}	
div#headerprint {
	display: none;
	}
	
.error {
	color: red;
	font-size: 0.9em;
	}
.ok {
	color: green;
	font-weight: bold;
	}
.helpmessage {
	color: #c2c2c2;
	font-size: 0.9em;
	}
	
/* Navigationsleiste im Header 
-----------------------------------------------*/
#navigation,
.subnavigation {
	background-color: #013185;
	clear: both;
	display: block;
	height: 24px;
	}
.subnavigation {
	height: 22px;
	}
#navigation,
.subnavigation {
	padding: 0 30px;
	}
#navigation h5,
.subnavigation h5 {
	display:none;
	}
#navigation ul,
.subnavigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0
	}
	
#navigation ul li,
.subnavigation ul li {
	margin: 0;
	padding: 0;
	float: left;
	margin-top: -3px;
	}
	
#navigation ul li a ,
.subnavigation ul li a{
	background-color: #FFFFFF;
	text-decoration: none;
	display: block;
	margin-top: 3px;
	padding: 0 10px;
	line-height: 22px;
	border-color: #013185;
	border-width: 1px 1px 1px 0px;
	border-style: solid;
	}
.subnavigation ul li a{
	padding: 0 5px;
	}
#navigation ul li a:link,
#navigation ul li a:visited {
	color:#666677;
	text-decoration: none;
	}

#navigation ul li a:link:hover,
#navigation ul li a:visited:hover  {
	color: #000;
	background-color: #c2c2c2;
	border-color: #227;
	}
#navigation ul li a.active {
	background-color: #013185;
	color: #ffffff;
	}

/* SubNavigationsleiste im Header 
-----------------------------------------------*/
.subnavigation {
	background-color: #FFFFFF;
	border-bottom: 1px solid #013185;
	}

.subnavigation ul li a {
    border: 0 none;
    }
.subnavigation ul li a:link {
	color:#c2c2c2;
	text-decoration: none;
	}
.subnavigation ul li a:visited {
	color:#667;
	}
.subnavigation ul li a:link:hover,
.subnavigation ul li a:visited:hover  {
	color: #000;
	background-color: #c2c2c2;
	}
.subnavigation ul li a.active {
	background-color: #c2c2c2;
	color:#667;
	}
#choose {
	color: red;
	float: right;}
	
/* Inhalt mit zwei Spalten 
-----------------------------------------------*/

#content {
	padding:0px 30px;
	clear: both;
	}
.leftbox {
	float:left;
	width: 550px;
	margin-bottom: 20px;
	}
.rightbox {
	float: right;
	width: 160px;
	margin-bottom: 20px;
	}
.content p {
	line-height: 1.2em;
	padding-bottom: 10px;
	}
.rightbox SELECT {
	width: 160px;
	}
.rightbox a {
	text-decoration: underline;
	}	
.leftbox img {
	margin:20px 0px 0px 0px;
	max-width: 550px;
	text-decoration: none;
    border: none;
	}
	
.mtlogo {
	margin: 50px 0px;
	border: none;
	}
	
.mtlogo a img{
	border: none;
	text-decoration: none;
	}
	
#mountain {
	color: red;
	}
	
.rightbox .mountain {
	color: red;
	background-color: #013185;
	font-size: 1.2em;
	font-weight: bold;
	padding: 2px 5px;
	margin: 0;}
    
.leftbox .box {
    margin: 0;
    padding: 5px;
    border: 1px solid #013185;
    text-align: center;
}
.leftbox .box img{
    margin: 0;
    margin-bottom: 5px;
}

.test {
    visibility:hidden;
    }
option.na {
	color: grey;
	font-style: italic;
	}
	
/* Blog 
-----------------------------------------------*/

.blog {
	position: relative;
	border-bottom: 1px solid #013185;
	padding: 5px 5px;
	margin-top: 5px;
	background-color: #E1EDFF
	}
.blog_mountain {
	font-weight: bold;
	margin-bottom: 10px;
	}
.blog_right{
	position: relative;
	float: right;
	color: #c2c2c2;
	}
.blog_answer {
	position: relative;
	padding: 5px 5px;
	margin: 5px;
	background-color: #FFEDE1;
	}
.blog a{
	border-bottom: 1px dotted #013185;
	}
	
/* News 
-----------------------------------------------*/

.news {
	/*position: relative;*/
	padding: 5px 5px;
	margin-top: 10px;
	background-color: #E1EDFF
	}
.news a {
	text-decoration: underline;
	}
.news_header {
	font-weight: bold;
	margin-bottom: 10px;
	}
.news_right{
	position: relative;
	float: right;
	color: #c2c2c2;
	}
.news_online {
	position: relative;
	padding: 5px;
	background-color: #FFEDE1;
	}
.activ {
	color: green;
	font-weight: bold;
	}
.inactiv {
	color: red;
	font-weight: bold;
	}
	
/* News2 steuert die Anzeige in der rechten Spalte 
-----------------------------------------------*/

.news2 {
	padding: 0px 10px 10px 10px;
	background-color: #E1EDFF
	}
.news2 a {
	text-decoration: underline;
	}
	
	
/* Fusszeile 
-----------------------------------------------*/
	
#footer {
	clear:both;
	font-size: 11px;
	padding: 3px 30px;
	background-color: #013185;
	color: #ffffff;
	text-align:left;
	}
#footer p {
	margin: 0;
	}
	
#footer a {
	color: white;
	text-decoration: none;
	}
#footer .meteotest {
	color: white;
	}
#container .background {
	position:absolute;
	bottom: 0;
	left:0;
	}
	
#footerprint {
	display:none;
	}

/* Backend
-----------------------------------------------*/
#content table {
	width: 100%;
	background-color: #ffffff;
	padding: 5px;
	border-collapse:collapse;
	}	
#content th {
	padding-top: 10px;
	padding-bottom: 3px;
	border-bottom: 1px solid #C2C2C2;
	}
#content td
	{
	text-align: center;
	border-bottom: 1px solid #C2C2C2;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color:#eeeeee;
	}
#content tr.error td
	{
	color: black;
	background-color: red;
	}

/* Werbung
-----------------------------------------------*/
td.mammut {
	background-color: black;
	border-left: 10px solid white;
	vertical-align: top;
	padding-top: 8px;
	}
table{
	border-collapse: collapse;
	}
	