body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #8F945E;
}

.content { 
	color: #FFF; 
	padding: 0;
	margin: 0 auto;
	width: 850px; 
	height: 650px;
	z-index: 0;
}

.rahmen {
	height: 650px;	
	width: 850px;
	padding: 0;
	margin: 0 auto;
	z-index: 1;
	position: relative;
	top: -650px;
	background-image: url("../images/layout1.png");
}

.menu {
	position: relative;
	top: -840px;
	left: 630px;
	list-style: none;
	color: #fff;
	font-size: 75%;
	z-index: 2;
}

.anzeige_name {
	color: #fff;
}

a {
	color: #fff;
}

.menu a {
	text-decoration: none;
}

.copyright a {
	color: #000;
}

.act {
	font-weight: bolder;
	list-style: square;
}

.inact {
	list-style: circle;
}

.title {
	color: #fff;
	font-size: 70%;
	font-weight: bolder;
	position: relative;
	left: 60px;
	top: 110px;
}

.csc-firstHeader {
	padding: 0;
	margin: 0;
}

.bodyText {
	padding: 0;
	margin: 5px 0;
}

.inhalt {
	color: #fff;
	font-size: 75%;
	position: relative;
	left: 60px;
	top: 160px;
	width: 390px;
}

.copyright {
	margin: 0 auto;
	position: relative;
	top: -5px;
	width: 650px;
	text-align: center;
	color: #000;
	font-size: 75%;
	z-index: 2;
}

/*** Guestbook **/

.tx-veguestbook-pi1,
.tx-guestbook-header,
.tx-guestbook-right {
	min-width: 390px;
	max-width: 390px;
}

.tx-guestbook-header {
	border: 1px #bbbbbb;
	margin: 0;
}

.tx-veguestbook-pi1,
.tx-guestbook-left,
.tx-guestbook-right,
.tx-guestbook-date,
p {
	color: #ffffff;
}

.tx-guestbook-right {
	margin-bottom: 10px;
	color: #000;
}

.tx-guestbook-form-inputfield-big,
.tx-guestbook-form-inputfield-med {
	min-width: 250px;
	max-width: 250px;
	margin-bottom: 5px;
}

.tx-guestbook-form-textarea {
	min-width: 250px;
	max-width: 250px;
}

.tx-guestbook-pagination {
	margin-top: 5px;	
}

.tx-guestbook-left-txt {
	max-height: 70px;
}

.tx-veguestbook-pi1 .tx-guestbook-field label {
	float: left;
	width: 100px;
	margin-top: 3px;
}
	
.tx-veguestbook-pi1 .tx-guestbook-field span.tx-guestbook-form-obligationfield {
	color:#ff0000;
}
	
.tx-veguestbook-pi1 fieldset {
	border:none;
}
	
.tx-veguestbook-pi1 legend {
	display:none;
}

.tx-guestbook-submit {
	margin-left: 100px;
	margin-top: 10px;
}
