/* Formate - Das Hochzeitspaar - PIXXL WEBDESIGN www.pixxl-webdesign.de */

/* Body ---------------------------------------------------------------------------------------------------- */
body {
	background: #F9E8E8;
	color: #000000;
	font: 12px "Comic Sans MS",Arial;
}


/* Tabellen ---------------------------------------------------------------------------------------------------- */
/* Head */
.tdhead {
	background: #000000 url(../gfx/bg_head.gif) repeat-x;
	font: 1px Arial;
}
/* Navigation */
.tdnav {
	background: #811D1D;
	font: 1px Arial;
}
.tdspacernav {
	background: #811D1D;
	font: 1px Arial;
}
.tdspacernavright {
	background: #811D1D;
	font: 1px Arial;
}
/* Style für "leere" Zellen - nicht änderbare Schrifthöhen */
.tdnocontent {
	font: 1px Arial;
}
/* Contentbereich */
.tablecontent {
}
.tdcontent {
	background: #F9E8E8;
	color: #000000;
	font: 12px "Comic Sans MS",Arial;
}


/* Links ---------------------------------------------------------------------------------------------------- */
a {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
}
a:hover {
	color: #811D1D;
}
a.navmain {
	text-decoration: none;
	color: #FFD500;
	font: 16px Tahoma,Arial;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 2px;
}
a.navmain:hover	{
	color: #FFFFFF;
}


/* Content ---------------------------------------------------------------------------------------------------- */
h1 {
	color: #811D1D;
	font: 16px Arial;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 2px;
}
h2 {
	color: #111111;
	font: 12px Arial;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 1px;
}
p {
	color: #000000;
	font: 12px "Comic Sans MS",Arial;
}


/* Bilder ---------------------------------------------------------------------------------------------------- */
img.standard {
	border: solid 1px #DFC0B7;
} /* Standardbilder */
img.thumbs {
	border: solid 1px #DFC0B7;
} /* Thumbnails */


/* Formatierung allgemein ---------------------------------------------------------------------------------------------------- */
hr {
	color: #DFC0B7;
}


/* Formulare ---------------------------------------------------------------------------------------------------- */


/* Dummy ---------------------------------------------------------------------------------------------------- */
.dummy	{  }
