/*------------------Schriftzug------------------*/
*
div#pp
{
	text-align: center;
	font-size: 3.5em;
	line-height: 1.2em;
	letter-spacing: .1em;
	font-variant: small-caps;
	font-weight: bold;
	font-style: italic;
	text-shadow: 2px 2px 2px rgb(235,235,235);
}

/*--------------------Inhalt--------------------*/
div#content
{
	z-index: 2;
	position: absolute;
	margin-top: 50px;
	width: 800px;
	background-color: transparent;
	color: inherit;
}

div.header
{
	clear: both;
	margin: 0 0 20px 0;
	padding: 20px 0 0 50px;
	border-top: 1px solid rgb(85,65,50);
	text-align: center;
	width: 750px;
	float: right;
	font-size: 2em;
	letter-spacing: 1em;
	font-variant: small-caps;
	font-weight: bold;
	font-style: italic;
	text-shadow: 2px 2px 2px rgb(235,235,235);
	background-color: transparent;
	color: inherit;
}

div.clear
{
	clear: both;
	background-color: transparent;
	color: inherit;
}

h4
{
	clear: both;
	font-style: normal;
	width: 800px;
	margin-bottom: 10px;
	background-color: transparent;
	color: inherit;
}

div.center
{
	clear: both;
	width: 800px;
	text-align: center;
	margin-bottom: 20px;
	background-color: transparent;
	color: inherit;
}

div.split
{
	clear: both;
	width: 750px;
	margin-bottom: 20px;
	padding-left: 50px;
	background-color: transparent;
	color: inherit;
}

div.indent1
{
	clear: both;
	width: 700px;
	margin-bottom: 20px;
	padding-left: 100px;
	background-color: transparent;
	color: inherit;
}

div.indent2
{
	clear: both;
	width: 650px;
	margin-bottom: 20px;
	padding-left: 150px;
	background-color: transparent;
	color: inherit;
}

img
{
	border-width: 0px;
	border-style: none;
}

img.invisibleframe
{
	border-width: 1px;
	border-style: solid;
	border-color: rgba(200,170,130,1);
}

img.fotos
{
	border-width: 1px;
	border-style: solid;
	border-color: rgba(190, 160, 120, 0.8);
}

img.overfotos
{
	border-width: 1px;
	border-style: solid;
	border-color: rgba(190, 160, 120, 1);
}

p.info:hover :before
{
	content: "Hallo";
}
