/* - CONTENT CSS FÜR EIGENE SEITEN - */

/* - HOME - */

#content {

	width: 653px;
	height: 766px;
	background: url('../images/content/home.png') no-repeat;
	margin: 114px 0px 0px 166px;
	padding: 0px;
	overflow: hidden;
	position: relative;
	text-align: left;

}

#content div.sprechblase {

	width: 189px;
	color: #fff;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	
	position: absolute;
	top: 54px;
	left: 391px;

}

#content div.content {

	width: 546px;
	height: 516px;
	background: #fff;
	overflow: hidden;

	position: absolute;
	top: 195px;
	left: 54px;

}

#content div.content input.form {

	width: 450px;
	height: 27px;
	padding: 0px 0px 0px 10px;
	margin: 4px 0px;
	background: #f4f4f4;
	border: none;
	color: #999;
	font: 13px "Arial";

}

#content div.content textarea {

	width: 526px;
	height: 165px;
	padding: 10px;
	background: #f4f4f4;
	border: none;
	color: #999;
	font: 13px "Arial";

}

#content div.content input.button {

	width: 109px;
	height: 40px;
	background: url('../images/kontakt.button.senden.png') no-repeat;
	overflow: hidden;
	border: none;
	cursor: pointer;

}