body {
	background: #000;
}
h1, h2, h3, h4, h5, h6, p {
  /* font-family: "Century Gothic","Lucida Grande","Lucida Sans",Verdana; */
  /* font-family: "Gill Sans", "Trebuchet MS", "Verdana"; */
  /* font-family: Palatino, Georgia; */
  font-family: 'Trebuchet MS','Bitstream Vera Sans', 'Lucida Sans Unicode', Verdana, sans-serif;

}
h2, h3 {
  margin-bottom: 0.2em;
}
blockquote {
	border: none;
	/* background: url(/assets/images/shade_bk4.png); */
	color: #404040;
	margin: 2px 0 12px 0;
	padding: 0;
  
 	background: url(/assets/images/quote_e90.png) no-repeat 0px 0px;
	padding: 7px 5px 5px 20px;
}
p {
  font-size: 1.2em;
}


/* general classes */
div.img {
 font-size:0pt;
}



/* layout: default */
div.container{
    background: white;
}

#main {
    background: url(/assets/images/main_bg.png) repeat-x;
    /* height: 234px; */
}
#main #content {
    padding: 15px;
    border-left: 1px solid #cac9b5;
    border-right: 1px solid #cac9b5;

    /* render all way down */
    min-height: 410px;
    height: auto !important;
    height: 410px;
}
#content p {
    
}
#right_sidebar {
  background: url(/assets/images/main_bg.png) repeat-x;
  min-height: 410px;
  height: auto !important;
  height: 410px;
}




/* page: spelschema */
#spelschema ul {
  list-style: none;
  margin: 0;
}
dl, dt, dd {
  margin: 0;
  padding: 0;
}
#spelschema dl {
}
#spelschema dt {

  float: left;
  margin-top: 0.3em;
  font-weight: normal;
  font-size: 1.1em;
  font-style: italic;
}
#spelschema dd {
  margin-left: 3em;
  font-size: 1.5em;
  font-family: Palatino, Georgia, serif;
}
#spelschema h2 {
    margin-top: 20px;
}

