@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: #fff;
}

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{
	width:170px;
	float:left;
	text-align:center;
	border:0px solid red;
	line-height:1.3em;
	padding:15px 0 0 0;
	color:#CCCCCC;
}

.product img{
	padding:5px;
	margin:0;
	border:1px solid #B7863E;
}

#wrapper {
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	padding: 0;
	width:900px;
	border:0px solid red;
}

#header{
	height:105px;
	background:url(../images/bg_head.gif) repeat-x top;
}

#nav{
	padding:10px;
	border:0px solid red;
}

#logo{
	padding:0;
	margin:0;
	position:absolute;
	top:35px;
	left:0px;
	height:60px;
	width:355px;
}

#menu{
	padding:0;
	margin:0;
	position:absolute;
	top:75px;
	right:0px;
	height:21px;
}

#picture{
	padding:0;
	margin:0;
}

#main{
	padding:5px 0 50px 0;
	margin:0;
	background:url(../images/bg_main.gif) repeat-x top;
	border:0px solid red;
	height:630px;
	line-height:1.6em;
}

#main.alone{
	background:none;
	height:100%;
}

#left{
	padding:15px;
	margin:0;
	float:left;
	background:#666666;
	width:700px;
	height:600px;
	overflow:auto;
	scrollbar-base-color: #666666;
	scrollbar-arrow-color: #666666;
	scrollbar-3dlight-color: #666666;
	scrollbar-darkshadow-color: #cccccc;
	scrollbar-face-color: #cccccc;
	scrollbar-highlight-color: #cccccc;
	scrollbar-shadow-color: #cccccc;
	scrollbar-track-color: #666666;
}

#left h1{
	font-size:16px;
	font-weight:normal;
}

#right{
	padding:15px 0 0 10px;
	margin:0;
	float:right;
	background:#e5e5e5;
	width:160px;
	height:615px;
}

#right ul{
	padding:5px 0 0 0;
	margin:0;
	list-style-type:none;
}

#right ul li{
	padding:5px 0 0 11px;
	margin:0;
	list-style-type:none;
	background:url(../images/arrow.gif) no-repeat left 12px;
	font-size:12px;
	font-weight:bold;
}

#footer {
	position: absolute;
	width:100%;
	height: 50px;
	bottom: -7px;
	margin: 0;
	padding: 10px 0 0 0;
	text-align:center;
	border:0px solid red;
	line-height:1.6em;
	left: 0px;
}

#footer.con{
	background:url(../images/bg_main.gif) top repeat-x;
}

#send{
	width:45px;
	height:19px;
	background:url(../images/send.gif) no-repeat;
	cursor:pointer;
	border:none;
}
#slet{
	width:45px;
	height:19px;
	background:url(../images/clear.gif) no-repeat;
	cursor:pointer;
	border:none;
}

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

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

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

* html .clearfix { height: 1%; }

