@charset "utf-8";
/* CSS Document */

html, body {
	font: normal 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#330000;
	height: 100%;
	margin: 0;
	padding: 0;
	background:url(../images/bg_new.gif) #fff center no-repeat;
	border:0px solid red;
}

img{
	border:none;
}

a:link {
	text-decoration: none;
	color:#330000;
}

a:visited {
	text-decoration: none;
			color:#330000;
}

a:hover {
	text-decoration:underline;
	color:#330000;
}

a:active {
	text-decoration: none;
			color:#330000;
}

.product{
	float:left;
	text-align:center;
	border:0px solid red;
}

.product img{
	padding:0 10px 0 0;
	margin:0;
}


.textinput{
	width:215px;
	height:16px;
	border:1px solid #cccccc;
	background-color:#fff;
}

.textbesked{
	width:215px;
	height:105px;
	margin:0 0 5px 0;
	padding:0;
	border:1px solid #cccccc;
	overflow:hidden;
	background-color:#fff;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .clearfix { height: 1%; }