/* CSS Document */

@font-face {
    font-family: MWP;
	font-weight: 700;
    src: url('fonts/MYRIADW0.eot');
}

body {
	margin: 3px;
}

a {
	color: 	#000;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: 	#6AAF2B;
}

.subheading {
	/*border-bottom: 1px #0C9 groove inset;*/
	
	/*text-shadow: 1px 1px 0 #6AAF2B;	*/
}

h3 {
	background: url(img/2012/border_green_large.jpg) no-repeat bottom;
	padding: 10px 10px 10px 2px;
	margin: 0px;
	font-size: 30px;
	font-family: MWP, Tahoma;
	color: #6AAF2B;
	font-weight: normal;
	
}

h4 {
	margin: 0px;
	color: #6AAF2B;
	font-weight: bold;
	font-size: 16px;
}

h5 {
	margin: 0px;
	color: #66CCFF;
	font-weight: bold;
}

p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;	
}

div {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;	
}

#body {
	padding: 10px;	
}

#footer {
	background: url(img/2012/footer%5B0%5D.jpg);
	height: 90px;
	padding: 10px;	
	color: white;
}

#footer a {
	color: white;
	text-decoration: none;
}

#footer a:hover {
	color: white;
	text-decoration: underline;	
}

#content {
	padding: 10px;
	border-bottom: 1px solid #6AAF2B;
}

.footleft {
	float: left;
	width: 300px;	
}

.footright {
	float: right;
	width: 600px;
	font-size: 14px;
	font-weight: 400;
}

.headbox {
	background: url(img/2012/border_green.jpg) bottom no-repeat;	
	padding: 10px 10px 10px 2px;
	font-size: 30px;
	font-family: MWP, Tahoma;
	color: #6AAF2B;
}

.orange {
	background: url(img/2012/border_orange.jpg) bottom no-repeat;	
	color: #F66200;
}

.blue {
	background: url(img/2012/border_blue.jpg) bottom no-repeat;	
	color: #66CCFF;
}

.textbox {
	padding: 5px;
	/*text-align:justify;*/
}

.rightbox {
	background: url(img/2012/border_green_small.jpg) bottom no-repeat;	
	padding: 10px 10px 10px 2px;
	font-size: 30px;
	font-family: MWP, Tahoma;
	color: #6AAF2B;
}

.right_orange {
	background: url(img/2012/border_orange_small.jpg) bottom no-repeat;	
	color: #F66200;
}

.right_blue {
	background: url(img/2012/border_blue_small.jpg) bottom no-repeat;	
	color: #66CCFF;
}

#menu {
	width: 780px;
	padding-top: 17px;
	margin-left: 70px;	
}

#page {
	padding: 10px;
	text-align:center;	
}

#header {
	background: url(img/2012/header.jpg) no-repeat;
	height: 147px;
}

.menuitem {
	float: left;
	width: auto;
	padding: 7px;
	font-size: 18px;
	color: black;
	text-decoration: none;	
}

.menuitem:hover {
	color: white;
	background: #6AAF2B;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.prikazujem {
	color: #000;
	/*background: #F0F;*/
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	/*margin: 2px 2px 2px 2px;*/
	/*height: 300px;*/
}

.productName {
	font-size: 16px;	
}

#price {
	float:right;
	text-align:right;	
}