* {
	font-size:100.01%;
	font-family:Verdana,Helvetica,Arial,sans-serif;
	padding:0px;
	margin:0px;
	border-collapse:collapse;

}
body {
	background-color:#000;
	background-image:url(images/neuseeland.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	color:#fff;
}
a {
	color:#000;
	font-weight:bold;

}
img {
	border:none;
}
td,th {
	padding:2px 5px;
}
thead td {
	font-weight:bold;
	font-size:1.5em;
}
thead {
	border-bottom:1px solid #000;
	padding-bottom:1em;
}
/* ======================
	Allgemeine Klassen
=========================*/
.empfehlung {
	color:#f00;
}
.txtrechts{
	text-align:right;
}
.clear {
	clear:both;
}
/* ======================
	Men�bereich
=========================*/

#menue {
	float:left;
	margin:15em 0 0 0.9em;
	background-image:url(images/hintergrundmenue.png);
	background-repeat:repeat;
	border:1px solid #000;
	padding:0.6em;
	font-size:0.8em;
	color:#000;
	font-weight:bold;
	min-width:8em;
	max-width:16em;
}

#menue ul {
	list-style-type:none;
}

#menue ul li a {
	display:block;
	font-style:normal;
}
#menue h4 {
	margin-top:1.5em;
	margin-bottom:0.2em
}

/* ======================
	Inhalt
=========================*/
#inhalt {
	margin:1em 1em 0 20em;
	background-image:url(images/hintergrundmenue.png);
	background-repeat:repeat;
	padding:1em;
	border:1px solid #000;
	font-size:0.8em;
	line-height:1.5em;
	color:#000;
	min-width: 500px;
}

#inhalt h1 {
	font-size:1.5em;
	margin-top:10px;

}
#inhalt h2 {
	font-size:1.3em;
	margin-top:10px;

}
#inhalt h3 {
	font-size:1.1em;
	margin-top:10px;

}
#inhalt h4 {
	font-size:0.8em;
	margin-top:10px;

}
#inhalt p {
	margin-top:20px;
	text-align:justify;
	max-width:650px;
}
#inhalt .impressum {
	margin-top:20px;
}
#inhalt .impressum td {
	padding:3px;
	padding-right:10px;
}

#inhalt .impressum td:first-child {
	font-weight:bold;
}
#inhalt ul,#inhalt ol {
	margin-left:20px;
}
.abstandoben {
	margin-top:10px;
}
#inhalt .autor {
	list-style-type:upper-roman;
	margin-left:60px;
}
head:first-child+body #inhalt ul ul {
	list-style-image:url(images/pfeil.png);
}
#inhalt .right {
	float:right;
	margin:10px;
}
#inhalt .pic {
	float: left;
	margin: 20px 10px 10px 0;
}
#inhalt .seti td {
	padding:5px;
	border:1px solid #000;
}
#inhalt .popup a span {
	display:none;
}
#inhalt .popup  a:hover { border: 0; }
#inhalt .popup a:hover span {
	display: block;
	position: absolute;
	width:383px;
	height:339px;
	z-index: 100;
	text-decoration: none;
	font-weight: normal;
}
#inhalt .popup .trenner td {
	border-top:1px solid #000;;
}

#sprachen {
	border:1px solid #000;
	margin-top:2em;
}
#sprachen td {
	border:1px solid #000;
	vertical-align:top;

}
#sprachen thead td {
	text-align: center;
	font-style:italic;
}
.adsense {
	margin-left:50px;
	margin-top:20px;
}
/* ======================
	Fuss
=========================*/
#fuss {
	clear:both;
	width:100%;
	text-align:center;
	padding-top:20px;
	color:#fff;
	margin-bottom:10px;
	font-size:0.8em;
}
#fuss a {
	color:#fff;
}
#fuss #w3c {
	float:right;
	margin-right:20px;
}
#fuss ul {
	list-style-type:none;
	width:300px;
	margin:0 auto;
}
#fuss li {
	float:left;
	margin:3px 10px;
}
