@charset "utf-8";
/* CSS Document */

/*************************** Container *********************/

#container {
	height: 1550px;
}

/*************************** Content ***********************/

.headline {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-style: italic;
	color: #feba5e;
	font-size: 180%;
	color: #990000;
	text-align: center;
}

.slogan {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #feba5e;
	font-size: 150%;
	color: #D7B57B;
	font-style: italic;
	line-height: 100%;
	font-weight: lighter;
	padding: 30px 10px;
}

#content_contentseite p:first-letter{
	font-size:200%;
	color:#990000;
}


#content_contentseite p {
	text-indent: 15px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}



#content_contentseite #profil {
	position: absolute;
	top: 125px;
	background-color: #FAEDB9;
	border: thin solid #46709A;
	right: -20px;
	width: 150px;
}
#profil a {
	text-align: center;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 20px;
}

#tagcloud {
	top: 1160px;
	left: 20px;
	width: 190px;
	height: auto;
}
