* {
	margin: 0;
	padding: 0;
}

html { 
    font-size: 62.5%;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #ffffef;
}

input, textarea {
	background: #fff url(img/img09.gif) repeat-x;
	border: 1px solid #663;
	font: normal 1em/normal "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6E6E6E;
}

h1, h2, h3 {
	margin: 0.2em 0;
	letter-spacing: -0.05em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #8f5444;
}

h1, h1 a, h2, h2 a {
	text-decoration: none;
}

h1 a:hover, h2 a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.5em;
	font-weight: normal;
}

p, ul, ol {
	margin-top: 0.5em;
	line-height: 190%;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #903;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin-right: 20px;
}

img.right {
	float: right;
	margin-right: 20px;
}

.clear {
    clear:both;
}

.bold { font-weight:bold; } 

#wrapper {
    width: 955px;
    margin: 0 auto;
    padding: 0 10px;
    background-color: #fff;
    border-left: 1px solid #9fc440;
    border-right: 1px solid #9fc440;
}

/* Logo */

#logo {
	width: 935px;
	height: 200px;
	margin: 0 auto 10px auto;
	position:relative;
}

#logo h1 {
    margin: 1em 0;
	float: left;
	font-size: 4em;
	color: #663;
}

#logo img.head_img {
    float:right;
}

#logo a {
	text-decoration: none;
}

#logo a.randomimage { clear:right; float:right; margin-top: 20px;display:block;}

#logo div#weather {position:absolute;right:-90px;top:25px;}
#logo div#weather div.temp {margin:-10px 0 10px 0;}
#logo div#weather div.temp span.t_min {color:#666633;}
#logo div#weather div.temp span.t_max {color:#990033;}

/* Language */
div#lang {
	float:right;
	margin-top:5px;
}

div#lang a {
	text-decoration:none;
}

div#lang a:hover {
    text-decoration: underline;
}

div#lang a#lang-sl {
	background: url(img/flag_sl.png) transparent 0 50% no-repeat;
	padding-left: 20px;
}

div#lang a#lang-en {
	background: url(img/flag_gb.png) transparent 0 50% no-repeat;
	padding-left: 20px;
}

div#lang a#lang-de {
	background: url(img/flag_at.png) transparent 0 50% no-repeat;
	padding-left: 20px;
}

/* Menu */

#menu {
	width: 935px;
	height: 40px;
	margin: 0 auto 10px auto;
	border-top: 1px solid #903;
	border-bottom: 1px solid #903;
}

#menu ul {
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	padding: 0 10px 0 25px;
	background: url(img/menu_item_left.png) no-repeat left center;
}

#menu li a {
    padding-right: 25px;
    background: url(img/menu_item_right.png) no-repeat right center;
}

#menu a {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #663;
}

#menu a:hover {
    color: #9fc440;
}

/* Page */

#page {
	width: 935px;
	margin: 0 auto;
	padding: 10px 0 45px 0;
}

/* Content */

#content {
	float: left;
	width: 650px;
    color: #663;
    font-size: 1.4em;
}

#content h2 {
    margin: 1.2em 0;
}

#content p {
    margin: 1em 0;
}

#content ul {
    margin: -10px 0 10px 30px;
}

#content div.extra {
    background-color: #903;
    color: #fff;
    font-weight:bold;
    width: 600px;
    padding: 0.5em 1em;
    margin:1em 0;
}

#content div.extra p {
    margin:0.5em 0;
    padding:0;
    line-height: 1.1em;
}

#content table tr td { width: 120px; text-align: right; }
#content table tr td.gr { width: 330px; font-weight:bold; text-align:left; }
#content table tr td.head { font-weight:bold; text-align:center; vertical-align:bottom; }

#content img.gallery-thumbnail {margin:0pt 20px 20px 0px;vertical-align:middle;}

/* Sidebar */

#sidebar * {
    font-size: 1.1em;
}

#sidebar {
	float: right;
	width: 253px;
	padding-top: 10px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 40px;
	padding: 10px;
	background-color: #cc9;
}

#sidebar li li {
	margin: 0 0 0 20px;
	padding: 5px 0;
	list-style-type: circle;
	background:none;
}

#sidebar li h1 {
	font-size: 1.5em;
	color: #663;
}


#sidebar li h2 {
    border-bottom: 1px solid #903;
	font-size: 1.3em;
    color: #663;
    margin-bottom: 5px;
    padding-bottom: 4px;
}

#sidebar li h3 {
    margin: 5px 0 -8px 0;
}

#sidebar li.pikto {
	background: none;
}

#sidebar li.pikto img {
	margin: 0 4px 4px 0;
}

#sidebar a.smallmail { font-size: 0.7em; }

/* Footer */

#footer {
    font-size: 1.4em;
	clear: both;
	width: 935px;
	margin: 0 auto;
	border-top: 1px solid #903;
}

#footer p {
	margin: 0;
	line-height: normal;
	color: #b4b4b4;
}

#footer a {
	color: #b4b4b4;
}

#footer div.left {
    width:500px;
    height:159px;
    float:left;
    margin-top: 60px;
}

#footer div.right {
    float:right;
    width:300px;
    height:159px;
}

#footer div.right a {
    display: block;
    width:300px;
    height:159px;
    background: url(img/logo_waldseilpark.png) #fff top right no-repeat;
}

#footer div.right a:hover {
    background: url(img/logo_waldseilpark.png) #fff top left no-repeat;
}

/* Header image transitions */
/* default opacity for IE */
img {
	filter:alpha(opacity=100);
	}

/* duplicate image positioning */
img.idupe {
	position:absolute;
	z-index:30000;
	visibility:hidden;
}

/* Stationen */

table.stations tr.images td { padding: 20px 20px 0 20px;}
table.stations tr.headings td { text-align: center!important; font-weight:bold; font-size: 1.3em; }


table.affen tr.headings td { color: #fe6700; }
table.murmeltier tr.headings td { color: #27cc2e; }
table.eichhoernchen tr.headings td { color: #1600ff; }
table.tschepparutsche tr.headings td { color: #201408; }

/* Google 404 */
#goog-wm { }
#goog-wm h3.closest-match { }
#goog-wm h3.closest-match a { }
#goog-wm h3.other-things { }
#goog-wm ul { margin-top:10px; }
#goog-wm ul li { }
#goog-wm li.search-goog { display: block; }

