/****************************

RTE CSS for alicehoffmann.de

	Stephen Bungert
	www.bungert.co.uk
	
****************************/

h1
{
	font-size: 2.5em;
	line-height: 1.2em;
	padding-bottom: 0.5em;
}

h2,
h3
{
	line-height: 1.2em;
	padding-bottom: 0.5em;
}

h2
{
	color: #990000;
	font-size: 1.666em;
}

h3
{
	color: #990000;
	font-size: 1.5em;
	font-weight: normal;
}

p
{
	padding-bottom: 0.5em;
	line-height: 1.3em;
}

#pageContent ul
{
	list-style-type: square;
}

#pageContent ol
{
	list-style-type: decimal;
}

#pageContent ol,
#pageContent ul
{
	margin-left: 2.0em;
	padding-bottom: 0.5em;
	line-height: 1.5em;
}

.imgRight
{
	float: right;
	border: 1px solid #23374f;
	margin-left: 10px;
}

.imgLeft
{
	float: left;
	border: 1px solid #23374f;
	margin-right: 10px;
}

.imgRightNoBorder
{
	float: right;
	margin-left: 10px;
}

.imgLeftNoBorder
{
	float: left;
	margin-right: 10px;
}

.greyText {
	color: #afa6a4;
}

.greyTextLarge {
	color: #afa6a4;
	font-size: 1.166em;
}

.quote
{
	margin: 0.0em 2.0em;
	font-style: italic;
}

.pseudoButton
{
	margin-bottom: 0.8em;
	border: 1px solid #23374f;
	padding: 4px;
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.0em;
	background: #e5e2e2;
	font-weight: bold;
	margin-top: 1.0em;
}

.pseudoButton:hover
{
	background: #23374f;
	color: #fff;
}
	
	.pseudoButton a
	{
		cursor: pointer;
		color: #000;
		text-decoration: none;
	}
	
	.pseudoButton a:hover
	{
		cursor: pointer;
		color: #fff;
	}