@charset "utf-8";
/* CSS Document 
Publisher:Atiu Guesthouse
Author:Katja Bubenzer
*/

body {
   background: white;
   font-size: 12pt;
   }
#menu {
   display: none;
   }
img{
	border:none;
	padding:10px;
}
h1, h2{
float:none;
font-size:13pt;
}
#wrapper, #content, #footer-wrapper {
   width: 100%;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
div#content {
   margin-left:10px;
   padding-top: 1em;
   border-top: 1px dotted #b0a188;
   }
div#head, div#head img, form {
   display:none;
 }
a:link, a:visited {
   color: #ccc;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
#content a:link:after, #content a:visited:after, #footer-wrapper a:link:after, #footer-wrapper a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#content a[href^="/"]:after, #footer-wrapper a[href^="/"]:after  {
   content: " (http://www.atiu-guesthouse.com" attr(href) ") ";
   }
