/*----- Standard HTML Elemente -----*/

body {
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: black;
  background: white;
  text-align: left;
  
  /*
  background: url("/store/img/background.5.gif") repeat-x #f2f2f2;
  background: white url("/store/img/flagge.gif");
  background: url("../img/page_background.gif") repeat-x #9FA9B3;
  background-repeat: repeat;
  background-position: center;
  */
}

/** ---------- Überschriften ---------- */ 
h1, h2, h3, h4, h5, h6 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: normal;
  color: #B30000;
  text-align: left;
  background-image: url(/store/img/dotted-underline.gif);
  background-position: bottom;
  background-repeat: repeat-x;
}

h1 {
  font-size: 220%;
}
h2 {
  font-size: 200%;
}
h3 {
  font-size: 180%;
}
h4 {
  font-size: 160%;
}
h5 {
  font-size: 140%;
}
h6 {
  font-size: 120%;
}

form {
  margin: 0px;
}

div {
  font-size: 100%;
}

div.content {
	color: black;
	font-size: 100%;
	text-align: justify;
	line-height: 150%;
	margin-bottom: 0.5em;
}

table {
  font-size: 100%;
}

/** Keine Rahmen bei Grafiken innerhalb von Links */
a img {
	border: 0px;
}

/** Links */
a {
  font-weight: bold;
  font-size: 100%;
  text-decoration: none;
  color: darkblue;
}

a:link {
}	
		
a:visited {
  font-weight:	bold;
  color: grey;
}

a:active {
  color: black;
  text-decoration:	none;
  font-weight:	bold;
}

a:hover	{	
  color: darkred;
  text-decoration: underline;
}

