@charset "utf-8";

/* ============================================
   Stylesheet for abenteuer-belize.de
   14.03.2009
   by www.sbihl.de
   ============================================ */
   
@charset "utf-8";

/* Allgemeine Definitionen
----------------------------------------------- */
html {
	background: #2f4d0f url(gfx/bg2.jpg) fixed repeat 0 0;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-y: scroll;
}
body {
	color: #000;
	font-size: 100.01%;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}
#bg {
	background: url(gfx/bg.jpg) repeat-y top center;
	min-height: 100%;
	height: auto !important;  /*moderne Browser*/
	height: 100%;  /*IE*/
	margin: 0 auto;
	width: 980px;
}
img,
a img {
	border: 0;
}
hr {
	display: none;
}	
.querrechts {
	background: #fff url(gfx/quer.jpg) no-repeat 0 0;
	float: right;
	margin: 0 0 10px 10px;
	padding: 7px 8px 9px 7px;
}
.querlinks {
	background: #fff url(gfx/quer.jpg) no-repeat 0 0;
	float: left;
	margin: 0 12px 10px 0;
	padding: 7px 8px 9px 7px;
}
.hochrechts {
	background: #fff url(gfx/hoch.jpg) no-repeat 0 0;
	float: right;
	margin: 0 0 10px 10px;
	padding: 7px 8px 9px 7px;
}
.hochlinks {
	background: #fff url(gfx/hoch.jpg) no-repeat 0 0;
	float: left;
	margin: 0 12px 10px 0;
	padding: 7px 8px 9px 7px;
}
.kartelinks {
	padding-right: 20px;
}
.clear {
	clear: both;
	font-size: 1%;
	height: 1px;
	line-height: 1px;
}
.xs {
	font-size: .83em;
}

/* Links
----------------------------------------------- */
a,
a:visited {
	color: #000;
	outline: none;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a[href^='http://'] {
    background: url(gfx/extern.png) right no-repeat;
    padding-right: 12px;
}
a[href^='http://www.abenteuer-belize.de'],
a[href^='http://abenteuer-belize.de'] {
    background: none;
    padding-right: 0;
}
#footer a,
#footer a:visited {
	color: #000;
	outline: none;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
	text-decoration: underline;
}
.stats {
	display: none;
}

/* Typo
----------------------------------------------- */
h1, h2, h3, h4 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0;
	line-height: normal !important;
	padding: 0;
}
h1 {
	font-size: 1.83em;
	margin: 0 0 .67em 0;
}
h2, h3, h4 {
	font-size: 1.3em;
	margin: 1.5em 0 .5em 0;
}
p, address, blockquote {
	margin: 0 0 1em 0;
	padding: 0;
}
address {
	font-style: normal;
}
#content ul {
	margin: 3px 0 1em 15px;
	padding: 0;
}
#content ul li {
	padding: 0 0 6px 0;
	list-style: disc;
}

/* Layout
-----------------------------------------------*/ 
#wrapper {
	font-size: 62.5%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 980px;
}
#wrapper:after {
	content: "."; 
	display: block; 
	height: 0;
	line-height: 0;
	font-size: 0;
	clear: both; 
	visibility: hidden;
}
* html>body #wrapper {
	display: inline-block; 
	width: 100%;
}
* html #wrapper {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}
#header {
	background: url(gfx/bg_header.jpg) no-repeat 0 0;
	float: left;
	height: 225px;
	margin: 0;
	padding: 0;
	width: 100%;
}
.logo {
	margin: 38px 0 0 0;
}
#container {
	float: left;
	margin: 0;
	padding: 30px 0 0 0;
	width: 100%;
}
#navigation {
	float: left;
	font-size: 1.67em;
	margin: 0;
	padding: 0 48px 0 0;
	text-align: right;
	width: 212px;
}
#content {
	background: url(gfx/papagei.png) no-repeat 566px 40px;
	float: left;
	font-size: 1.4em;
	margin: 0;
	line-height: 1.5em;
	padding: 0 200px 0 0;
	width: 520px;
	min-height: 300px;
	height: auto !important;  /*moderne Browser*/
	height: 300px;  /*IE*/
}
#footer {
	float: left;
	font-size: 1.3em;
	margin: 0;
	padding: 50px 0 10px 0;
	width: 100%;
}
#footer p {
	margin: 0;
	padding: 0 0 0 260px;
}

/* Navigationen
-----------------------------------------------*/
ul#menu {
	font-family: "Times New Roman", Times, serif;
	margin: 48px 0 0 0;
	line-height: 1.5em;
	padding: 0;
}
ul#menu li {
	margin: 0;
	list-style: none;
	padding: 0;
}
ul#menu li a,
ul#menu li a:visited {
	color: #000;
	text-decoration: none;
}
ul#menu li a:hover {
	color: #000;
	text-decoration: none;
}
.selected {
	color: #872b29 !important;
	font-weight: bold;
}

/* Tabellen
-----------------------------------------------*/
.fakten {
	margin: 1em 0;
	line-height: normal !important;
	padding: 0;
}
.fakten td {
	margin: 0;
	padding: 1px 8px 1px 0px;
}