/* --- stylingteam.de --- */
* {
	margin: 0;
	padding: 0;
}
html,body{
	font:0.7em Arial, Helvetica, sans-serif;
	color: rgb(40,40,40);
}
body {
	font-size: 101%;
	text-align:left;
	background:rgb(40,40,40);	
}
/* ----------------------------------------------------------------------- */
a, a:link, a:visited, a:hover, a:active, a:focus {
	text-decoration: none;
}
a {
	margin: 0;
	padding: 0;
	color:rgb(230,0,17);
}
table,tr,th {
	border-spacing:0;
}
/* ----------------------------------------------------------------------- */
img {
	border:0;
}
.clearer {
	clear: both;
}
.clearer_5px {
	height: 5px;
	clear: both;
}
.clearer_10px {
	height: 10px;
	clear: both;
}
.tab_l { 
	float: left;
}
/* --------------------------------- input --------------------------- */
input [type=radio], input [type=checkbox] {
	border: none;
	background: none;
}
input, textarea, select {
	margin:2px 0 0 0;
	padding:3px 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(140,140,135);
	color: rgb(40,40,40);
}
input:focus, textarea:focus, select:focus {
	font-size:0.9em;
	background:rgb(240,240,235);
	border: 1px solid rgb(140,140,135);
}
/* ------------------------------------------------------------------- */
.but_4_1 {
	margin:5px 0 5px 0;
	padding:3px;
	font-size: 0.9em;
	font-weight: bold;
	color: rgb(255,255,255);
	border: 1px solid rgb(140,140,135);
	background-color:rgb(219,0,33);
}
.but_5_1 {
	margin:5px 0 5px 0;
	padding:3px;
	font-size: 0.9em;
	font-weight: bold;
	color: rgb(255,255,255);
	border: 1px solid rgb(140,140,135);
	background-color:rgb(219,0,33);
}