/*
 * styles --
 *	CSS-Styles fürs Backend von 'visitorsFeedback'
 *
 * RCS: @(#) $Id: styles.css,v0.1 2010/01/28 pierre.boehm@web.de Exp $
 * RCS: @(#) $Id: styles.css,v0.2 2010/01/29 pierre.boehm@web.de Exp $
 * RCS: @(#) $Id: styles.css,v1.0 2010/02/10 hackmann@ekomi.de Exp $
 */

html, body
{
	height: 100%;
}
body
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	padding-bottom: 40px;
	text-align: center;
	background: #fff url( 'images/background.png' ) repeat-x top left;
}
.container, .container3
{
	margin: 40px auto 0;
	margin-bottom: 10px;
	padding-top:60px;
	width: 716px;
	height: 468px;
	background: transparent url( 'images/ekomi.png' ) no-repeat;
	background-position: 12px 0px;
}
.container3
{
	height: 481px;
}
#head
{
	width: 716px;
	height: 85px;
	background: transparent url( 'images/header-1.png' ) no-repeat top left;
}
#body-left
{
	float: left;
	width: 25px;
	height: 383px;
	background: transparent url( 'images/body-left-1.png' ) no-repeat top left;
}
#body-left3
{
	float: left;
	width: 25px;
	height: 386px;
	background: transparent url( 'images/body-left-2.png' ) no-repeat top left;
}
#body-middle
{
	float: left;
	width: 666px;
	height: 383px;
	background: transparent url( 'images/body-middle-1.png' ) repeat-x top left;
}
#body-middle3
{
	float: left;
	width: 666px;
	height: 386px;
	background: transparent url( 'images/body-middle-2.png' ) repeat-x top left;
}
#body-right
{
	float: right;
	width: 25px;
	height: 383px;
	background: transparent url( 'images/body-right-1.png' ) no-repeat top left;
}
#body-right3
{
	float: right;
	width: 25px;
	height: 386px;
	background: transparent url( 'images/body-right-2.png' ) no-repeat top left;
}
#content
{
	/* border:1px solid red; */
}
.step1, .step2, .step3
{
	display: block;
	float: left;
	width: 21px;
	height: 20px;
	margin-top: 31px;
	margin-right: 14px;
}
.step1
{
	background: transparent url( 'images/bullet1.png' ) no-repeat center;
}
.step2
{
	background: transparent url( 'images/bullet2.png' ) no-repeat center;
}
.step3
{
	background: transparent url( 'images/bullet3.png' ) no-repeat center;
}
#box-title
{
	border-bottom:2px solid #d8d8d8;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	height: 40px;
	line-height: 4.2;
	padding-left: 12px;
	margin-bottom: 4px;
}
#box-left
{
	margin-left: 15px;
	width: 40%;
	float: left;
	text-align: left;
}
#box-left ul
{	
	margin: 0 0 0 0;
	display: inline;
}
#box-left ul li
{
	margin-left: 14px;
	margin-bottom: 2px;
}
#box-right
{
	float: left;
	text-align: left;
	padding-left: 40px;
}
#box-right-small
{
	float: left;
	text-align: left;
	padding-left: 50px;
}
#box-right textarea
{
	overflow: auto;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	width: 290px;
	height: 80px;
	margin-top: 6px;
}
#box-right-small textarea
{
	overflow: auto;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	width: 280px;
	height: 40px;
	margin-top: 6px;
	float:left;
}

#box-right select
{
	overflow: auto;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	width: 290px;
	margin-top: 10px;
}
#radios
{
	padding-top: 4px;
	padding-right: 4px;
}
#radios span img
{
	margin-left: 8px;
	margin-right: 4px;
	border: 0px;
}
/* just a test
#r1
{
	src: url( 'images/radio-off.png' );
}
*/
.rating
{
	float: right;
	width: 175px;
	height: 36px;
	padding-top: 11px;
}

.rate-off
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 175px;
	height: 36px;
	background: transparent url( 'images/star-off.png' ) repeat-x top left;
}
.rate-on
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 105px;
	height: 36px;
	background: transparent url( 'images/star-on.png' ) repeat-x top left;
}
.rate-text
{
	float:left;
	height: 36px;
	padding-top: 11px;
	font-size: 13px;
	font-weight: bold;
	line-height:2.8;
}
.trans
{
	position: relative;
	z-index: 10;
	top: 0px;
	left: 0px;
	border: 0;
	width: 175px;
	height: 36px;
	background-color: transparent;
	color: transparent;
}
.trans span
{
	display: block;
	float: left;
	width: 35px;
	height: 36px;
	background-color: transparent;
}

#button-submit
{
	margin:0 auto 0;
	width: 297px;
	height: 52px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin-top: 32px;
	line-height: 3.4;
	background: transparent url( 'images/greenButton.png' ) no-repeat center;
}
#footer
{
	color:#d8d8d8;
	margin-top: 80px;
}
#footer a
{
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #d8d8d8;
	margin-left: 6px;
	margin-right: 6px;
}
.clearbox
{
	display: hidden;
	clear: both;
	height: 5px;
	width: 100%;
}
.clearfix
{
	clear: left;
	height: 0px;
	width: 1px;
}
