/* 
CSS Reset by Eric Meyer
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ 
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: black;
  background: white;
}
ol, ul {
  list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}

html {
  height: 100%;
}

body {
  background-color: #fff;
  color: #000;
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: 'Georgia', 'Garamond', serif;
	padding:5px 2px;
	border-bottom:solid 1px #EBC9C5;
	background:#FAF4F2;
}

.clear{clear:both; height:0; margin:0; padding:0; font-size:0; overflow:hidden;}

.hidden{display:none;overflow:hidden;visibility:hidden;width:0;height:0}

label, 
input[type=button],
input[type=submit], 
button {
  cursor: pointer;
}

q:lang(de) {
  quotes: '„' '“' '‚' '‘';
}

q:lang(en) {
  quotes: '“' '”' "‘" "’";
}

abbr[title] {
  border-bottom: 1px dotted #888 !important;
  cursor: help;
}

a abbr {
  cursor: pointer !important;
}
img { 
  -ms-interpolation-mode: bicubic; 
}

h1 {
	font-size: 2.0em;
	margin-top: 0em;
	margin-bottom: 0em;
	}
	
h2 {
	font-size: 2em;
	margin-top: 0em;
	margin-bottom: 0em;
	}
	
h3 {
	font-size: 1.7em;
	margin: 1.6em 0em 0.8em 0em;
	}
	
h4 {
	font-size: 1.4em;
	margin: 1.6em 0em 0.8em 0em;
	}
h5 {
	font-size: 1.0em;
	margin: 1.6em 0em 0.8em 0em;
	}

ol, ul, li {
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	}

p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 1.2em 0em 1.2em 0em;
	}