@charset "utf-8";
/* CSS Document */

/* CSS Reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

body { font:13px/1.231 sans-serif; *font-size:small; } 
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; }
a:link { -webkit-tap-highlight-color: #607890; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
.ie6 legend, .ie7 legend { margin-left: -7px; } 
button, input, select, textarea { width: auto; overflow: visible; margin: 0; font-size: 100%; font-family: sans-serif; vertical-align: baseline; }
textarea { overflow: auto; vertical-align:text-top; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #607890; color:#fff; text-shadow: none; }
::selection { background:#607890; color:#fff; text-shadow: none; }

input[type="button"], button {  width: auto; overflow: visible; }
input[type="button"]::-moz-focus-inner, button::-moz-focus-inner { border: 0; padding: 0; }

.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea {  color: #444; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }


.clearfix {
	float: none;
	clear: both;	
}

/* own modifications */

body {
	font-family: Arial, Helvetica, sans-serif;
}

/* main page */

#container {
	width: 180px;
	margin: 0px auto;	
}

#header {
	margin: 0px;
}
#header a.logo {
	display: block;
	background: url(../images/logo_180.gif) no-repeat;
	width: 180px;
	height: 62px;
	margin: 5px auto 0px auto;
}

#content {
	padding: 10px;
}
#content p {
	line-height: 1.6em;	
	font-size: 14px;
}
#content_tempanzeige {
}
#content_tempanzeige .intro {
	font-size: 12px;	
}
#content_tempanzeige .tempanzeige {
	position: relative;	
}
#content_tempanzeige .tedenz {
	position: absolute;	
	top: 0px;
	left: 0px;
	
	font-size: 80px;
	color: rgba(51,51,51,1);
	
	text-shadow: 2px 1px 2px #020221;
	filter: dropshadow(color=#020221, offx=2, offy=1); 
	behavior: src('../PIE.htc');
}
#content_tempanzeige .steady {	
	margin-top: 20px;
	margin-left: -29px;
	
	-moz-transform: scale(1) rotate(-90deg);
	-webkit-transform: scale(1) rotate(-90deg);
	-o-transform: scale(1) rotate(-90deg);
	-ms-transform: scale(1) rotate(-90deg);
	transform: scale(1) rotate(-90deg);
	behavior: src('../PIE.htc');
}
#content_tempanzeige .gradzahl {
	position: absolute;	
	top: 33px;
	left: 45px;
	font-size: 50px;
	color: #1e3e95;
	text-align: center;
	
	text-shadow: 2px 1px 2px #10204d;
	filter: dropshadow(color=#10204d, offx=2, offy=1); 
	behavior: src('../PIE.htc');
}
#content_tempanzeige .fisch {
	position: absolute;	
	top: 105px;
	left: 10px;
}

#content_tempanzeige .mehrInfos {
	position: absolute;	
	top: 190px;
	left: 10px;
	font-size: 11px;
}







#navigation,
#currentTempInfo {
	float: right;
	width: 300px;	
	padding: 20px 0px 20px 20px;
	border-left: 1px rgba(153,153,153,1) dashed;
	behavior: src('../PIE.htc');
}
#navigation {
	
}
#navigation a {		
	display: block;
	width: 240px;
	padding: 6px 14px;
	margin: 0px 0px 10px 0px;
	border: 1px rgba(153,153,153,1) solid;
	background-color: rgba(204,204,204,1);
	
	font-size: 18px;
	text-decoration: none;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; 
	-webkit-transition: background-color 300ms ease-in, color 300ms ease-in;
	-moz-transition: background-color 300ms ease-in, color 300ms ease-in;
	-o-transition: background-color 300ms ease-in, color 300ms ease-in;
	transition: background-color 300ms ease-in, color 300ms ease-in;
	behavior: src('../PIE.htc');
}
#navigation a.active,
#navigation a:hover {
	background-color: rgba(255,255,255, .7);
	behavior: src('../PIE.htc');
}
#currentTempInfo p {
	font-size: 12px;
}
