body * {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 11px;
	font-family: "Arial",sans-serif;
	color: #333333;
	background-repeat: no-repeat;
	clear: none;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #CCCCCC;
	width: 723px;
	height: 549px;
}
#fragebogen-head {
	width: 723px;
	height: 115px;
	background-image: url(../images/fragebogen/fragebogen_head.gif);
}
/*
#close {
	width: 15px; height: 15px;
	position: absolute;
	top: 0px;
	left: 708px;
}
*/
#close {
	width: auto; height: 15px;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
}
#close input {
	color: white;
	font-size: 10px;
	font-weight: bold;
	background-color: #666666;
	cursor: pointer;
}
#close a {
	display: block;
	width: 15px;
	height: 15px;
	background-image: url(../images/fragebogen/fragebogen_close.gif);
}

#main {
	clear: both;
	width: 723px;
	height: 368px;
	background-color: transparent;	
}

#content {
	width: 723px;
	height: 327px;
	float: left;
	background-color: transparent;
}
#kopf-links {
	width: 141px;
	height: 17px;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 115px;
	background-color: transparent;
	padding-top: 25px;
	font-weight: bold;
}
#kopf-rechts {
	width: 556px;
	height: 17px;
	float: left;
	background-color: transparent;
	margin-top: 24px;
	position: absolute;
	left: 141px;
	top: 115px;
	border: 1px solid #333333;
}
.barcontainer {
	width: 556px;
	height: 17px;
	background-color: #CCCCCC; 
	position: absolute; 
	z-index: 6; 
	right: 0px;
}
.bar {
	background-color: #FFFFFF; 
	height: 17px; 
	z-index: 4; 
	position: absolute; 
	left: 0px;
}
.bartext {
	z-index: 5; 
	text-align: center; 
	position: absolute; 
	left: 0px; 
	width: 100px; 
	height: 16px;
	color: #333333;
	padding-top: 2px;
	font-weight: bold;
}

#content-links {
	width: 141px;
	height: 297px;
	padding-top: 30px;
	text-align: center;
	font-size: 18px;
	position: absolute;
	left: 0px;
	top: 152px;
}
#content-rechts {
	width: 556px;
	height: 298px;
	padding-top: 29px;
	background-color: transparent;
	position: absolute;
	left: 141px;
	top: 152px;
}
#content-rechts h1 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 12px;
}
#content-rechts table{
	width: 100%;
}
#content-rechts form {
	width: 100%; height: 100%;
}
#content-rechts td {
	height: 18px;
	width: 530px;
	font-size: 13px;
}
#content-rechts .checkboxspalte {
	width: 20px;
}
#abschickendiv {
	width: 148px;
	height: 21px;
	position: absolute;
	right: 0px;
	bottom: 13px;
}
.abschicken {
	width: 148px;
	height: 21px;
	font-size: 13px;
	background-color: #666666;
	color: #FFFFFF;
	cursor: pointer;
}
#wertung {
	width: 582px;
	height: 20px;
	font-size: 13px;
	background-color: #333333;
	clear: both;
	padding-left: 141px;
	padding-top: 7px;
	position: absolute;
	top: 483px;
}
#wertung p, #wertung strong {
	color: #FFFFFF;
}
#footer {
	width: 723px;
	height: 66px;
	background-image: url(../images/fragebogen/fragebogen_bottom.gif);
	clear: both;
	position: absolute;
	top: 510px;
}

a,a:link,a:active,a:hover,a:focus, a:visited {
	text-decoration: none;	
}

/* pb survey css */

#pbs-error * {
	color: red;
	font-weight: bold;
}
.comment {
	font-style: italic;
}