﻿/* Reset */
html, body 	{margin: 0; padding:0; border:0; background:transparent; font-size:10px}

div, span, footer, header, nav, section, p, h1, h2, h3, h4, h5, h6, a, ol, ul, li, table, tr, th, td, tbody, tfoot, thead, 	{
	margin: 0;
	padding:0; 
	border:0; 
	background:transparent; 
	vertical-align:baseline;
	color:black
}

p, h1, h2, h3, h4, h5, h6, a, ol, ul, li, table, tr, th, td, {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight:normal;
	font-style:normal;
	font-variant:normal;
	line-height:100%;
	text-decoration: none;
	text-align:right;
	color:fuchsia;
	}


img 		{margin: 0; padding:0; border:0; background:transparent; vertical-align:baseline;}
	





/* Kommentar */




body {	background-color:#575757}
#wrapper {background-color: grey; width:900px; margin: 0px auto;} /* hier die Seitenbreite ändern, abhängige Breiten ("100%") werden automatisch angepasst */
#logo img {width: 100%; height: 100% }
#destinations p a  { font-size:16px; font-family:Verdana; font-weight:bold;  padding: 0px 0px 0px 20px; width:200px; margin-left: 20px}
#destinations a:link 		{ text-decoration: none; color:white; }
#destinations a:visited 	{ text-decoration: none; color:white;}
#destinations a:active 	{ text-decoration: none; color:white;}
#destinations a:focus 	{ color:white; }
#destinations a:hover 	{ text-decoration: underline;  color:red; } 
img {border: 50px; border-color:black}
#footer p {color:white; font-size:14px; font-family:Verdana; font-weight:bold; background-color:#333333; padding: 10px 10px 10px 10px; text-align:center;}