/*
 *
 * 	Cascading Style Sheet for index.html at www.svanholm.dk
 *
 *		Basically: all elements will be centered in the browser window,
 *		the background colour is that of the menu (a warm brown/grey)
 *		and all other elements are as they appear on the standard pages.
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

body {
	background-color: #CFBE82;
}

#container {
	margin: 200px auto auto auto;
	vertical-align: middle;
	text-align: center;
}

h2 {
  margin: 4px 0px 20px 0px;
  padding: 0;
  font-size: 16px;
  font-family: Trebuchet, Trebuchet MS, DejaVu Sans Condensed, Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: center;
  color: #003030;
}

p {
  margin: 0;
  padding: 0;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: center;
  color: #303030;
}

p.distance {
  margin-bottom: 8px;
}

a {
  color: #c00000;
  text-decoration: none;
  border-style: dotted;
  border-width: 0 0 1px 0;
  }

a:hover {
  background-color: #EbEbD0;
  color: #a00000;
  text-decoration: none;
  border-style: solid;
  }

a.h2 {
  color: #c00000;
  border-style: none;
}

a.h2:hover {
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #a00000;
}
