@charset "utf-8";
/* CSS Document */

  body {
    background-image:url(images/background5.png);
	color: black; background-color: white;
	background-position:center;
	background-repeat:repeat; /* Wiederholung des Hintergrundes*/
	background-attachment:fixed;
    font-size: 100.01%;
    /*font-family: Helvetica,Arial,sans-serif; */
	font-family:"Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	margin-top: 2em; /*Abstand von oben*/
    /*margin: 0; */
	padding: 1em 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
  }

  div#Seite {
    text-align: left;   /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;     /* standardkonforme horizontale Zentrierung */
    width: 1000px;		/* 100px breit*/
	height: 650px;		/* 700px hoch*/
    padding: 0.0em;		/* Abstand vom Container 'Seite' gegen innen*/
    border:4px #000000; /* schwarzer Rand um Website*/
	border-style:solid;
	background-color: white;

  }
  
  div#Login {
    float:left;
	width:1000px;
	height:640px;
	overflow:auto;
	vertical-align:middle;
  	/*margin-right: 0px;
	margin-left: 20px;
	margin-top: 0px;
    padding: 0 0em;
	*/
	
    /*border: 1px dashed silver;  */
	/*background-image:url(schnoerkel.png); /* Schnörkel-Bild befindet sich auf jeder Seite rechts oben*/
	/*background-position: 360px 10px;
	background-repeat:no-repeat;*/
  }
  
  div#Login rot {
  color: #750618;
  }
  
  div#header {
  	text-align:center;
	margin: 0 auto;
	position:relative;
	height: 100px;
	width: 100%;
	/* tmp background-color:#00CC00; /* Hintergrund grün */
  }
  
  div#home {
    font-size: 0.91em;
    float: left; 
	width: 300px; 
	height: 650px;
    margin: 0; padding: 0;
    border-right: 1px solid black;
	/*background-color:#CCFF00;*/
	background-image:url(images/home_background.png);
	background-position:bottom;
	/*background-position:left;*/
	background-repeat:no-repeat;
  }
  
  div#wunsch {
    font-size: 0.91em;
    float: left; 
	width:270px;
	height: 650px;
	overflow:auto;
	margin: 0;
	padding: 0;
	padding-left:15px;
	padding-right:15px; 
	border-right: 1px solid black;
	/*border: 1px dashed silver;*/
	/*background-color:#CCFF00;*/
	/*background-image:url(images/wunsch_background.png); */
	/*background-position:bottom; */
	/*background-position:left;*/
	/*background-repeat:no-repeat; */
  }
  
  font.wunsch {
  	font-size: 0.8em;
	text-align: left;
  }
  
  ul#Navigation {
    font-size: 0.91em;
	float:right;
	margin-top: 4em;   /*Abstand der Navigation von oben*/
	margin-right: 1em; /*Abstand der Navigation von dem mittleren schwarzen Strich*/
	width:auto; 
    padding: 0;
    /*border: 1px dashed silver;*/
	/* background-color:#3333FF; /* Hintergrund violett */
  }
  
  ul#Navigation li {
    list-style: none;
	margin: 0; 
	padding: 0.1em;
  }
  ul#Navigation a {
    display:block;
	text-align:right;
	margin: 0;
    padding: 0;
    font-weight: bold;
  }
  
  ul#Navigation a:link {
    color: white; border: 0;
  }
  ul#Navigation a:visited {
    color: white; border: 0;
  }
  ul#Navigation a:hover {
    color: white; border: 0;
  }
  ul#Navigation a:active {
    color: white; border: 0;
  }
  
  div#Inhalt {
    float:left;
	width:679px;
	height:650px;
	overflow:auto;
  	margin-right: 0px;
	margin-left: 20px;
	margin-top: 0px;
    padding: 0 0em;
    /*border: 1px dashed silver;*/
	/*background-image:url(schnoerkel.png); /* Schnörkel-Bild befindet sich auf jeder Seite rechts oben*/
	/*background-position: 360px 10px;
	background-repeat:no-repeat;*/
  }
  
  div#Karte {
    position:relative;
	/*float:left;*/
	width:694px; /*original 697px */
	height:650px;
	overflow:auto;
  	margin-right: 5px;
	margin-left: 5px;
	margin-top: 0px;
    padding: 0 0em;
	overflow:hidden; /* Überlauf von div-box verhindern*/
    /* border: 1px dashed silver; */
	background-image:url(images/australien_karte_m.jpg); /* Australien Karte fix als Hintergrund Bild*/
	background-position:center 115px; /*Abstand der Australien Karte vom oberen Rand*/
	background-repeat:no-repeat;
  }
  
  a.foto:link {
    text-decoration:none; color:green; background-color: yellow;
  }
  a.foto:visited {
    text-decoration:none; color:#750618; background-color: white;
  }
  a.foto:hover {
    text-decoration:none; text-decoration:underline; color:green; background-color: yellow;
  }
  a.foto:active {
    text-decoration:none; color:orange; background-color: blue;
  }
  
  /* 
  div#Inhalt a:link {
    text-decoration:none; color:#750618; background-color: white;
  } */
  div#Inhalt a:link {
  	text-decoration:none; text-decoration:underline; color:black; background-color: white;
  }
  div#Inhalt a:visited {
    text-decoration:none; text-decoration:underline; color:black; background-color: white;
  }
  div#Inhalt a:hover {
    text-decoration:none; text-decoration:underline; color:#750618; background-color: white;
  }
  div#Inhalt a:active {
    text-decoration:none; text-decoration:underline; color:#750618; background-color: white;
  }
  
  div#Inhalt ul {
    margin-top: -0.8em;
  }
  div#Inhalt li {
    /*list-style-type:disc;*/
	list-style-image:url(images/bullet_red.gif);
	line-height:100%;
	padding:0px;
    margin:0px;
  }
   
  div#Inhalt h1 {
    font-size: 1.5em;
    margin: 0 0 1em;
  }
  div#Inhalt h2 {
    font-size: 1.2em;
    margin: 0 0 1em;
  }
  div#Inhalt p {
    font-size: 0.95em; /*Font Grösse für den gesamten Text*/
    margin: 1em 0;
  }
  div#Inhalt rot {
  	color: #750618;
  }
  font.rot {
  	color: #750618;
  }
  font.foto {
  	font-size: 0.75em;
	text-align: left;
  }
  td.foto {
    font-size: 0.75em;
	text-align:left;
	vertical-align:top;
  }
  p.smalltext {
  	font-size:8px;
  }
  
  p.textindent {
  	margin-left: 15px; /* Text einrücken */
  }
  
  table#Ablauf {
  	border-width:2px;
  	border-style:solid;
  	border-color:#750618;
  	padding:0.3em;
  }
  img {
	border:0; /*damit bei den lightbox Fotos kein blauer Rand erscheint*/
  }
  div#footer {
	clear: both;
	height:auto;
	/* tmp background-color:#336600; /* Hintergrund grün */
	text-align: right;
	font-size: 90%;
  }
  
  div#wunsch ul {
    /*margin-top: -0.8em;*/
	margin-top: 0;
	margin-left:-25px;
  }
  div#wunsch li {
    /*list-style-type:disc;*/
	list-style-image:url(images/bullet_red.gif);
	line-height:100%;
	padding:3px;
    margin:0px;
  }
  