/* CSS - Styles ausserhalb WE-Editmode */

html, body {
	background: url(/img/bg_main.jpg) repeat-x fixed;
	font: 12px arial, sans-serif;
	text-align: center;
}
td { font-size: 12px; }

input, textarea {
	border: solid 1px #dbdbdb;
	padding: 1px;
}
input:active,  input:focus,  input:hover {
	color: black;
	background: #233184;
}
input:active,  input:focus,  input:hover {
	background: #f9e775;
}
textarea:active,  textarea:focus,  textarea:hover {
	background: #f9e775;
}

/* @group voting */

a.voting:link, a.voting:visited {
	background-image: url(/img/voting_arrow_up.gif);
	background-repeat: no-repeat;
	background-position: 1px 2px;
	padding-left: 12px;
	color: #233184;
}

span#ans {
	padding-left: 12px;
}

/* @end */