@charset "utf-8";

/* ============================================
   Stylesheet for saatiopalvelu.net
   09.03.2009
   by www.sbihl.de
   ============================================ */
   
/* Allgemeine Definitionen
----------------------------------------------- */
html {
	overflow-y: scroll;
}
body {
	background: #57701c url(gfx/wald.jpg) no-repeat fixed top right;
	color: #304207;
	font-size: 100.01%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: left;
}
img,
a img {
	border: 0;
}
hr {
	display: none;
}	
.bildlinks,
.bildrechts,
.bildfull {
	background: #fff;
	border: 1px solid #e1e4cf;
	color: #aeb19e;
	float: left;
	font-size: .9em;
	margin: 0 0 1em 0;
	line-height: normal;
	padding: 4px 4px 1px 4px;
	text-align: right;
}
.bildlinks{
	float: left;
	margin: 0 12px 1em 0;
}
.bildrechts {
	float: right;
	margin: 0 0 1em 10px;
}
.clear {
	clear: both;
	font-size: 1%;
	height: 1px;
	line-height: 1px;
}
.xs {
	font-size: .9em;
}
.tab {
	float: left;
	width: 14em;
}

/* Links
----------------------------------------------- */
a,
a:visited {
	color: #000;
	outline: none;
	text-decoration: underline;
}
a:hover {
	color: #304207;
	text-decoration: none;
}
#breadcrumb a,
#breadcrumb a:visited,
#footer a,
#footer a:visited {
	color: #aeb19e;
	text-decoration: none;
}
#breadcrumb a:hover,
#footer a:hover {
	color: #aeb19e;
	text-decoration: underline;
}

/* Typo
----------------------------------------------- */
h1, h2, h3, h4, h5, h6, h7 {
	margin: 0;
	line-height: normal !important;
	padding: 0;
}
h1 {
	font-size: 1.67em;
	font-weight: normal;
	margin: 0 0 .5em 0;
}
h2, h3, h4 {
	font-size: 1.1em;
	margin: 1.2em 0 .2em 0;
}
p {
	margin: 1em 0;
	padding: 0;
}
#content ul {
	margin: 3px 0 1em 20px;
	padding: 0;
}
#content ul li {
	margin: 0;
	padding: 0;
	list-style: disc;
}

/* Layout
-----------------------------------------------*/ 
#wrapper {
	font-size: 62.5%;
	margin: 9px 0 0 9px;
	padding: 0;
	text-align: left;
	width: 961px;
}
#wrapper:after {
	clear: both; 
	content: "."; 
	display: block; 
	height: 0; 
	visibility: hidden;
}
#wrapper {display: inline-block;}
/* Hides from IE-mac \*/
* html #wrapper {height: 1%;}
#wrapper {display: block;}
/* End hide from IE-mac */
#main {
	background: #f9faf5;
	border: 1px solid #fff;
	float: left;
	margin: 0 9px 0 0;
	padding: 0;
	width: 820px;
}
#header {
	background: url(gfx/bg_header.png) repeat-x 0 0;
	float: left;
	height: 105px;
	margin: 0;
	padding: 0;
	width: 100%;
}
#header p {
	margin: 0;
	padding: 0;
}
.logo {
	margin: 25px 0 0 230px;
}
#breadcrumb {
	color: #aeb19e;
	float: left;
	font-size: 1.1em;
	margin: 0;
	line-height: 2.5em;
	padding: 0;
	width: 100%;
}
#breadcrumb p {
	border-top: 1px solid #e1e4cf;
	margin: 0 15px;
	padding: 0 0 0 215px;
}
#container {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}
#navigation {
	background: url(gfx/bg_verlauf.png) repeat-x 0 0;
	float: left;
	margin: 0 15px;
	padding: 20px 0;
	width: 200px;
	min-height: 440px;
	height: auto !important;  /*moderne Browser*/
	height: 440px;  /*IE*/
}
#content {
	background: url(gfx/bg_verlauf.png) repeat-x 0 0;
	float: right;
	font-size: 1.2em;
	margin: 0 15px 0 0;
	line-height: 1.5em;
	padding: 20px 15px;
	width: 545px;
	min-height: 440px;
	height: auto !important;  /*moderne Browser*/
	height: 440px;  /*IE*/
}
#footer {
	color: #aeb19e;
	float: left;
	font-size: 1.1em;
	margin: 50px 0 0 0;
	line-height: 3.3em;
	padding: 0;
	text-align: right;
	width: 100%;
}
#footer p {
	border-top: 1px solid #e1e4cf;
	margin: 0 15px;
	padding: 0;
}
#sidebar {
	float: left;
	margin: 134px 0 0 0;
	padding: 0;
	width: 130px;
}
#sidebar p {
	margin: .5em 0;
	padding: 0;
}
#sidebar p.adhead {
	text-align: center;
	color: #999;
	font-weight: bold;
}
.adsep {
	float: left;
	height: 15px;
	width: 100%;
}
.box {
	background: #fff;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	/*Transparenz Ende*/
	float: left;
	font-size: 1.2em;
	margin: 0 0 20px 0;
	padding: 5px 5px 10px 5px;
	width: 120px;
}
.transparent {
	background: #fff;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

/* Tabellen
-----------------------------------------------*/
#dict_big {
	margin: 1em 0;
	padding: 0;
	width: 545px;
}
#dict_big th,
#dict_big td {
	padding: 0 5px 0 0;
	vertical-align: top;
	width: 267px;
}
#dict_small {
	margin: .5em 0;
	padding: 0;
	width: 168px;
}
#dict_small th,
#dict_small td {
	padding: 0 1px 0 0;
	width: 83px;
}


/* Navigationen
-----------------------------------------------*/
ul#menu {
	font-size: 1.4em;
	margin: 0;
	line-height: 1.5em;
	padding: 0 3px 0 8px;
}
ul#menu li {
	font-weight: bold;
	margin: 0;
	list-style: none;
	padding: 15px 0 0 0;
}
ul#menu li a,
ul#menu li a:visited {
	color: #364a07;
	text-decoration: none;
}
ul#menu li a:hover {
	color: #304207;
	text-decoration: underline;
}
ul#menu li a.selected {
	color: #000;
}
/*2. Ebene*/
ul#menu ul {
	font-size: .83em;
	margin: 0;
	line-height: 1.2em;
	padding: 0;
}
ul#menu ul li {
	font-weight: normal;
	margin: 0;
	list-style: none;
	padding: 0;
}
ul#menu ul li:before {
	content: "\00BB \0020";
}
ul#menu ul li a,
ul#menu ul li a:visited {
	color: #364a07;
	text-decoration: none;
}
ul#menu ul li a:hover {
	color: #304207;
	text-decoration: underline;
}
ul#menu ul li a.selected {
	color: #000;
	font-weight: bold;
}