@CHARSET "UTF-8";

/* Hauptfarbe: #822e48 */

/* Text bezogene Formatierungen */

h1, h2, h3, h4, p, td, div, a {
  font-family: Futura, Georgia, sans-serif;
  text-align:left;
}

h1, h2, h3, h4 {
  color: #822e48;
}

h1 {
  font-size: 18pt;
  font-weight: normal;
}

p, div, td {
  font-size: 10pt;
}

a {
  color: #822e48;
  font-weight: bold;
  text-decoration: none;
  font-style: italic;
}



body {
  background: #000000;
	background-image: url(http://theghostandthegrace.com/wp-content/themes/gg/style/images/bg.jpg);
  text-align: center;
	margin: 		20px;
}

div#header {
}

div#deco-left {
	position:		absolute;
	left:			0px;
	top:				600px;
	z-index:	0;
}

div#deco-right {
	position:		absolute;
	z-index:		0;
	top:				1100px;
	right: 			0px;
}

div#container {
  background-image:   url(../images/bg.jpg);
  width: 725px;
  border-left: 		7px solid black;
  border-right: 	7px solid black;
  border-top: 	7px solid black;
  border-bottom: 	7px solid black;
  margin: 0 auto; 
  text-align: center;
  position: relative;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}

/* für den Content-Div */

div#content {
  position: relative;
  top: 0px;
  left: 0px;
  min-height: 1300px;
  margin-left: 100px;
  margin-right: 100px;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
/*  border: 1px solid black;*/
}

/* für zweispaltigen inhalt */

table.twoColumn {
  margin-left: -12px;
  margin-right: -12px;
}

table.twoColumn td {
  vertical-align: top;
  width: 240px;
}

table.twoColumn h1  {
  margin-left: 0px;
}

/* allgemeine elemente */

h1 {
  margin-left: -10px;
}

div#footer {
  position: relative;
  bottom: 0px;
}

img {
  border: none;
  margin-bottom: 0px;
}
