body {
	margin: 0px;
	background-color: #252525;
	font-family: verdana;
	font-size: 11px;
	color: #CFCFCF;
}

a {
	text-decoration: none;
	color: #CFCFCF;
}

div { margin: 0px; }
span { margin: 0px; }

#zertifikatlogo {
	position: absolute;
	left: 0px;
	bottom: 12px;
	visibility: hidden;
}


#logo {
	position: absolute;
	left: 151px;
	bottom: 12px;
	visibility: hidden;
}

#logo_text {
	position: absolute;
	left: 264px;
	bottom: 171px;
	visibility: hidden;
}

#container {
	position: absolute;
	background-color: #000000;
	width: 1000px;
	height: 620px;
}

#menu {
	width: 236px;
	height: 580px;
}

#menu_products {
	display: none;
	visibility: hidden;
}

#content {
	background-image:	url(pictures/bg_main.png);
	width:	764px;
	height:	580px;
}

#plcht_left { width: 236px; }
#plcht_right { width: 764px; }

.menuitem { margin-left: 19px; }
.link { cursor: pointer; }
.placeholder_top { height: 41px; }
.float { float: left; }
.clear { clear: both; }

.product_title {
	margin-left: 75px;
	margin-right: 75px;
	margin-bottom: 5px;
	font-size: 14px;
}
.product_desc {
	margin-left: 75px;
	margin-right: 75px;
	margin-bottom: 5px;
}

.product_desc_new {
	margin-left: 75px;
	margin-right: 200px;
	margin-bottom: 5px;
}

#product_frame {
	border: 0px;
	width: 100%;
	height: 554px;
	margin: 0px;
	padding: 0px;
}

input, textarea {
	width: 250px;
}

#cat_pic {
	position: fixed;
	right: 0px;
	bottom: 0px;
}

#counter {
    position:   absolute;
    bottom:     0px;
    right:      0px;
    text-align: center;
    color:      #555555;
}