/*** Allgemein ***/
* {
	font-family:verdana,arial,helvetica,sans-serif;
	color:#000000;
}

body {
	background-color:#FFCC99;
	background-image:url(./bilder/hintergruende/bricks-background.jpg);
	margin:5px 5px 5px 5px;
}

a {
	color:#FF4500;
  background-color:transparent;
  text-decoration:none;
}

a:hover {
	color:#0045FF;
  background-color:transparent;
  text-decoration:underline;
}

/*** Navigation ***/
#listmenu {
  list-style-type:none;
  margin:0px 0px 0px 0px;
  padding:5px 5px 5px 5px;
  width:130px;
  border:1px solid #000000;
  font-size:0.8em;
  line-height:1.4em;
  background-color:#660000;
  background-image:url(./bilder/hintergruende/navibar-background.jpg);
}

#listmenu a {
	color:#FFCC99;
  background-color:transparent;
  text-decoration:none;
  padding: 1px 1px 1px 26px;
  display:block;
  width:100px;
}

#listmenu a:hover {
  color:#330000;
	background-color:#E7B34D;
  background-repeat:no-repeat;
  border:1px solid #000000;
  padding: 0px 0px 0px 25px;
}

#listmenu a#sardinien:hover   {	background-image:url(./bilder/navibar/sard-bg.gif);}
#listmenu a#narbolia:hover    {	background-image:url(./bilder/navibar/narbolia-bg.gif);}
#listmenu a#haus:hover        {	background-image:url(./bilder/navibar/haus-bg.gif);}
#listmenu a#straende:hover    {	background-image:url(./bilder/navibar/straende-bg.gif);}
#listmenu a#ausflug:hover     {	background-image:url(./bilder/navibar/ausflug-bg.gif);}
#listmenu a#karte:hover       {	background-image:url(./bilder/navibar/karte-bg.gif);}
#listmenu a#wetter:hover      {	background-image:url(./bilder/navibar/wetter-bg.gif);}
#listmenu a#anreise:hover     {	background-image:url(./bilder/navibar/anreise-bg.gif);}
#listmenu a#gbuch:hover       {	background-image:url(./bilder/navibar/gbuch-bg.gif);}
#listmenu a#kontakt:hover     {	background-image:url(./bilder/navibar/kontakt-bg.gif);}
#listmenu a#links:hover       {	background-image:url(./bilder/navibar/links-bg.gif);}


#hausmenu {
  list-style-type:none;
  margin:-4px 0px 0px 13px;
  padding:0px 0px 0px 0px;
  width:108px;
  border:1px solid #000000;
  font-size:0.75em;
  line-height:1.4em;
  background-color:#660000;
  background-image:url(../bilder/hintergruende/navibar-background.jpg);
}

#hausmenu a {
	color:#FFCC99;
  background-color:transparent;
  text-decoration:none;
  padding: 1px 1px 1px 2px;
  display:block;
  width:105px;
}

#hausmenu a:hover {
  color:#330000;
	background-color:#E7B34D;
  background-repeat:no-repeat;
  border:1px solid #000000;
  padding: 0px 0px 0px 1px;
}

#gbuchmenu {
  list-style-type:none;
  margin:-4px 0px 0px 16px;
  padding:0px 0px 0px 0px;
  width:100px;
  border:1px solid #000000;
  font-size:0.75em;
  line-height:1.4em;
  background-color:#660000;
  background-image:url(../bilder/hintergruende/navibar-background.jpg);
}

#gbuchmenu a {
  color:#FFCC99;
  background-color:transparent;
  text-decoration:none;
  padding: 1px 1px 1px 2px;
  display:block;
  width:97px;
}

#gbuchmenu a:hover {
  color:#330000;
  background-color:#E7B34D;
  background-repeat:no-repeat;
  border:1px solid #000000;
  padding: 0px 0px 0px 1px;
}

div.smallmap {
	padding-left:15px;
}

div.smallgbuch {
	padding-left:16px;
}

div.smallhaus {
	padding-left:13px;
}

div.counter {
  color:#FFCC99;
  margin:20px 0px 0px 0px;
  padding:5px 5px 5px 5px;
  width:130px;
  text-align:center;
  border:1px solid #000000;
  font-size:0.8em;
  line-height:1.4em;
  background-color:#660000;
  background-image:url(../bilder/hintergruende/navibar-background.jpg);
}

span.counter {
	color:#FFCC99;
	font-weight:bolder;
}

/*** Hauptteil ***/

div.main {
	margin:0px 0px 0px 0px;
  padding:20px 5px 10px 20px;
  position:absolute;
  top:125px;
  left:150px;
  width:600px;
}

h1 {
  font-size:1.05em;
  line-height:1.1em;
}

h2 {
  font-size:1.0em;
  line-height:1.05em;
}

table caption {
  font-weight:bold;
  font-size:1.05em;
  line-height:1.1em;
}

/* img {
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}*/

img.photo { 
  border: 1px solid #aaa;
  background-color: white; 
  padding: 4px ;
  margin-right: 12px; 
}

.photocaption {
  font-size:90%; 
  font-style:italic; 
  vertical-align:middle;
}

/*table {
	width:98%;
}*/

span.highlight {
	color:#FF4500;
}

div.smallfont {
	font-size:0.9em;
  line-height:1.1em;
  font-weight:bold;
  text-align:right;
}

/* Gästebuch */
.guestbookentry { 
	background-color: #FCF4DC;
	border-width: 1px;
	border-style: solid;
	border-color: lightgray;
	margin-bottom: 1em;
	padding: 1em;
}

.guestbookentry .header {
	border-bottom: 1px solid gray;
	padding-bottom: 0.3em;
	font-style: italic;
	text-align: right;
	font-size: 75%;
	color: gray;
}

.guestbookentry .footer {
	border-top: 1px solid gray;
	padding-top: 0.3em;
	font-size: 75%;
	font-style: italic;
	color: gray;
}

.guestbookentry .signature {
	font-size: 120%;
	font-style: italic;
}

#entryform { 
	border: 1px solid #AAA;
	background-color: #FCF4DC;
}
#submitfeedback {
	color: red; 
	border: 2px dashed red;
	background-color: #FFF0B0;
	padding: 1em;
}

.missing {
	border: 1px solid red;
	background-color: #FFF0B0;
}

