/* DATEI: stylesheet.css */

/*	Dies ist das Stylesheet fuer Krabbelbiester.de
	Stand: 17. mar 2017 */

/* Schriftart */
p,h1,h2,h3,h4,h5,ul,ol,li,div,address,blockquote,nobr,b,i,textarea,a,br { font-family:Verdana; }

/* Schriftgroesse */
ul,ol,li,div,address,textarea,a,br { font-size:10pt; }

/* basic elements */
body {
	font-family:Verdana;
	font-size: 10pt;
	background: #F5DEB3 repeat top center;
	}
p {
	font-size: 10pt;
	}
p.umrahmter_fetter_Text_in_der_Box {
  position: relative;
  left: 5%;
  width: 90%;
  padding: 20px;
  padding-bottom: 25px;
  border: 1px solid black;
  line-height: 1.5em;
  color: black;
  font-weight: bold;
  text-align: justify;
  background-color: #eeeeee
  }
table.nach_rechts {
  position: relative;
  left: 5%;
  }
h4 {
	font-size: 13pt;
	}
th {
	font: 10pt Verdana;
	font-weight: bold;
	}
td {
	font: 10pt Verdana;
	}
a:link {
	text-decoration:none;
	}
a:visited {
	text-decoration:none;
	}