/* CSS */

/*  GLOBAL  */

body{
  	font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif;      /* BODY FONTS */
  	color: #000000; 														  /* BODY COLORS*/
  	background-image:url("../Images/background.png"); background-repeat: repeat-x;
  	background-attachment: fixed; background-position:center;				  /* BACKGROUND COLORS*/
  	margin: 0px; padding: 0px;                                                /* BODY CONCEPT*/
}

a{ 
 	color: #c43233;  text-decoration: none; font-weight: bold;
}

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

h1{
  	font-size: 12px;
  	color: #000000;
  	margin-top: 0px;
  	padding-top: 0px;
	font-weight: bold;
}

h2{
  	font-size: 12px;
	font-weight: normal;
}
h3{
  	font-size: 12px;
	font-weight: normal;
}
h4{
  	font-size: 12px;
	font-weight: normal;
}
h5{
  	font-size: 12px;
	font-weight: normal;
}

img{
	border: 0px solid;
  	border-color: #000000;
}

.clear{
	clear: both;
}
/* ------------------------------------------------------------------------------------------------------*/



/* Centrovanie webu */
#content{
  	width: 900px; height: 660px;
  	margin: 0px auto;
	background-image:url("../Images/contentback.png"); background-repeat: repeat-x;
  	background-position: top left;
	text-align: center;
}

#contentinside{
	width: 900px; height: 660px;
	background-image:url("../Images/content2back.png"); background-repeat: no-repeat;
  	background-position: bottom right;
}


/* ---------------- */

#headbanner{
	width: 900px; height: 105px;
	background-image:url("../Images/headbanner.png"); background-repeat: no-repeat;
    background-position: top left;
	text-align: right;
}

/*--- MENU ---*/
#menu{
	width: 794px; height: 29px;
	margin-left: 53px;
	display: block;
}
#menu ul{
	margin: 0px;
	padding: 0px;
	height: 29px;
}
#menu ul li{
	display: inline;
	list-style: none;
}
#menu a{
	font-size: 14px;
	color: #f2f2f2;
	font-style: italic;
}

#menu a:hover{
	color: #4d4d4d;
	text-decoration: none;
}

.menu_item{
	height: 23px;
	background-image:url("../Images/menuback.png"); background-repeat: repeat-x;
	border-right: 2px #ffffff solid;
	display: block;
	float: left;
	margin: 0px;
	padding: 6px 0px 0px 0px;
}
#menu a.menu_item_selected{
	color: #4d4d4d;
	height: 23px;
	background-image:url("../Images/menuback.png"); background-repeat: repeat-x;
	display: block;
	float: left;
	margin: 0px;
	padding: 6px 0px 0px 0px;
}

#menu_ofirme{
	width: 328px;
	border-right: 2px #ffffff solid;
}
#menu_oproduktoch{
	width: 338px;
	border-right: 2px #ffffff solid;
}
#menu_eshop{
	width: 124px;
	border-right: 0px #ffffff solid;
}
/* ----------------------------------------- */

/* --- MAIN PANEL --- */
#main{
	width: 794px;
	height: 407px;
	margin-left: 53px;
	background-image:url("../Images/mainback.png"); background-repeat: no-repeat;
	background-position: bottom;
}

#mainpanel{
	width: 764px;
	height: 400px;
	display: block;
	margin-left: 12px;
	border-left: 2px #ffffff solid;
	border-right: 2px #ffffff solid;
	overflow: hidden;
}

#mainpanel p{
	margin: 0px;
	padding: 0px;
}


/*--- PATICKA ---*/
#footer{
	font-size: 11px;
	width: 794px;
	margin: 84px 0px 0px 0px;
	display: block;
	color: #7dc251;
}

#footer a{
	font-size: 11px;
	color: #7dc251;  text-decoration: none;
}

