@CHARSET "UTF-8";

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

/* allgemeine Klassen */

.clear {
	float: none;
	clear: both;
	/*height: 1px;*/
	/*margin-top: -1px;*/
}

div#inhalt .zentriert {
	text-align: center;
}

div#inhalt .unten,
div#inhalt .untenausrichten {
	vertical-align: bottom;
}

div#inhalt .dunkelblau {
	color: #0066cc;
}

div#inhalt .orange {
	color: #FF9900;
}

div#inhalt .weiss {
	color: #FFFFFF;
}

/* noch zu überarbeiten .. wo sind die? */

div#inhalt .unterwasser { 
	text-align: justify; 
	color: #000000; 
}

div#inhalt .bildunterschriftunterwasser { 
	font-size: 8pt; 
	text-align: justify; 
	color: #000000; 
}

.fusszeilecenter {
	font-size: 12px;
	text-align: center;
}

.kleineueberschriften {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0066CC;
	font-weight: bold;
}


/* a */

a {
	text-decoration: none;
	color: #ff9900;	
}

a:active { 
	text-decoration: none; 
	color: #ff9900; 
}

a:link { 
	text-decoration: none; 
	color: #ff9900; 
}

a:visited { 
	text-decoration: none; 
	color: #ff9900; 
}

div#header-navigation li a {
	text-decoration: none;
	text-align: right;
	color: #FF9900;
	margin: 0px
		0px
		0px
		0px;
	border: 0px dotted green;
}

div#header-navigation li a:hover,
div#header-navigation li a:visited:hover {
	color: #0066CC;
}

div#header-navigation li a:visited {
	color: #FF9900;
}

div#navigation1 li a {
	display: block;
	width: 130px;
	font-size: 10pt;
	padding: 0.1em
		0em;
	color: #296FB5;
	border: 1px solid #296FB5;
}

div#navigation1 li a:hover {
	background: orange;
}

/* div */

div#header-logo {
	text-align: right;
}

div#inhalt-hauptteil {
	text-align: left;
}

div#inhalt-rechts div.highlight {
	margin: 10px
		6px;
}

div#inhalt-rechts div.abstandunten {
	background: white;
	padding: 0px
		0px
		10px
		0px;
	border: 4px solid #808080;	
}

div#inhalt-rechts {
	text-align: center;
}

div#inhalt-innen-wrapper {
	text-align: center;	
}

/* h1 - h6 */

h1,
h2{
	color: #0066cc;
	font-size: 18pt;
}

h3{
	color: blue;
	font-size: 18pt;
}

/* img */

img {
	border: 0px;
}

div#header-trenner img {
	float: left;	
}

div#navigation1 img#blauer-trenner {
	float: left;
	margin-left: 15px;	
}

/* li */

div#header-navigation li {
	display: inline;
	list-style-type: none;
	list-style-position: inside;
	margin-left: 0em;
	padding-left: 1em;
	padding-right: 1em;
	font-weight: bold;
	border-left: 0px solid #FF9900;
	border-right: 2px solid #FF9900;
	border-style: collapse;
}
div#header-navigation ul li:last-child,
div#header-navigation ul li.last {
	border-right: 0px;
	padding-right: 0em;	
}

div#inhalt ul li {
	margin-bottom: 0.5em;	
}
	
div#navigation1 li {
	list-style-type: none;
	text-align: center;
	margin-bottom: 0.3em;
}

div#sprachauswahl li {
	list-style-type: none;
	margin: 10px
		0px
		0px
		0px;
}

/* p */

div#inhalt p { 
	font-size: 10pt; 
}

div#inhalt p.klein { 
	font-size: 8pt; 
	text-align: right; 
}

div#inhalt p.unterwasser { 
	text-align: justify; 
	color: black;
}

div#inhalt p.bildunterschriftunterwasser { 
	font-size: 8pt; 
	text-align: justify; 
	color: black;
}

div#inhalt p.navigationsleiste { 
	text-align: right; 
}

div#inhalt p.fusszeile { 
	text-align: left; 
	color: #0000ff; 
}

div#inhalt p.news { 
	font-size: 14pt;
	text-align: left;
}

div#inhalt p.weiss { 
	font-size: 19px;
	font-weight: bold;
}

/* span */

div#header .tauchreiseveranstalter {
	font-size: 13.5pt;
	color: #000000; 
}

/* table, tr, td */

div#inhalt td {
	vertical-align: top;
	font-size: 10pt;
}

div#inhalt td.abstand { 
	padding: 5px 
}

div#inhalt td.bottom { 
	vertical-align: bottom; 
	text-align: center; 
}

div#inhalt td.tropenurlaub { 
	color: white;
	font-size: 14pt; 
	text-align: center; 
}

div#inhalt td.unterwasser { 
	text-align: justify; 
	color: black; 
}


	
div#header-navigation ul {
	display: block;
	float: left;
	margin: 5px
		0em
		0em
		180px;
	padding: 0;
}

div#inhalt ul {
	list-style: square;
	/*font-size: 12pt;*/	
}

div#navigation1 ul {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}

div#sprachauswahl ul {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: center;
	border: 0px solid yellow;
}

