/* --- stylingteam.de --- */
* {
	margin:0;
	padding:0;
	vertical-align: top;
}
html,body {
	font: 0.8em Arial, Helvetica, sans-serif;
	color: rgb(40,40,40);
}
body {
	font-size: 101%;
	text-align:left;
	background:url(/shu-cms/images/000-zum-baeren-hint-002.jpg) no-repeat 50% 0 rgb(255,255,255);
}
/* ----------------------------------------------------------------------- */
a, a:link, a:visited, a:hover, a:active, a:focus {
	text-decoration: none;
}
a {
	color:rgb(150,94,0);
}
 a:hover {
	color:rgb(255,160,0);
}
/* ----------------------------------------------------------------------- */
.clearer {
	clear: both;
}
/* --------------------------------- input --------------------------- */
input [type=radio], input [type=checkbox] {
	border: none;
	background: none;
}
input, textarea, select {
	padding:2px 0 2px 2px;
	width: auto;
	font: 0.9em Arial, Helvetica, sans-serif;
	border: 1px solid rgb(205,205,205);
	background:rgb(250,250,245);
	color:rgb(40,40,35);
}
input:hover, textarea:hover, select:hover, input [type=text]:focus, input [type=number]:focus, input [type=password]:focus, textarea:focus, select:focus {
	font-size:0.9em;
	background:rgb(240,240,235);
	border: 1px solid rgb(150,94,0);
}
input:focus, textarea:focus, select:focus {
	font-size:0.9em;
	background:rgb(150,94,0);
	border: 1px solid rgb(140,140,135);
}
/* ----------------------------------------------------------------------- */
