/* Default CSS Stylesheet for a new Web Application project */

/* ANKETA - OBSAHOVY RAMEC */
#Survey
{
	clear: both;
	float: right;
	height: auto;
	width: 160px;
	border: 1px solid #EBEBEB;
}

/* ANKETA - definice BARu - ukazatel veliciny */
#Survey IMG
{
	margin-left: 20px;
}

/* ANKETA - definice nadpisu */
DIV.SurveyNadpis
{
	background-color: #339900;
	color: White;
	text-align: right;
	padding: 2px;
}

/* ANKETA - definice radku */
DIV.SurveyLine
{
	color: #666666;
	padding: 2px;
	text-align: left;
}
