body {
	background-color: #000000;
	padding: 0px 0px 0px 0px;
	margin-top: 4px;
	text-align: center;
}

div,td,p,a,input {
	font-family: Arial;
	font-size: 12px;
	/* color: #7f7f7f; */
	color: #999999;
}

a.gallery {
	text-decoration: none;
}

a.friendlinks {
	text-decoration: none;
	color: #FFFFFF;
}

input, textarea {
	padding: 0px;
	border: 0px;
}

input {
	background-color: #FF9C00;
	color: #FFFFFF;
}

textarea {
	background-color: #FFFFFF;
	color: #FF9C00;
}

input.fielderror {
	padding: 0px;
	border: 2px solid #FF0000;
}

textarea.fielderror {
	padding: 0px;
	border: 2px solid #FF0000;
}

#newsheader {
	font-weight: bold;
	font-size: 13px;
	color: #FFFFFF;
}

#newsheaderoverview {
	font-weight: bold;
	font-size: 13px;
	color: #FFFFFF;
}

#maincontainer {
	padding: 0px;
	width: 1004px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border: 1px solid #222222;
	position: relative;
	z-index: 0;
}

/* oben, rechts, unten, links */
#leftprofile {
	width: 194px; /* 394 190 */
	height: 515px;
	float: left;
	z-index: 1;
}

#rightprofile {
	width: 605px; /* 605 */
	height: 515px;
	left: 200px;
	margin: auto;
	/* background-image: url(pics/rightprofile.png); */
	position: relative;
	z-index: 1;
}

#mainmenue {
	width: 515px; /* 247px */
	height: 80px; /* 45 */
	/* top: -445px; */
	top: 65px;
	left: 255px;
	/* border: 1px solid #333333; */
	text-align: center;
	position: absolute;
	z-index: 2;
}

#content {
	width: 590px;
	height: 430px;
	/* top: -360px; */
	top: 145px; /* 160 */
	left: 225px;
	text-align: left;
	/* border: 1px solid #333333; */
	/* position: absolute; */
	position: absolute;
	z-index: 3;
}

#footer {
	width: 1003px;
	height: 96px;
	/* top: 0px; */
	margin-top: 30px;
	/* border: 1px solid #333333; */
	background-image: url(pics/down.png);
	font-size: 9px;
	/* position: relative; */
	z-index: 1;
}









/* ab hier alles alt */

#piccontainer {
	margin: 5px;
	text-align: center;
	background-image: url(pics/piccontainer.png);
	background-repeat: no-repeat;
}

#longpiccontainer {
	margin: 5px;
	text-align: center;
	background-image: url(pics/piccontainer_long.png);
	background-repeat: no-repeat;
}

#gallPic {
	margin: 5px;
	text-align: center;
	background-image: url(pics/piccontainer_gallerydetail.png);
	background-repeat: no-repeat;
}

#gallThumb {
	margin: 5px;
	text-align: center;
	background-image: url(pics/piccontainer_gallerythumb.png);
	background-repeat: no-repeat;
}


