/* CSS Document */
/* Fuer die Druckausgabe ueberfluessiges abschalten */
#banner, #navi, #bild, #footer1 { display: none; }

body {
  margin: 30px 50px;
  padding: 0;
	font-size: 12px;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  color: black;
  background: transparent;
}

h1 {font-weight:bold;
	font-size: 14px;
	line-height:18px;
	margin:0;
	padding:0;}
	
h2 {font-size: 13px;
	line-height: normal;
	font-weight:bold;
	}
	
	h3 {font-size: 13px;
	font-style: italic;
	line-height:normal;
	font-weight:normal;
	}

a, a:visited, a:hover, a:visited:hover {
  color: #04667e;
  background: transparent;
  text-decoration: none;
}
a:link:after, a:link:visited:after {
  font-size: 76%;
  color: #999;
  background: transparent;
}

a[href^="/"]:link:after {
  content: " (Link auf <http://schuhbecks-check-inn.de>) ";}
