body{
	background-color:#DFEB00;
	color:#000000;
	border:0;
	margin:0;
	padding:0;
	}

@font-face {
	font-family: 'Calligraph421';
	src: url('../fonts/Calligraph421.ttf');
}

#header{
	position:static;
	background-color:#F2FF00;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align:right;
	vertical-align:middle;
	font-size: .6em;
	color:#487679;
	height: 26px;
	margin:0px 650px 0px 0px;
	padding-right:10px;
	border-style: inset;
	border-width: 1px;
	white-space: nowrap;
}

#silver, #shadow{
	position:absolute;
	width:400px;
	color:#ffffff;
	font-family:"Calligraph421",Arial,sans-serif;
	font-variant:small-caps;
	font-size: 3em;
	vertical-align: top;
	white-space: nowrap;
	padding:5px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

#silver{
	top: 0px;
	left:50px;
	z-index:90;
	}

#shadow{
	top:1px;
	left:51px;
	z-index:100;
	}

.silver{
	color:#000000 !important;
}

h1{
	position:static;
	color:#ffffff;
	font-family:"Calligraph421",Arial,sans-serif;
	font-variant:small-caps;
	font-size: 100%;
	white-space: nowrap;
	margin:30px 0px 0px 0px;
}

h3{
	position:static;
	background-color:#F2FF00;
	font-family:"Calligraph421",Arial,sans-serif;
	font-variant:small-caps;
	font-size: 100%;
	color:#487679;
	margin:-10px 0 0 600px;
	padding-left:5px;
	border-style: inset;
	border-width: 1px;
	}

#main{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-right:31%;
	margin-top:20px;
	margin-left:10px;
}

.float-l{
	float: left;
	padding:-5px 0 0 0;
	margin:0 25px 0 0;
}

.img{
	float: left;
	clear: left;
	margin: 0 30px 0 0px;
	padding-left:10px;
}


.a{
	clear:both;
	height:0;
}

.b{
	clear:both;
	height:20px;
}
.c{
	clear:both;
	height: 40px;
}

hr{
	width:100%;
	text-align:left;
	width: 350px;
	min-width: 350px;
	height:3px;
	max-height:2px;
	border-bottom:#868686 1px solid;
	border-top:#A6A6A6 1px solid;
	border-left:transparent 1px solid;
	border-right:transparent 1px solid;
	margin:5px 0 5px 0;
}

#buttons{
	position:static;
	margin:40px 0 50px 450px;
	padding:0 0 0 5px;
	z-index:500;
	background-color:#ffffff;
	border-style: inset;
	border-width: 1px;
}

#footer{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align: center;
	margin-top:20px;
	color:grey !important;
}

/* setup the background image of the Madeira Isles */
.md {
	padding:0;
	margin:0;
	list-style-type:none;
	background:url(../img/md_map/madeira_karte_gross.png);
	width:800px;
	height:438px;
	margin:0px auto 0px auto;
	position:relative;
	z-index:100;
}
/* move the text off screen */
.md li a {
	text-indent:-999px;
	display:block;
	width:8px;
	height:8px;
	background:#000;
	position:absolute;
	line-height:8px;
}
/* make the images and description invisible and an absolute position so that it does not take up any space */
.md li a em {
	visibility:hidden;
	position:absolute;
}
/* position the square markers */
.md li a.sc {top:322px; left:610px;}
.md li a.sj {top:97px; left:470px;}
.md li a.asj {top:100px; left:440px;}
.md li a.aks {top:130px; left:240px;}
.md li a.pdp {top:124px; left:21px;}
.md li a.pm {top:45px; left:124px;}
.md li a.cal {top:265px; left:122px;}

/* move the text back into view on hover */
.md li a:hover {
	background:#600;
	text-indent:0;
	height:1.2em;
	font-size:1em;
	color:#fff;
	line-height:1em;
	padding:2px 10px;
	width:150px;
}
/* hack for IE5.x */
* html .md li a:hover {
	width:110px;
	height:1.5em;
	w\idth:150px;
	he\ight:1.2em;
}
/* make the descriptive text visible, give it a size and position */
.md li a:hover em {
	visibility:visible;
	margin-left:5px;
	background:#fff;
	border:1px solid #600;
	width:200px;
	color:#600;
	padding:25px;
	font-style:normal;
	top:-135px;
	font-family:tahoma, geneva, "lucida sans unicode", "lucida grande", arial, sans-serif;
	letter-spacing:1px;
	line-height:1.5em;
}
/* hack for IE5.x */
* html .md li a:hover em {
	width:200px;
	w\idth:150px;
}
/* give the image a border and margin */
.md li a:hover em img {
	border:1px solid #000;
	display:block;
	margin-bottom:10px;
}
/* style the empty span (I know it's not semantically correct) into an arrow point */
.md li a:hover em span {
	display:block;
	width:0;
	height:0;
	overflow:hidden;
	border:15px solid #fff;
	border-width:15px 0 15px 15px;
	border-left-color:#600;
	position:absolute;
	left:0;
	top:128px;
}
/* hack for IE5.x */
* html .md li a:hover em span {
	width:30px;
	height:30px;
	w\idth:0;
	he\ight:0;
}

