/* #content-picture {
	width: 163px;
	height: 93px;
	position: absolute;
	top: 116px;
	left: 246px;
	overflow: hidden;
	background-image: url(christian.jpg);
} */

#content-headline {
/*	width: 495px; */
	height: 33px;
	position: relative;
/*	top: 255px; */
/*	left: 240px; */
	font-family: Tahoma, Arial;
	color: rgb(50,50,50);
	font-size: 26px;
	font-weight: normal;
	overflow: hidden;

	width: 500px;
	padding-left: 50%;
	left: -250px;
	top: -100px;
	z-index: 10;
}

#content-text {
/*	width: 495px; */
/*	min-height: 100px; */
	position: relative;
/*	top: 290px; */
/*	left: 240px; */
	font-family: Tahoma, Arial;
	color: rgb(50,50,50);
	font-size: 12px;
	font-weight: normal;
	overflow: hidden;
	padding-bottom: 25px;

	width: 500px;
	padding-left: 50%;
	left: -250px;
	top: -60px;
	z-index: 10;
}

#content-text p {
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 0 0 15px 0;
}

#content-text a {
	color: #800000;
	text-decoration: none;
}

#content-text a:hover {
	color: #cc3300;
	text-decoration: none;
}

/*#content-comment {
	width: 150px;
	min-height: 100px;
	position: absolute;
	top: 330px;
	left: 755px;
	font-family: Tahoma, Arial;
	color: rgb(50,50,50);
	font-size: 9px;
	font-weight: normal;
	overflow: hidden;
}*/

#content-form_1 {
/*	width: 495px; */
	position: relative;
/*	margin-top: 275px; */
/*	left: 240px; */
	font-family: Tahoma, Arial;
	color: rgb(50,50,50);
	font-size: 12px;
	font-weight: normal;
	overflow: hidden;
	padding-bottom: 25px;

	width: 500px;
	left: -250px;
	padding-left: 50%;
	top: -50px;
}

.form-left {
	width: 100px;
	margin-top: 20px;
	float: left;
}

.form-right {
	width: 350px;
	margin-top: 20px;
	float: left;
}

.form-button {
	width: 450px;
	margin-top: 20px;
	text-align: right;
}

.form-clear {
	clear: both;
}

.input-text {
	border-style: none none dotted;
	border-color: rgb(251, 252, 253) rgb(251, 252, 253) rgb(0, 0, 0);
	border-width: medium medium 1px;
	width: 250px;
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: normal;
}

.input-textarea {
	border: 1px solid rgb(0, 0, 0);
	background-color: rgb(255, 255, 255);
	width: 350px;
	height: 150px;
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: normal;
}

.input-button {
	border: 1px solid rgb(0, 0, 0);
	background-color: rgb(255, 255, 255);
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: normal;
}
*/