/**
* font styles
*
* @project bella edward
* @version 1.0
* @package css
* @author Nico Ender
* @copyright 2010 folge3
*
*/
  
h1 {
	font-size: 27px;
	font-variant: small-caps;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #96251d;
	font-weight: lighter;
	letter-spacing: 1px;
	margin-bottom:18px;
}

h1.withsubheadline  {
	font-size: 27px;
	font-variant: small-caps;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #96251d;
	font-weight: lighter;
	letter-spacing: 1px;
	margin-bottom:0px;
}

h2 {
	font-size: 23px;
	font-variant: small-caps;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #96251d;
	font-weight: lighter;
	letter-spacing: 1px;
}

h2.table_header {
	font-size: 23px;
	font-variant: small-caps;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #96251d;
	font-weight: lighter;
	letter-spacing: 1px;
	padding:16px 16px 0 16px
}

h3 {
	font-size: 19px;
	font-variant: small-caps;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #96251d;
	font-weight: lighter;	
}

#left h3,
#right h3 {
	font-size: 19px;
	font-variant: small-caps;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #6d7461;
	font-weight: lighter;	
}

.aktion .subtitle {
	margin:0 0 20px 0;
}

.subheadline {
	font-size: 18px;
	font-variant: small-caps;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #96251d;
	font-weight: lighter;
	letter-spacing: 1px;
}

h2.grey {
	color: #6d7461;
}

h2.loveletterSubtitle {
	margin-bottom:10px;		
}

.tableHeadline {
	font-size:14px;
	margin:0 0 8px 0;	
}

.greybig {
	font-size: 19px;
	font-variant: small-caps;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #6d7461;
	letter-spacing: 1px;
}

.greymedium {
	font-size: 16px;
	font-variant: small-caps;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #6d7461;
	letter-spacing: 1px;
}

.redbig {
	font-size: 19px;
	font-variant: small-caps;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #96251d;
	letter-spacing: 1px;
}

.redmedium {
	font-size: 16px;
	font-variant: small-caps;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #96251d;
	letter-spacing: 1px;
}

.smallcaps {
	font-variant: small-caps;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	letter-spacing: 1px;
}

.txtred {
	color: #96251d;
}

.txtgrey {
	color: #6d7461;
}

h3.contentboxtitle {
	margin-bottom:8px;	
}

/* 
eigendlich sollte es als h1 ausgezichnet werden, aber da buchboxen ueberall eingesetzt werden koennen
habe ich den title als h3 gesetzt ne
*/
h3.bookboxtitle {
	font-size: 27px;
	font-variant: small-caps;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #96251d;
	font-weight: lighter;
	letter-spacing: 1px;
	margin-bottom:18px;
}

#ecards h3 {
	color: #6d7461;
	margin:0 0 20px 0;
}
