/**
 * (c) IN·TAKT Media GmbH, http://www.intakt.net/
 * Project: Gräfliche Sammlungen Schloss Erbach
 * Purpose: Defining the base elements and styles
 * 
 * Created: 2007-01-22
 * Changes: 
 */
html, body
{
  color:#000000;
  background:#ffffff;
  font-size:100.01%;
  font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular,sans-serif;
}

h1,h2,h3,h4,h5
{
  font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular,sans-serif;
  margin:0;
  padding:0;
  color:rgb(0,0,128);
  background:inherit;
}
h1 {font-size:1.6em}
h2 {font-size:1.4em}
h3 {font-size:1.2em}
h4 {font-size:1.0em}
h5 {font-size:1.0em;font-weight:normal}

p
{
  margin:0;
  padding:0;
}

img
{
  border:0 none;
}

form
{
  display:inline;
}

input, select, textarea
{
  font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular,sans-serif;
}

a {color:rgb(72,72,72);background:inherit}
a:link {color:rgb(72,72,72);background:inherit}
/*a:visited {color:rgb(153,58,37);background:inherit} 04,05,10 */
a:hover {color:rgb(153,58,37);background:inherit}
a:active {color:rgb(153,58,37);background:inherit}

.spacer{height:50px}

.hide{display:none}