/*
 * meteo.css -- style sheet for the meteo website
 *
 * (c) 2004 Dr. Andreas Mueller, Beratung und Entwicklung
 * $Id: meteo.css,v 1.5 2004/04/03 19:15:35 afm Exp $
 */
div#titel {
	background: url(meteo.jpg);
	background-color: blue;
	height: 150px;
}

div#menu {
	float: right;
	width: 127px;
	margin: 0px 0px 10px 10px;
}

div.menuitem {
	width: 120px;
	height: 18px;
	padding: 3px 0px 0px 3px;
	border: 1px solid #1b7baa;
	margin: 1px;
	font: 12px Helvetica,sans-serif;
	color: black;
	background-color: white;
	color: #1b7baa;
}

div.menuitemselected {
	width: 120px;
	height: 18px;
	padding: 3px 0px 0px 3px;
	border: 1px solid #1b7baa;
	margin: 1px;
	font: 12px Helvetica,sans-serif;
	color: black;
	background-color: #eeeeff;
}

a:hover div.menuitem {
	background-color: #ddddff;
	cursor: pointer;
}

a:hover div.menuitemselected {
	background-color: #ddddff;
	cursor: default;
}

div#content {
	margin: 8px;
}

div#footer {
	border-width: 1px 0px 0px 0px;
	border-color: #1b7baa;
	border-style: solid;
	padding: 6px 0px 0px 8px;
	font-size: 12px;
	clear: both;
	margin-top: 10px;
}

a:hover {
	background-color: #63cdff;
}

a {
	text-decoration: none;
	color: #1b7baa;
}

body {
	margin: 0px;
}

a, p, h1, h2, h3, h4, h5, div {
	font-family: Helvetica,sans-serif;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h1, h2, h3, h4 {
	color: #1b7baa;
}
table#samplestations {
	clear: both;
}
dt {
	font-weight: bold;
}

table {
	border-style: solid;
	border-width: 1px;
	border-color: black;
	border-collapse: collapse;
}

th {
	border-style: solid;
	border-color: black;
	border-width: 1px;
	text-align: left;
	padding: 3px;
}

td {
	border-style: solid;
	border-width: 0px 1px 0px 1px;
	border-color: black;
	border-collapse: collapse;
	padding: 3px;
}
