/* copyright   RomanticRoad e.K.  all rights reserved  */
 

  
/*  General Buttons, Paragraphs, Logo, Links  */




P.rr   {
	text-align:center;
	padding:3%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:400;
	color: green;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

P.logo {
	text-align:center;
	font-weight:400;
  	font-family: Arial, Helvetica, sans-serif;
	color: rgb(186,62,69);
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

IMG.logo {
	border-left:1px maroon solid;
	border-right:1px maroon solid;
	border-top:1px maroon solid;
	border-bottom:1px maroon solid;
}

P.logoinfo {
	text-align:center;
	font-weight:400;
	font-family: Arial, Helvetica, sans-serif;
	color: maroon;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

IMG.logoinfo {
	border-left:1px maroon solid;
	border-right:1px maroon solid;
	border-top:1px maroon solid;
	border-bottom:1px maroon solid;
}

P.nav {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:500;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: rgb(0,48,0);
}

IMG.hotel {
	border-left:1px maroon solid;
	border-right:1px maroon solid;
	border-top:1px maroon solid;
	border-bottom:1px maroon solid;
		
}

A:link {
	color: rgb(120,142,196);
	text-decoration: none;
}

A:visited {
	color: rgb(120,142,196);
	text-decoration: none;
}

A:hover {
	color: red;
}

A:active {
	color: red;
	text-decoration: none;
}

A.mnhotel:link {
	color: rgb(0,48,0);
	text-decoration: none;
}

A.mnhotel:visited {
	color: rgb(0,48,0);
	text-decoration: none;
}

A.mnhotel:hover {
	color: rgb(255,0,0);
	text-decoration: none;
}

A.mnhotel:active {
	color: red;
	text-decoration: none;
}



/*  Hotel  */

BODY.pg  {
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

P.hotel {
	text-align:justify;	
	font-weight:500;
	padding-top: 0%;
	padding-bottom:0%;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: rgb(0,48,0);
}

P.htitle {
	text-align:center;	
	font-weight:500;
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(252,213,125);
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

P.mnhotel {
	text-align:center;
	font-weight:400;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: rgb(252,213,125);
}

/*  Sight map    */

P.sightmap {
	text-align:justify;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

IMG.sightmap {

}

TABLE.sightmap {
	border-top: 1px rgb(186,62,69) solid; 
	border-bottom: 1px rgb(186,62,69) solid; 
	border-left: 1px rgb(186,62,69) solid; 
	border-right: 1px rgb(186,62,69) solid; 
	background-color: white;
}

P.mapanchor {
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(186,62,69);
	text-align:left;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

A.sightmap:link {
	color: rgb(186,62,69);
	text-decoration: none;
}

A.sightmap:visited {
	color: rgb(186,62,69);
	text-decoration: none;
}

A.sightmap:hover {
	color: red;
}

A.sightmap:active {
	color: red;
	text-decoration: none;
}

DIV.sightmap {
	position: absolute;
	z-index: 2;
}	
